view vext-project.json @ 122:9efd2d15cd58 vext

Switch to Vext, move repos to a REPOS subdir (entirely managed by Vext)
author Chris Cannam
date Fri, 29 Sep 2017 09:21:06 +0100
parents
children
line wrap: on
line source
{
    "config": {
        "extdir": "REPOS"
    },
    "services": {
	"soundsoftware": {
	    "vcs": ["hg", "git"],
	    "anonymous": "https://code.soundsoftware.ac.uk/{vcs}/{repository}",
	    "authenticated": "https://{account}@code.soundsoftware.ac.uk/{vcs}/{repository}"
	}
    },
    "libraries": {
        "vamp-plugin-sdk": {
            "vcs": "hg",
            "service": "soundsoftware"
        },
        "vamp-plugin-tester": {
            "vcs": "hg",
            "service": "soundsoftware"
        },
        "vamp-aubio-plugins": {
            "vcs": "hg",
            "service": "soundsoftware"
        },
        "mazurka-plugins": {
            "vcs": "git",
            "service": "github",
            "owner": "craigsapp",
            "repository": "MazurkaPlugins"
        },
        "qm-vamp-plugins": {
            "vcs": "hg",
            "service": "soundsoftware"
        },
        "segmentino": {
            "vcs": "hg",
            "service": "soundsoftware",
            "repository": "segmenter-vamp-plugin"
        },
        "vamp-libxtract-plugins": {
            "vcs": "hg",
            "service": "soundsoftware"
        },
        "vamp-onsetsds-plugin": {
            "vcs": "hg",
            "service": "soundsoftware"
        },
        "vamp-test-plugin": {
            "vcs": "hg",
            "service": "soundsoftware"
        },
        "match-vamp": {
            "vcs": "hg",
            "service": "soundsoftware"
        },
        "vampy": {
            "vcs": "hg",
            "service": "soundsoftware"
        },
        "nnls-chroma": {
            "vcs": "hg",
            "service": "soundsoftware"
        },
        "pyin": {
            "vcs": "hg",
            "service": "soundsoftware"
        },
        "silvet": {
            "vcs": "hg",
            "service": "soundsoftware"
        },
        "constant-q-cpp": {
            "vcs": "hg",
            "service": "soundsoftware"
        },
        "vamp-tempogram": {
            "vcs": "hg",
            "service": "soundsoftware"
        },
        "vamp-simple-cepstrum": {
            "vcs": "hg",
            "service": "soundsoftware"
        },
        "cepstral-pitchtracker": {
            "vcs": "hg",
            "service": "soundsoftware"
        },
        "tempest": {
            "vcs": "hg",
            "service": "soundsoftware"
        },
        "miredu": {
            "vcs": "git",
            "service": "github",
            "owner": "MTG"
        },
        "ua-vamp-plugins": {
            "vcs": "git",
            "service": "github",
            "owner": "pertusa",
            "repository": "UAVampPlugins"
        },
        "vamp-test-plugin": {
            "vcs": "hg",
            "service": "soundsoftware"
        },
        "tipic": {
            "vcs": "hg",
            "service": "soundsoftware"
        },
        "btrack": {
            "vcs": "git",
            "service": "github",
            "owner": "adamstark",
            "repository": "BTrack"
        }
    }
}