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 @ 453:a083b53c85d6

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
        },
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": "sourcehut",
47
            "owner": "breakfastquay"
48
        },
49
        "bqvec": {
50
            "vcs": "hg",
51
            "service": "sourcehut",
52
            "owner": "breakfastquay"
53
        },
54
        "bqfft": {
55
            "vcs": "hg",
56
            "service": "sourcehut",
57
            "owner": "breakfastquay"
58
        },
59
        "bqresample": {
60
            "vcs": "hg",
61
            "service": "sourcehut",
62
            "owner": "breakfastquay"
63
        },
64
        "bqaudioio": {
65
            "vcs": "hg",
66
            "service": "sourcehut",
67
            "owner": "breakfastquay"
68
        },
69
        "bqaudiostream": {
70
            "vcs": "hg",
71
            "service": "sourcehut",
72
            "owner": "breakfastquay"
73
        },
74
        "bqthingfactory": {
75
            "vcs": "hg",
76
            "service": "sourcehut",
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
            "branch": "subsequence"
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