annotate vextspec.json @ 1675:bc99b972d9fe vext

Flatten spec file hierarchy
author Chris Cannam
date Mon, 24 Apr 2017 16:12:54 +0100
parents 161758cbddd8
children f836f41fbc37
rev   line source
Chris@1674 1 {
Chris@1674 2 "config": {
Chris@1674 3 "extdir": "src"
Chris@1674 4 },
Chris@1674 5 "libs": {
Chris@1674 6 "vamp-plugin-sdk": {
Chris@1674 7 "vcs": "git",
Chris@1675 8 "service": "github",
Chris@1675 9 "owner": "c4dm"
Chris@1674 10 },
Chris@1674 11 "svcore": {
Chris@1674 12 "vcs": "hg",
Chris@1675 13 "url": "https://code.soundsoftware.ac.uk/hg/svcore"
Chris@1674 14 },
Chris@1674 15 "svgui": {
Chris@1674 16 "vcs": "hg",
Chris@1675 17 "url": "https://code.soundsoftware.ac.uk/hg/svgui"
Chris@1674 18 },
Chris@1674 19 "svapp": {
Chris@1674 20 "vcs": "hg",
Chris@1675 21 "url": "https://code.soundsoftware.ac.uk/hg/svapp"
Chris@1674 22 },
Chris@1674 23 "dataquay": {
Chris@1674 24 "vcs": "hg",
Chris@1675 25 "service": "bitbucket",
Chris@1675 26 "owner": "breakfastquay"
Chris@1674 27 },
Chris@1674 28 "bqvec": {
Chris@1674 29 "vcs": "hg",
Chris@1675 30 "service": "bitbucket",
Chris@1675 31 "owner": "breakfastquay"
Chris@1674 32 },
Chris@1674 33 "bqfft": {
Chris@1674 34 "vcs": "hg",
Chris@1675 35 "service": "bitbucket",
Chris@1675 36 "owner": "breakfastquay"
Chris@1674 37 },
Chris@1674 38 "bqresample": {
Chris@1674 39 "vcs": "hg",
Chris@1675 40 "service": "bitbucket",
Chris@1675 41 "owner": "breakfastquay"
Chris@1674 42 },
Chris@1674 43 "bqaudioio": {
Chris@1674 44 "vcs": "hg",
Chris@1675 45 "service": "bitbucket",
Chris@1675 46 "owner": "breakfastquay"
Chris@1674 47 },
Chris@1674 48 "sv-dependency-builds": {
Chris@1674 49 "vcs": "hg",
Chris@1675 50 "url": "https://code.soundsoftware.ac.uk/hg/sv-dependency-builds"
Chris@1674 51 },
Chris@1674 52 "icons/scalable": {
Chris@1674 53 "vcs": "hg",
Chris@1675 54 "url": "https://code.soundsoftware.ac.uk/hg/sv-iconset"
Chris@1674 55 },
Chris@1674 56 "checker": {
Chris@1674 57 "vcs": "hg",
Chris@1675 58 "url": "https://code.soundsoftware.ac.uk/hg/vamp-plugin-load-checker"
Chris@1674 59 },
Chris@1674 60 "piper-cpp": {
Chris@1674 61 "vcs": "git",
Chris@1675 62 "url": "https://github.com/piper-audio/piper-cpp"
Chris@1674 63 }
Chris@1674 64 }
Chris@1674 65 }
Chris@1674 66