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 @ 260:9b00c7784153

History | View | Annotate | Download (3.08 KB)

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
            "branch": "c++11-mutex"
17
        },
18
        "svcore": {
19
            "vcs": "hg",
20
            "service": "soundsoftware"
21
        },
22
        "svgui": {
23
            "vcs": "hg",
24
            "service": "soundsoftware"
25
        },
26
        "svapp": {
27
            "vcs": "hg",
28
            "service": "soundsoftware"
29
        },
30
        "checker": {
31
            "vcs": "hg",
32
            "service": "soundsoftware",
33
            "repository": "vamp-plugin-load-checker"
34
        },
35
        "piper": {
36
            "vcs": "git",
37
            "service": "github",
38
            "owner": "piper-audio"
39
        },
40
        "piper-vamp-cpp": {
41
            "vcs": "git",
42
            "service": "github",
43
            "owner": "piper-audio"
44
        },
45
        "dataquay": {
46
            "vcs": "hg",
47
            "service": "sourcehut",
48
            "owner": "breakfastquay"
49
        },
50
        "bqvec": {
51
            "vcs": "hg",
52
            "service": "sourcehut",
53
            "owner": "breakfastquay"
54
        },
55
        "bqfft": {
56
            "vcs": "hg",
57
            "service": "sourcehut",
58
            "owner": "breakfastquay"
59
        },
60
        "bqresample": {
61
            "vcs": "hg",
62
            "service": "sourcehut",
63
            "owner": "breakfastquay"
64
        },
65
        "bqaudioio": {
66
            "vcs": "hg",
67
            "service": "sourcehut",
68
            "owner": "breakfastquay"
69
        },
70
        "bqaudiostream": {
71
            "vcs": "hg",
72
            "service": "sourcehut",
73
            "owner": "breakfastquay"
74
        },
75
        "bqthingfactory": {
76
            "vcs": "hg",
77
            "service": "sourcehut",
78
            "owner": "breakfastquay"
79
        },
80
        "sv-dependency-builds": {
81
            "vcs": "hg",
82
            "service": "soundsoftware"
83
        },
84
        "icons/scalable": {
85
            "vcs": "hg",
86
            "service": "soundsoftware",
87
            "repository": "sv-iconset"
88
        },
89
        "match": {
90
            "vcs": "hg",
91
            "service": "soundsoftware",
92
            "repository": "match-vamp"
93
        },
94
        "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
        "pyin": {
105
            "vcs": "hg",
106
            "service": "soundsoftware"
107
        },
108
        "nnls-chroma": {
109
            "vcs": "hg",
110
            "service": "soundsoftware"
111
        },
112
        "qm-vamp-plugins": {
113
            "vcs": "git",
114
            "service": "github",
115
            "owner": "c4dm"
116
        },
117
        "qm-vamp-plugins/lib/qm-dsp": {
118
            "vcs": "git",
119
            "service": "github",
120
            "owner": "c4dm"
121
        },
122
        "azi": {
123
            "vcs": "hg",
124
            "service": "soundsoftware"
125
        }
126
    }
127
}
128