comparison repoint-project.json @ 531:12d36dcfbbfb

Vext -> Repoint
author Chris Cannam
date Tue, 15 May 2018 15:37:23 +0100
parents vext-project.json@9fc762aafd01
children 1058d9b37a97
comparison
equal deleted inserted replaced
530:9cf6bfe02a46 531:12d36dcfbbfb
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 "svgui": {
22 "vcs": "hg",
23 "service": "soundsoftware"
24 },
25 "svapp": {
26 "vcs": "hg",
27 "service": "soundsoftware"
28 },
29 "piper-cpp": {
30 "vcs": "git",
31 "service": "github",
32 "owner": "piper-audio",
33 "repository": "piper-vamp-cpp"
34 },
35 "dataquay": {
36 "vcs": "hg",
37 "service": "bitbucket",
38 "owner": "breakfastquay"
39 },
40 "bqvec": {
41 "vcs": "hg",
42 "service": "bitbucket",
43 "owner": "breakfastquay"
44 },
45 "bqfft": {
46 "vcs": "hg",
47 "service": "bitbucket",
48 "owner": "breakfastquay"
49 },
50 "bqresample": {
51 "vcs": "hg",
52 "service": "bitbucket",
53 "owner": "breakfastquay"
54 },
55 "bqaudioio": {
56 "vcs": "hg",
57 "service": "bitbucket",
58 "owner": "breakfastquay"
59 },
60 "sv-dependency-builds": {
61 "vcs": "hg",
62 "service": "soundsoftware"
63 },
64 "icons/scalable": {
65 "vcs": "hg",
66 "service": "soundsoftware",
67 "repository": "sv-iconset"
68 },
69 "pyin": {
70 "vcs": "hg",
71 "service": "soundsoftware"
72 },
73 "chp": {
74 "vcs": "hg",
75 "service": "soundsoftware"
76 }
77 }
78 }
79