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 @ 105:fa09c8e155ec

History | View | Annotate | Download (1.92 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-cpp": {
40
            "vcs": "git",
41
            "service": "github",
42
            "owner": "piper-audio",
43
            "repository": "piper-vamp-cpp"
44
        },
45
        "dataquay": {
46
            "vcs": "hg",
47
            "service": "bitbucket",
48
            "owner": "breakfastquay"
49
        },
50
        "bqvec": {
51
            "vcs": "hg",
52
            "service": "bitbucket",
53
            "owner": "breakfastquay"
54
        },
55
        "bqfft": {
56
            "vcs": "hg",
57
            "service": "bitbucket",
58
            "owner": "breakfastquay"
59
        },
60
        "bqresample": {
61
            "vcs": "hg",
62
            "service": "bitbucket",
63
            "owner": "breakfastquay"
64
        },
65
        "bqaudioio": {
66
            "vcs": "hg",
67
            "service": "bitbucket",
68
            "owner": "breakfastquay"
69
        },
70
        "sv-dependency-builds": {
71
            "vcs": "hg",
72
            "service": "soundsoftware"
73
        },
74
        "icons/scalable": {
75
            "vcs": "hg",
76
            "service": "soundsoftware",
77
            "repository": "sv-iconset"
78
        }
79
    }
80
}
81