annotate vext-project.json @ 1713:994560e84965 output-type-uri

Use output-type-uri piper branch
author Chris Cannam
date Thu, 08 Jun 2017 17:04:19 +0100
parents d11103dfc7f6
children 05b6e20e25d9
rev   line source
Chris@1674 1 {
Chris@1674 2 "config": {
Chris@1706 3 "extdir": "."
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@1710 14 "vcs": "hg",
Chris@1710 15 "service": "soundsoftware"
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@1710 29 "checker": {
Chris@1710 30 "vcs": "hg",
Chris@1710 31 "service": "soundsoftware",
Chris@1710 32 "repository": "vamp-plugin-load-checker"
Chris@1710 33 },
Chris@1710 34 "piper-cpp": {
Chris@1710 35 "vcs": "git",
Chris@1710 36 "service": "github",
Chris@1710 37 "owner": "piper-audio",
Chris@1713 38 "repository": "piper-vamp-cpp",
Chris@1713 39 "branch": "output-type-uri"
Chris@1710 40 },
Chris@1674 41 "dataquay": {
Chris@1674 42 "vcs": "hg",
Chris@1675 43 "service": "bitbucket",
Chris@1675 44 "owner": "breakfastquay"
Chris@1674 45 },
Chris@1674 46 "bqvec": {
Chris@1674 47 "vcs": "hg",
Chris@1675 48 "service": "bitbucket",
Chris@1675 49 "owner": "breakfastquay"
Chris@1674 50 },
Chris@1674 51 "bqfft": {
Chris@1674 52 "vcs": "hg",
Chris@1675 53 "service": "bitbucket",
Chris@1675 54 "owner": "breakfastquay"
Chris@1674 55 },
Chris@1674 56 "bqresample": {
Chris@1674 57 "vcs": "hg",
Chris@1675 58 "service": "bitbucket",
Chris@1675 59 "owner": "breakfastquay"
Chris@1674 60 },
Chris@1674 61 "bqaudioio": {
Chris@1674 62 "vcs": "hg",
Chris@1675 63 "service": "bitbucket",
Chris@1675 64 "owner": "breakfastquay"
Chris@1674 65 },
Chris@1674 66 "sv-dependency-builds": {
Chris@1674 67 "vcs": "hg",
Chris@1676 68 "service": "soundsoftware"
Chris@1674 69 },
Chris@1674 70 "icons/scalable": {
Chris@1674 71 "vcs": "hg",
Chris@1676 72 "service": "soundsoftware",
Chris@1694 73 "repository": "sv-iconset"
Chris@1674 74 }
Chris@1674 75 }
Chris@1674 76 }
Chris@1674 77