To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / repoint-project.json

History | View | Annotate | Download (3.08 KB)

1 100:dd1207a4dfc9 Chris
{
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 358:c0103dcfae20 Chris
            "service": "soundsoftware"
16 100:dd1207a4dfc9 Chris
        },
17
        "svcore": {
18
            "vcs": "hg",
19 231:0bc8e86a1716 Chris
            "service": "soundsoftware"
20 100:dd1207a4dfc9 Chris
        },
21
        "svgui": {
22
            "vcs": "hg",
23 231:0bc8e86a1716 Chris
            "service": "soundsoftware"
24 100:dd1207a4dfc9 Chris
        },
25
        "svapp": {
26
            "vcs": "hg",
27 441:7180bdbcf7cb Chris
            "service": "soundsoftware"
28 100:dd1207a4dfc9 Chris
        },
29
        "checker": {
30
            "vcs": "hg",
31
            "service": "soundsoftware",
32
            "repository": "vamp-plugin-load-checker"
33
        },
34
        "piper": {
35
            "vcs": "git",
36
            "service": "github",
37
            "owner": "piper-audio"
38
        },
39 110:125520c3dc05 Chris
        "piper-vamp-cpp": {
40 100:dd1207a4dfc9 Chris
            "vcs": "git",
41 110:125520c3dc05 Chris
            "service": "github",
42
            "owner": "piper-audio"
43 100:dd1207a4dfc9 Chris
        },
44
        "dataquay": {
45
            "vcs": "hg",
46 260:9b00c7784153 Chris
            "service": "sourcehut",
47 100:dd1207a4dfc9 Chris
            "owner": "breakfastquay"
48
        },
49
        "bqvec": {
50
            "vcs": "hg",
51 260:9b00c7784153 Chris
            "service": "sourcehut",
52 100:dd1207a4dfc9 Chris
            "owner": "breakfastquay"
53
        },
54
        "bqfft": {
55
            "vcs": "hg",
56 260:9b00c7784153 Chris
            "service": "sourcehut",
57 100:dd1207a4dfc9 Chris
            "owner": "breakfastquay"
58
        },
59
        "bqresample": {
60
            "vcs": "hg",
61 260:9b00c7784153 Chris
            "service": "sourcehut",
62 100:dd1207a4dfc9 Chris
            "owner": "breakfastquay"
63
        },
64
        "bqaudioio": {
65
            "vcs": "hg",
66 260:9b00c7784153 Chris
            "service": "sourcehut",
67 100:dd1207a4dfc9 Chris
            "owner": "breakfastquay"
68
        },
69 110:125520c3dc05 Chris
        "bqaudiostream": {
70
            "vcs": "hg",
71 260:9b00c7784153 Chris
            "service": "sourcehut",
72 110:125520c3dc05 Chris
            "owner": "breakfastquay"
73
        },
74
        "bqthingfactory": {
75
            "vcs": "hg",
76 260:9b00c7784153 Chris
            "service": "sourcehut",
77 110:125520c3dc05 Chris
            "owner": "breakfastquay"
78
        },
79 100:dd1207a4dfc9 Chris
        "sv-dependency-builds": {
80
            "vcs": "hg",
81
            "service": "soundsoftware"
82
        },
83
        "icons/scalable": {
84
            "vcs": "hg",
85
            "service": "soundsoftware",
86
            "repository": "sv-iconset"
87 136:5cf745be1767 Chris
        },
88
        "match": {
89
            "vcs": "hg",
90
            "service": "soundsoftware",
91 453:a083b53c85d6 Chris
            "repository": "match-vamp",
92
            "branch": "subsequence"
93 136:5cf745be1767 Chris
        },
94 152:eb0acdc529de Chris
        "constant-q-cpp": {
95
            "vcs": "git",
96
            "service": "github",
97
            "owner": "cannam",
98
            "repository": "constant-q-cpp"
99
        },
100
        "tuning-difference": {
101
            "vcs": "hg",
102
            "service": "soundsoftware"
103
        },
104 136:5cf745be1767 Chris
        "pyin": {
105
            "vcs": "hg",
106
            "service": "soundsoftware"
107
        },
108
        "nnls-chroma": {
109
            "vcs": "hg",
110
            "service": "soundsoftware"
111
        },
112
        "qm-vamp-plugins": {
113 182:9836e7ec388c Chris
            "vcs": "git",
114
            "service": "github",
115
            "owner": "c4dm"
116 136:5cf745be1767 Chris
        },
117 182:9836e7ec388c Chris
        "qm-vamp-plugins/lib/qm-dsp": {
118
            "vcs": "git",
119
            "service": "github",
120
            "owner": "c4dm"
121 136:5cf745be1767 Chris
        },
122
        "azi": {
123
            "vcs": "hg",
124
            "service": "soundsoftware"
125 100:dd1207a4dfc9 Chris
        }
126
    }
127
}