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 @ 182:9836e7ec388c

History | View | Annotate | Download (3.04 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
        },
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
        "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
        "piper-vamp-cpp": {
40
            "vcs": "git",
41
            "service": "github",
42
            "owner": "piper-audio"
43
        },
44
        "dataquay": {
45
            "vcs": "hg",
46
            "service": "bitbucket",
47
            "owner": "breakfastquay"
48
        },
49
        "bqvec": {
50
            "vcs": "hg",
51
            "service": "bitbucket",
52
            "owner": "breakfastquay"
53
        },
54
        "bqfft": {
55
            "vcs": "hg",
56
            "service": "bitbucket",
57
            "owner": "breakfastquay"
58
        },
59
        "bqresample": {
60
            "vcs": "hg",
61
            "service": "bitbucket",
62
            "owner": "breakfastquay"
63
        },
64
        "bqaudioio": {
65
            "vcs": "hg",
66
            "service": "bitbucket",
67
            "owner": "breakfastquay"
68
        },
69
        "bqaudiostream": {
70
            "vcs": "hg",
71
            "service": "bitbucket",
72
            "owner": "breakfastquay"
73
        },
74
        "bqthingfactory": {
75
            "vcs": "hg",
76
            "service": "bitbucket",
77
            "owner": "breakfastquay"
78
        },
79
        "sv-dependency-builds": {
80
            "vcs": "hg",
81
            "service": "soundsoftware"
82
        },
83
        "icons/scalable": {
84
            "vcs": "hg",
85
            "service": "soundsoftware",
86
            "repository": "sv-iconset"
87
        },
88
        "match": {
89
            "vcs": "hg",
90
            "service": "soundsoftware",
91
            "repository": "match-vamp"
92
        },
93
        "constant-q-cpp": {
94
            "vcs": "git",
95
            "service": "github",
96
            "owner": "cannam",
97
            "repository": "constant-q-cpp"
98
        },
99
        "tuning-difference": {
100
            "vcs": "hg",
101
            "service": "soundsoftware"
102
        },
103
        "pyin": {
104
            "vcs": "hg",
105
            "service": "soundsoftware"
106
        },
107
        "nnls-chroma": {
108
            "vcs": "hg",
109
            "service": "soundsoftware"
110
        },
111
        "qm-vamp-plugins": {
112
            "vcs": "git",
113
            "service": "github",
114
            "owner": "c4dm"
115
        },
116
        "qm-vamp-plugins/lib/qm-dsp": {
117
            "vcs": "git",
118
            "service": "github",
119
            "owner": "c4dm"
120
        },
121
        "azi": {
122
            "vcs": "hg",
123
            "service": "soundsoftware"
124
        }
125
    }
126
}
127