annotate vextspec.json @ 1694:672d24cf5cb3 vext

Fix repository key
author Chris Cannam
date Tue, 09 May 2017 10:25:45 +0100
parents e8c7bf14c044
children
rev   line source
Chris@1674 1 {
Chris@1674 2 "config": {
Chris@1674 3 "extdir": "src"
Chris@1674 4 },
Chris@1676 5 "providers": {
Chris@1676 6 "soundsoftware": {
Chris@1678 7 "vcs": ["hg", "git"],
Chris@1676 8 "anon": "https://code.soundsoftware.ac.uk/{vcs}/{repo}",
Chris@1676 9 "auth": "https://{account}@code.soundsoftware.ac.uk/{vcs}/{repo}"
Chris@1676 10 }
Chris@1676 11 },
Chris@1674 12 "libs": {
Chris@1674 13 "vamp-plugin-sdk": {
Chris@1674 14 "vcs": "git",
Chris@1675 15 "service": "github",
Chris@1675 16 "owner": "c4dm"
Chris@1674 17 },
Chris@1674 18 "svcore": {
Chris@1674 19 "vcs": "hg",
Chris@1676 20 "service": "soundsoftware"
Chris@1674 21 },
Chris@1674 22 "svgui": {
Chris@1674 23 "vcs": "hg",
Chris@1676 24 "service": "soundsoftware"
Chris@1674 25 },
Chris@1674 26 "svapp": {
Chris@1674 27 "vcs": "hg",
Chris@1676 28 "service": "soundsoftware"
Chris@1674 29 },
Chris@1674 30 "dataquay": {
Chris@1674 31 "vcs": "hg",
Chris@1675 32 "service": "bitbucket",
Chris@1675 33 "owner": "breakfastquay"
Chris@1674 34 },
Chris@1674 35 "bqvec": {
Chris@1674 36 "vcs": "hg",
Chris@1675 37 "service": "bitbucket",
Chris@1675 38 "owner": "breakfastquay"
Chris@1674 39 },
Chris@1674 40 "bqfft": {
Chris@1674 41 "vcs": "hg",
Chris@1675 42 "service": "bitbucket",
Chris@1675 43 "owner": "breakfastquay"
Chris@1674 44 },
Chris@1674 45 "bqresample": {
Chris@1674 46 "vcs": "hg",
Chris@1675 47 "service": "bitbucket",
Chris@1675 48 "owner": "breakfastquay"
Chris@1674 49 },
Chris@1674 50 "bqaudioio": {
Chris@1674 51 "vcs": "hg",
Chris@1675 52 "service": "bitbucket",
Chris@1675 53 "owner": "breakfastquay"
Chris@1674 54 },
Chris@1674 55 "sv-dependency-builds": {
Chris@1674 56 "vcs": "hg",
Chris@1676 57 "service": "soundsoftware"
Chris@1674 58 },
Chris@1674 59 "icons/scalable": {
Chris@1674 60 "vcs": "hg",
Chris@1676 61 "service": "soundsoftware",
Chris@1694 62 "repository": "sv-iconset"
Chris@1674 63 },
Chris@1674 64 "checker": {
Chris@1674 65 "vcs": "hg",
Chris@1676 66 "service": "soundsoftware",
Chris@1694 67 "repository": "vamp-plugin-load-checker"
Chris@1674 68 },
Chris@1674 69 "piper-cpp": {
Chris@1674 70 "vcs": "git",
Chris@1676 71 "service": "github",
Chris@1676 72 "owner": "piper-audio"
Chris@1674 73 }
Chris@1674 74 }
Chris@1674 75 }
Chris@1674 76