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 @ 136:5cf745be1767

History | View | Annotate | Download (2.88 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
            "branch": "single-point"
21
        },
22
        "svgui": {
23
            "vcs": "hg",
24
            "service": "soundsoftware",
25
            "branch": "single-point"
26
        },
27
        "svapp": {
28
            "vcs": "hg",
29
            "service": "soundsoftware",
30
            "branch": "single-point"
31
        },
32
        "checker": {
33
            "vcs": "hg",
34
            "service": "soundsoftware",
35
            "repository": "vamp-plugin-load-checker"
36
        },
37
        "piper": {
38
            "vcs": "git",
39
            "service": "github",
40
            "owner": "piper-audio"
41
        },
42
        "piper-vamp-cpp": {
43
            "vcs": "git",
44
            "service": "github",
45
            "owner": "piper-audio"
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
        "bqaudiostream": {
73
            "vcs": "hg",
74
            "service": "bitbucket",
75
            "owner": "breakfastquay"
76
        },
77
        "bqthingfactory": {
78
            "vcs": "hg",
79
            "service": "bitbucket",
80
            "owner": "breakfastquay"
81
        },
82
        "sv-dependency-builds": {
83
            "vcs": "hg",
84
            "service": "soundsoftware"
85
        },
86
        "icons/scalable": {
87
            "vcs": "hg",
88
            "service": "soundsoftware",
89
            "repository": "sv-iconset"
90
        },
91
        "match": {
92
            "vcs": "hg",
93
            "service": "soundsoftware",
94
            "repository": "match-vamp"
95
        },
96
        "pyin": {
97
            "vcs": "hg",
98
            "service": "soundsoftware"
99
        },
100
        "nnls-chroma": {
101
            "vcs": "hg",
102
            "service": "soundsoftware"
103
        },
104
        "qm-vamp-plugins": {
105
            "vcs": "hg",
106
            "service": "soundsoftware"
107
        },
108
        "qm-vamp-plugins/qm-dsp": {
109
            "vcs": "hg",
110
            "service": "soundsoftware",
111
            "repository": "qm-dsp"
112
        },
113
        "azi": {
114
            "vcs": "hg",
115
            "service": "soundsoftware"
116
        }
117
    }
118
}
119