annotate vext-project.json @ 316:3cd337892a16

Update before install; seems to be necessary (based on other projects) to avoid recent Ruby-related error
author Chris Cannam
date Tue, 10 Oct 2017 13:52:12 +0100
parents 72b57b57a736
children
rev   line source
Chris@303 1 {
Chris@303 2 "config": {
Chris@303 3 "extdir": "."
Chris@303 4 },
Chris@303 5 "services": {
Chris@303 6 "soundsoftware": {
Chris@303 7 "vcs": ["hg", "git"],
Chris@303 8 "anonymous": "https://code.soundsoftware.ac.uk/{vcs}/{repository}",
Chris@303 9 "authenticated": "https://{account}@code.soundsoftware.ac.uk/{vcs}/{repository}"
Chris@303 10 }
Chris@303 11 },
Chris@303 12 "libraries": {
Chris@303 13 "vamp-plugin-sdk": {
Chris@303 14 "vcs": "hg",
Chris@303 15 "service": "soundsoftware"
Chris@303 16 },
Chris@303 17 "svcore": {
Chris@303 18 "vcs": "hg",
Chris@303 19 "service": "soundsoftware"
Chris@303 20 },
Chris@303 21 "piper-cpp": {
Chris@303 22 "vcs": "git",
Chris@303 23 "service": "github",
Chris@303 24 "owner": "piper-audio",
Chris@303 25 "repository": "piper-vamp-cpp"
Chris@303 26 },
Chris@305 27 "dataquay": {
Chris@305 28 "vcs": "hg",
Chris@305 29 "service": "bitbucket",
Chris@305 30 "owner": "breakfastquay"
Chris@305 31 },
Chris@303 32 "bqvec": {
Chris@303 33 "vcs": "hg",
Chris@303 34 "service": "bitbucket",
Chris@303 35 "owner": "breakfastquay"
Chris@303 36 },
Chris@303 37 "bqfft": {
Chris@303 38 "vcs": "hg",
Chris@303 39 "service": "bitbucket",
Chris@303 40 "owner": "breakfastquay"
Chris@303 41 },
Chris@303 42 "bqresample": {
Chris@303 43 "vcs": "hg",
Chris@303 44 "service": "bitbucket",
Chris@303 45 "owner": "breakfastquay"
Chris@303 46 },
Chris@303 47 "sv-dependency-builds": {
Chris@303 48 "vcs": "hg",
Chris@303 49 "service": "soundsoftware"
Chris@303 50 }
Chris@303 51 }
Chris@303 52 }
Chris@303 53