-
Notifications
You must be signed in to change notification settings - Fork 0
/
repoint-project.json
59 lines (58 loc) · 1.46 KB
/
repoint-project.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"config": {
"extdir": "."
},
"services": {
"soundsoftware": {
"vcs": ["hg", "git"],
"anonymous": "https://code.soundsoftware.ac.uk/{vcs}/{repository}",
"authenticated": "https://{account}@code.soundsoftware.ac.uk/{vcs}/{repository}"
}
},
"libraries": {
"yeti": {
"vcs": "git",
"service": "github",
"owner": "mth",
"pin": "de5e56ceda4678f4ad2678bbd6afec7ac3afdfa2"
},
"yertle": {
"vcs": "hg",
"service": "sourcehut",
"owner": "cannam"
},
"jvamp": {
"vcs": "hg",
"service": "soundsoftware"
},
"may": {
"vcs": "hg",
"service": "soundsoftware"
},
"spark": {
"vcs": "git",
"service": "github",
"owner": "perwendel",
"pin": "2.9.1"
},
"public": {
"vcs": "git",
"service": "github",
"owner": "vamp-plugins",
"repository": "vamp-static-site",
"branch": "website"
},
"rdf": {
"vcs": "git",
"service": "github",
"owner": "vamp-plugins",
"repository": "vamp-known-plugins-rdf",
"branch": "default"
},
"piper": {
"vcs": "git",
"service": "github",
"owner": "piper-audio"
}
}
}