comparison 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
comparison
equal deleted inserted replaced
1674:161758cbddd8 1675:bc99b972d9fe
3 "extdir": "src" 3 "extdir": "src"
4 }, 4 },
5 "libs": { 5 "libs": {
6 "vamp-plugin-sdk": { 6 "vamp-plugin-sdk": {
7 "vcs": "git", 7 "vcs": "git",
8 "provider": { 8 "service": "github",
9 "service": "github", 9 "owner": "c4dm"
10 "owner": "c4dm"
11 }
12 }, 10 },
13 "svcore": { 11 "svcore": {
14 "vcs": "hg", 12 "vcs": "hg",
15 "provider": { 13 "url": "https://code.soundsoftware.ac.uk/hg/svcore"
16 "url": "https://code.soundsoftware.ac.uk/hg/svcore"
17 }
18 }, 14 },
19 "svgui": { 15 "svgui": {
20 "vcs": "hg", 16 "vcs": "hg",
21 "provider": { 17 "url": "https://code.soundsoftware.ac.uk/hg/svgui"
22 "url": "https://code.soundsoftware.ac.uk/hg/svgui"
23 }
24 }, 18 },
25 "svapp": { 19 "svapp": {
26 "vcs": "hg", 20 "vcs": "hg",
27 "provider": { 21 "url": "https://code.soundsoftware.ac.uk/hg/svapp"
28 "url": "https://code.soundsoftware.ac.uk/hg/svapp"
29 }
30 }, 22 },
31 "dataquay": { 23 "dataquay": {
32 "vcs": "hg", 24 "vcs": "hg",
33 "provider": { 25 "service": "bitbucket",
34 "service": "bitbucket", 26 "owner": "breakfastquay"
35 "owner": "breakfastquay"
36 }
37 }, 27 },
38 "bqvec": { 28 "bqvec": {
39 "vcs": "hg", 29 "vcs": "hg",
40 "provider": { 30 "service": "bitbucket",
41 "service": "bitbucket", 31 "owner": "breakfastquay"
42 "owner": "breakfastquay"
43 }
44 }, 32 },
45 "bqfft": { 33 "bqfft": {
46 "vcs": "hg", 34 "vcs": "hg",
47 "provider": { 35 "service": "bitbucket",
48 "service": "bitbucket", 36 "owner": "breakfastquay"
49 "owner": "breakfastquay"
50 }
51 }, 37 },
52 "bqresample": { 38 "bqresample": {
53 "vcs": "hg", 39 "vcs": "hg",
54 "provider": { 40 "service": "bitbucket",
55 "service": "bitbucket", 41 "owner": "breakfastquay"
56 "owner": "breakfastquay"
57 }
58 }, 42 },
59 "bqaudioio": { 43 "bqaudioio": {
60 "vcs": "hg", 44 "vcs": "hg",
61 "provider": { 45 "service": "bitbucket",
62 "service": "bitbucket", 46 "owner": "breakfastquay"
63 "owner": "breakfastquay"
64 }
65 }, 47 },
66 "sv-dependency-builds": { 48 "sv-dependency-builds": {
67 "vcs": "hg", 49 "vcs": "hg",
68 "provider": { 50 "url": "https://code.soundsoftware.ac.uk/hg/sv-dependency-builds"
69 "url": "https://code.soundsoftware.ac.uk/hg/sv-dependency-builds"
70 }
71 }, 51 },
72 "icons/scalable": { 52 "icons/scalable": {
73 "vcs": "hg", 53 "vcs": "hg",
74 "provider": { 54 "url": "https://code.soundsoftware.ac.uk/hg/sv-iconset"
75 "url": "https://code.soundsoftware.ac.uk/hg/sv-iconset"
76 }
77 }, 55 },
78 "checker": { 56 "checker": {
79 "vcs": "hg", 57 "vcs": "hg",
80 "provider": { 58 "url": "https://code.soundsoftware.ac.uk/hg/vamp-plugin-load-checker"
81 "url": "https://code.soundsoftware.ac.uk/hg/vamp-plugin-load-checker"
82 }
83 }, 59 },
84 "piper-cpp": { 60 "piper-cpp": {
85 "vcs": "git", 61 "vcs": "git",
86 "provider": { 62 "url": "https://github.com/piper-audio/piper-cpp"
87 "url": "https://github.com/piper-audio/piper-cpp"
88 }
89 } 63 }
90 } 64 }
91 } 65 }
92 66