annotate repoint-project.json @ 2030:337d16097516 zoom

Subrepo update
author Chris Cannam
date Tue, 09 Oct 2018 16:02:04 +0100
parents 9a9eb3727eb7
children 4db75d584e5a
rev   line source
Chris@1674 1 {
Chris@1674 2 "config": {
Chris@1706 3 "extdir": "."
Chris@1674 4 },
Chris@1721 5 "services": {
Chris@1966 6 "soundsoftware": {
Chris@1966 7 "vcs": ["hg", "git"],
Chris@1966 8 "anonymous": "https://code.soundsoftware.ac.uk/{vcs}/{repository}",
Chris@1966 9 "authenticated": "https://{account}@code.soundsoftware.ac.uk/{vcs}/{repository}"
Chris@1966 10 }
Chris@1676 11 },
Chris@1724 12 "libraries": {
Chris@1674 13 "vamp-plugin-sdk": {
Chris@1710 14 "vcs": "hg",
Chris@1710 15 "service": "soundsoftware"
Chris@1674 16 },
Chris@1674 17 "svcore": {
Chris@1780 18 "vcs": "hg",
Chris@2008 19 "service": "soundsoftware",
Chris@2008 20 "branch": "zoom"
Chris@1674 21 },
Chris@1674 22 "svgui": {
Chris@1780 23 "vcs": "hg",
Chris@2008 24 "service": "soundsoftware",
Chris@2008 25 "branch": "zoom"
Chris@1674 26 },
Chris@1674 27 "svapp": {
Chris@1674 28 "vcs": "hg",
Chris@2012 29 "service": "soundsoftware",
Chris@2012 30 "branch": "zoom"
Chris@1674 31 },
Chris@1710 32 "checker": {
Chris@1710 33 "vcs": "hg",
Chris@1966 34 "service": "soundsoftware",
Chris@1979 35 "repository": "vamp-plugin-load-checker"
Chris@1710 36 },
Chris@1720 37 "piper": {
Chris@1720 38 "vcs": "git",
Chris@1966 39 "service": "github",
Chris@1966 40 "owner": "piper-audio"
Chris@1720 41 },
Chris@1710 42 "piper-cpp": {
Chris@1710 43 "vcs": "git",
Chris@1966 44 "service": "github",
Chris@1966 45 "owner": "piper-audio",
Chris@1715 46 "repository": "piper-vamp-cpp"
Chris@1710 47 },
Chris@1674 48 "dataquay": {
Chris@1674 49 "vcs": "hg",
Chris@1675 50 "service": "bitbucket",
Chris@1675 51 "owner": "breakfastquay"
Chris@1674 52 },
Chris@1674 53 "bqvec": {
Chris@1674 54 "vcs": "hg",
Chris@1675 55 "service": "bitbucket",
Chris@1675 56 "owner": "breakfastquay"
Chris@1674 57 },
Chris@1674 58 "bqfft": {
Chris@1674 59 "vcs": "hg",
Chris@1675 60 "service": "bitbucket",
Chris@1675 61 "owner": "breakfastquay"
Chris@1674 62 },
Chris@1674 63 "bqresample": {
Chris@1674 64 "vcs": "hg",
Chris@1675 65 "service": "bitbucket",
Chris@1675 66 "owner": "breakfastquay"
Chris@1674 67 },
Chris@1674 68 "bqaudioio": {
Chris@1674 69 "vcs": "hg",
Chris@1675 70 "service": "bitbucket",
Chris@1675 71 "owner": "breakfastquay"
Chris@1674 72 },
Chris@1674 73 "sv-dependency-builds": {
Chris@1674 74 "vcs": "hg",
Chris@1966 75 "service": "soundsoftware"
Chris@1674 76 },
Chris@1674 77 "icons/scalable": {
Chris@1674 78 "vcs": "hg",
Chris@1966 79 "service": "soundsoftware",
Chris@1966 80 "repository": "sv-iconset"
Chris@1674 81 }
Chris@1674 82 }
Chris@1674 83 }
Chris@1674 84