comparison repoint-project.json @ 2008:55d9bbf1fe45 zoom

Merge from default branch
author Chris Cannam
date Mon, 17 Sep 2018 14:05:41 +0100
parents 64dbd75b9296
children 9a9eb3727eb7
comparison
equal deleted inserted replaced
2007:246bdf94ef7b 2008:55d9bbf1fe45
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 "branch": "zoom"
21 },
22 "svgui": {
23 "vcs": "hg",
24 "service": "soundsoftware",
25 "branch": "zoom"
26 },
27 "svapp": {
28 "vcs": "hg",
29 "service": "soundsoftware"
30 },
31 "checker": {
32 "vcs": "hg",
33 "service": "soundsoftware",
34 "repository": "vamp-plugin-load-checker"
35 },
36 "piper": {
37 "vcs": "git",
38 "service": "github",
39 "owner": "piper-audio"
40 },
41 "piper-cpp": {
42 "vcs": "git",
43 "service": "github",
44 "owner": "piper-audio",
45 "repository": "piper-vamp-cpp"
46 },
47 "dataquay": {
48 "vcs": "hg",
49 "service": "bitbucket",
50 "owner": "breakfastquay"
51 },
52 "bqvec": {
53 "vcs": "hg",
54 "service": "bitbucket",
55 "owner": "breakfastquay"
56 },
57 "bqfft": {
58 "vcs": "hg",
59 "service": "bitbucket",
60 "owner": "breakfastquay"
61 },
62 "bqresample": {
63 "vcs": "hg",
64 "service": "bitbucket",
65 "owner": "breakfastquay"
66 },
67 "bqaudioio": {
68 "vcs": "hg",
69 "service": "bitbucket",
70 "owner": "breakfastquay"
71 },
72 "sv-dependency-builds": {
73 "vcs": "hg",
74 "service": "soundsoftware"
75 },
76 "icons/scalable": {
77 "vcs": "hg",
78 "service": "soundsoftware",
79 "repository": "sv-iconset"
80 }
81 }
82 }
83