comparison vextspec.json @ 1674:161758cbddd8 vext

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