Mercurial > hg > sonic-annotator
annotate repoint-project.json @ 344:54618edac669 bqaudiostream
Likewise
author | Chris Cannam |
---|---|
date | Mon, 04 Feb 2019 10:21:20 +0000 |
parents | ba3c0e70b5dd |
children | 1286914e4fe0 |
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@334 | 19 "service": "soundsoftware", |
Chris@334 | 20 "branch": "bqaudiostream" |
Chris@303 | 21 }, |
Chris@328 | 22 "checker": { |
Chris@328 | 23 "vcs": "hg", |
Chris@328 | 24 "service": "soundsoftware", |
Chris@328 | 25 "repository": "vamp-plugin-load-checker" |
Chris@328 | 26 }, |
Chris@334 | 27 "piper-vamp-cpp": { |
Chris@303 | 28 "vcs": "git", |
Chris@303 | 29 "service": "github", |
Chris@334 | 30 "owner": "piper-audio" |
Chris@303 | 31 }, |
Chris@305 | 32 "dataquay": { |
Chris@305 | 33 "vcs": "hg", |
Chris@305 | 34 "service": "bitbucket", |
Chris@305 | 35 "owner": "breakfastquay" |
Chris@305 | 36 }, |
Chris@303 | 37 "bqvec": { |
Chris@303 | 38 "vcs": "hg", |
Chris@303 | 39 "service": "bitbucket", |
Chris@303 | 40 "owner": "breakfastquay" |
Chris@303 | 41 }, |
Chris@303 | 42 "bqfft": { |
Chris@303 | 43 "vcs": "hg", |
Chris@303 | 44 "service": "bitbucket", |
Chris@303 | 45 "owner": "breakfastquay" |
Chris@303 | 46 }, |
Chris@303 | 47 "bqresample": { |
Chris@303 | 48 "vcs": "hg", |
Chris@303 | 49 "service": "bitbucket", |
Chris@303 | 50 "owner": "breakfastquay" |
Chris@303 | 51 }, |
Chris@334 | 52 "bqthingfactory": { |
Chris@334 | 53 "vcs": "hg", |
Chris@334 | 54 "service": "bitbucket", |
Chris@334 | 55 "owner": "breakfastquay" |
Chris@334 | 56 }, |
Chris@334 | 57 "bqaudiostream": { |
Chris@334 | 58 "vcs": "hg", |
Chris@334 | 59 "service": "bitbucket", |
Chris@334 | 60 "owner": "breakfastquay" |
Chris@334 | 61 }, |
Chris@303 | 62 "sv-dependency-builds": { |
Chris@303 | 63 "vcs": "hg", |
Chris@303 | 64 "service": "soundsoftware" |
Chris@303 | 65 } |
Chris@303 | 66 } |
Chris@303 | 67 } |
Chris@303 | 68 |