comparison repoint-project.json @ 318:3d129db143f4

Vext -> Repoint
author Chris Cannam
date Tue, 15 May 2018 15:30:38 +0100
parents vext-project.json@72b57b57a736
children e16e4cda23b9
comparison
equal deleted inserted replaced
317:c3a3edc6c2f0 318:3d129db143f4
1 {
2 "config": {
3 "extdir": "."
4 },
5 "services": {
6 "soundsoftware": {
7 "vcs": ["hg", "git"],
8 "anonymous": "https://code.soundsoftware.ac.uk/{vcs}/{repository}",
9 "authenticated": "https://{account}@code.soundsoftware.ac.uk/{vcs}/{repository}"
10 }
11 },
12 "libraries": {
13 "vamp-plugin-sdk": {
14 "vcs": "hg",
15 "service": "soundsoftware"
16 },
17 "svcore": {
18 "vcs": "hg",
19 "service": "soundsoftware"
20 },
21 "piper-cpp": {
22 "vcs": "git",
23 "service": "github",
24 "owner": "piper-audio",
25 "repository": "piper-vamp-cpp"
26 },
27 "dataquay": {
28 "vcs": "hg",
29 "service": "bitbucket",
30 "owner": "breakfastquay"
31 },
32 "bqvec": {
33 "vcs": "hg",
34 "service": "bitbucket",
35 "owner": "breakfastquay"
36 },
37 "bqfft": {
38 "vcs": "hg",
39 "service": "bitbucket",
40 "owner": "breakfastquay"
41 },
42 "bqresample": {
43 "vcs": "hg",
44 "service": "bitbucket",
45 "owner": "breakfastquay"
46 },
47 "sv-dependency-builds": {
48 "vcs": "hg",
49 "service": "soundsoftware"
50 }
51 }
52 }
53