annotate vextspec.json @ 1676:f836f41fbc37 vext

Factor out provider
author Chris Cannam
date Tue, 25 Apr 2017 15:40:15 +0100
parents bc99b972d9fe
children e8c7bf14c044
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@1676 7 "anon": "https://code.soundsoftware.ac.uk/{vcs}/{repo}",
Chris@1676 8 "auth": "https://{account}@code.soundsoftware.ac.uk/{vcs}/{repo}"
Chris@1676 9 }
Chris@1676 10 },
Chris@1674 11 "libs": {
Chris@1674 12 "vamp-plugin-sdk": {
Chris@1674 13 "vcs": "git",
Chris@1675 14 "service": "github",
Chris@1675 15 "owner": "c4dm"
Chris@1674 16 },
Chris@1674 17 "svcore": {
Chris@1674 18 "vcs": "hg",
Chris@1676 19 "service": "soundsoftware"
Chris@1674 20 },
Chris@1674 21 "svgui": {
Chris@1674 22 "vcs": "hg",
Chris@1676 23 "service": "soundsoftware"
Chris@1674 24 },
Chris@1674 25 "svapp": {
Chris@1674 26 "vcs": "hg",
Chris@1676 27 "service": "soundsoftware"
Chris@1674 28 },
Chris@1674 29 "dataquay": {
Chris@1674 30 "vcs": "hg",
Chris@1675 31 "service": "bitbucket",
Chris@1675 32 "owner": "breakfastquay"
Chris@1674 33 },
Chris@1674 34 "bqvec": {
Chris@1674 35 "vcs": "hg",
Chris@1675 36 "service": "bitbucket",
Chris@1675 37 "owner": "breakfastquay"
Chris@1674 38 },
Chris@1674 39 "bqfft": {
Chris@1674 40 "vcs": "hg",
Chris@1675 41 "service": "bitbucket",
Chris@1675 42 "owner": "breakfastquay"
Chris@1674 43 },
Chris@1674 44 "bqresample": {
Chris@1674 45 "vcs": "hg",
Chris@1675 46 "service": "bitbucket",
Chris@1675 47 "owner": "breakfastquay"
Chris@1674 48 },
Chris@1674 49 "bqaudioio": {
Chris@1674 50 "vcs": "hg",
Chris@1675 51 "service": "bitbucket",
Chris@1675 52 "owner": "breakfastquay"
Chris@1674 53 },
Chris@1674 54 "sv-dependency-builds": {
Chris@1674 55 "vcs": "hg",
Chris@1676 56 "service": "soundsoftware"
Chris@1674 57 },
Chris@1674 58 "icons/scalable": {
Chris@1674 59 "vcs": "hg",
Chris@1676 60 "service": "soundsoftware",
Chris@1676 61 "repo": "sv-iconset"
Chris@1674 62 },
Chris@1674 63 "checker": {
Chris@1674 64 "vcs": "hg",
Chris@1676 65 "service": "soundsoftware",
Chris@1676 66 "repo": "vamp-plugin-load-checker"
Chris@1674 67 },
Chris@1674 68 "piper-cpp": {
Chris@1674 69 "vcs": "git",
Chris@1676 70 "service": "github",
Chris@1676 71 "owner": "piper-audio"
Chris@1674 72 }
Chris@1674 73 }
Chris@1674 74 }
Chris@1674 75