view vext-project.json @ 1801:15bb44af8f0d horizontal-scale

Fix project file for this branch
author Chris Cannam
date Wed, 02 May 2018 14:34:07 +0100
parents dc5923962505
children cdba78a6f51a
line wrap: on
line source
{
    "config": {
        "extdir": "."
    },
    "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"
        },
        "svcore": {
            "vcs": "hg",
            "service": "soundsoftware",
            "branch": "horizontal-scale"
        },
        "svgui": {
            "vcs": "hg",
            "service": "soundsoftware",
            "branch": "horizontal-scale"
        },
        "svapp": {
            "vcs": "hg",
	    "service": "soundsoftware"
        },
        "checker": {
            "vcs": "hg",
	    "service": "soundsoftware",
	    "repository": "vamp-plugin-load-checker"
        },
        "piper": {
            "vcs": "git",
	    "service": "github",
	    "owner": "piper-audio"
        },
        "piper-cpp": {
            "vcs": "git",
	    "service": "github",
	    "owner": "piper-audio",
            "repository": "piper-vamp-cpp"
        },
        "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",
	    "repository": "sv-iconset"
        }
    }
}