Mercurial > hg > sonic-visualiser
view repoint-project.json @ 2596:04d381f0d89a tip
Default branch is now named default on git as well as hg, in case we ever want to switch to mirroring in the other direction
author | Chris Cannam |
---|---|
date | Thu, 27 Aug 2020 15:58:56 +0100 |
parents | e55433e351cd |
children |
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" }, "svgui": { "vcs": "hg", "service": "soundsoftware" }, "svapp": { "vcs": "hg", "service": "soundsoftware" }, "checker": { "vcs": "hg", "service": "soundsoftware", "repository": "vamp-plugin-load-checker" }, "piper": { "vcs": "git", "service": "github", "owner": "piper-audio" }, "piper-vamp-cpp": { "vcs": "git", "service": "github", "owner": "piper-audio" }, "dataquay": { "vcs": "hg", "service": "sourcehut", "owner": "breakfastquay" }, "bqvec": { "vcs": "hg", "service": "sourcehut", "owner": "breakfastquay" }, "bqfft": { "vcs": "hg", "service": "sourcehut", "owner": "breakfastquay" }, "bqresample": { "vcs": "hg", "service": "sourcehut", "owner": "breakfastquay" }, "bqaudioio": { "vcs": "hg", "service": "sourcehut", "owner": "breakfastquay" }, "bqaudiostream": { "vcs": "hg", "service": "sourcehut", "owner": "breakfastquay" }, "bqthingfactory": { "vcs": "hg", "service": "sourcehut", "owner": "breakfastquay" }, "sv-dependency-builds": { "vcs": "hg", "service": "soundsoftware" }, "icons/scalable": { "vcs": "hg", "service": "soundsoftware", "repository": "sv-iconset" } } }