view vextspec.json @ 1676:f836f41fbc37 vext

Factor out provider
author Chris Cannam
date Tue, 25 Apr 2017 15:40:15 +0100
parents bc99b972d9fe
children e8c7bf14c044
line wrap: on
line source
{
    "config": {
        "extdir": "src"
    },
    "providers": {
	"soundsoftware": {
	    "anon": "https://code.soundsoftware.ac.uk/{vcs}/{repo}",
	    "auth": "https://{account}@code.soundsoftware.ac.uk/{vcs}/{repo}"
	}
    },
    "libs": {
        "vamp-plugin-sdk": {
            "vcs": "git",
            "service": "github",
            "owner": "c4dm"
        },
        "svcore": {
            "vcs": "hg",
	    "service": "soundsoftware"
        },
        "svgui": {
            "vcs": "hg",
	    "service": "soundsoftware"
        },
        "svapp": {
            "vcs": "hg",
	    "service": "soundsoftware"
        },
        "dataquay": {
            "vcs": "hg",
            "service": "bitbucket",
            "owner": "breakfastquay"
        },
        "bqvec": {
            "vcs": "hg",
            "service": "bitbucket",
            "owner": "breakfastquay"
        },
        "bqfft": {
            "vcs": "hg",
            "service": "bitbucket",
            "owner": "breakfastquay"
        },
        "bqresample": {
            "vcs": "hg",
            "service": "bitbucket",
            "owner": "breakfastquay"
        },
        "bqaudioio": {
            "vcs": "hg",
            "service": "bitbucket",
            "owner": "breakfastquay"
        },
        "sv-dependency-builds": {
            "vcs": "hg",
	    "service": "soundsoftware"
        },
        "icons/scalable": {
            "vcs": "hg",
	    "service": "soundsoftware",
	    "repo": "sv-iconset"
        },
        "checker": {
            "vcs": "hg",
	    "service": "soundsoftware",
	    "repo": "vamp-plugin-load-checker"
        },
        "piper-cpp": {
            "vcs": "git",
	    "service": "github",
	    "owner": "piper-audio"
        }
    }
}