Mercurial > hg > vamp-build-and-test
diff repoint-project.json @ 125:34e428693f5d vext
Vext -> Repoint
author | Chris Cannam |
---|---|
date | Thu, 14 Jun 2018 11:15:39 +0100 |
parents | vext-project.json@9efd2d15cd58 |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/repoint-project.json Thu Jun 14 11:15:39 2018 +0100 @@ -0,0 +1,114 @@ +{ + "config": { + "extdir": "REPOS" + }, + "services": { + "soundsoftware": { + "vcs": ["hg", "git"], + "anonymous": "https://code.soundsoftware.ac.uk/{vcs}/{repository}", + "authenticated": "https://{account}@code.soundsoftware.ac.uk/{vcs}/{repository}" + } + }, + "libraries": { + "vamp-plugin-sdk": { + "vcs": "hg", + "service": "soundsoftware" + }, + "vamp-plugin-tester": { + "vcs": "hg", + "service": "soundsoftware" + }, + "vamp-aubio-plugins": { + "vcs": "hg", + "service": "soundsoftware" + }, + "mazurka-plugins": { + "vcs": "git", + "service": "github", + "owner": "craigsapp", + "repository": "MazurkaPlugins" + }, + "qm-vamp-plugins": { + "vcs": "hg", + "service": "soundsoftware" + }, + "segmentino": { + "vcs": "hg", + "service": "soundsoftware", + "repository": "segmenter-vamp-plugin" + }, + "vamp-libxtract-plugins": { + "vcs": "hg", + "service": "soundsoftware" + }, + "vamp-onsetsds-plugin": { + "vcs": "hg", + "service": "soundsoftware" + }, + "vamp-test-plugin": { + "vcs": "hg", + "service": "soundsoftware" + }, + "match-vamp": { + "vcs": "hg", + "service": "soundsoftware" + }, + "vampy": { + "vcs": "hg", + "service": "soundsoftware" + }, + "nnls-chroma": { + "vcs": "hg", + "service": "soundsoftware" + }, + "pyin": { + "vcs": "hg", + "service": "soundsoftware" + }, + "silvet": { + "vcs": "hg", + "service": "soundsoftware" + }, + "constant-q-cpp": { + "vcs": "hg", + "service": "soundsoftware" + }, + "vamp-tempogram": { + "vcs": "hg", + "service": "soundsoftware" + }, + "vamp-simple-cepstrum": { + "vcs": "hg", + "service": "soundsoftware" + }, + "cepstral-pitchtracker": { + "vcs": "hg", + "service": "soundsoftware" + }, + "tempest": { + "vcs": "hg", + "service": "soundsoftware" + }, + "miredu": { + "vcs": "git", + "service": "github", + "owner": "MTG" + }, + "ua-vamp-plugins": { + "vcs": "git", + "service": "github", + "owner": "pertusa", + "repository": "UAVampPlugins" + }, + "tipic": { + "vcs": "hg", + "service": "soundsoftware" + }, + "btrack": { + "vcs": "git", + "service": "github", + "owner": "adamstark", + "repository": "BTrack" + } + } +}