annotate repoint-project.json @ 1959:afb339b33cee avoid-pointer-keys

Branch in subrepos
author Chris Cannam
date Mon, 13 Aug 2018 16:46:14 +0100
parents d167d3a100d5
children
rev   line source
Chris@1674 1 {
Chris@1674 2 "config": {
Chris@1706 3 "extdir": "."
Chris@1674 4 },
Chris@1721 5 "services": {
Chris@1676 6 "soundsoftware": {
Chris@1678 7 "vcs": ["hg", "git"],
Chris@1724 8 "anonymous": "https://code.soundsoftware.ac.uk/{vcs}/{repository}",
Chris@1724 9 "authenticated": "https://{account}@code.soundsoftware.ac.uk/{vcs}/{repository}"
Chris@1676 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@1959 19 "service": "soundsoftware",
Chris@1959 20 "branch": "avoid-pointer-keys"
Chris@1674 21 },
Chris@1674 22 "svgui": {
Chris@1780 23 "vcs": "hg",
Chris@1860 24 "service": "soundsoftware"
Chris@1674 25 },
Chris@1674 26 "svapp": {
Chris@1674 27 "vcs": "hg",
Chris@1959 28 "service": "soundsoftware",
Chris@1959 29 "branch": "avoid-pointer-keys"
Chris@1674 30 },
Chris@1710 31 "checker": {
Chris@1710 32 "vcs": "hg",
Chris@1710 33 "service": "soundsoftware",
Chris@1860 34 "repository": "vamp-plugin-load-checker"
Chris@1710 35 },
Chris@1720 36 "piper": {
Chris@1720 37 "vcs": "git",
Chris@1720 38 "service": "github",
Chris@1720 39 "owner": "piper-audio"
Chris@1720 40 },
Chris@1710 41 "piper-cpp": {
Chris@1710 42 "vcs": "git",
Chris@1710 43 "service": "github",
Chris@1710 44 "owner": "piper-audio",
Chris@1715 45 "repository": "piper-vamp-cpp"
Chris@1710 46 },
Chris@1674 47 "dataquay": {
Chris@1674 48 "vcs": "hg",
Chris@1675 49 "service": "bitbucket",
Chris@1675 50 "owner": "breakfastquay"
Chris@1674 51 },
Chris@1674 52 "bqvec": {
Chris@1674 53 "vcs": "hg",
Chris@1675 54 "service": "bitbucket",
Chris@1675 55 "owner": "breakfastquay"
Chris@1674 56 },
Chris@1674 57 "bqfft": {
Chris@1674 58 "vcs": "hg",
Chris@1675 59 "service": "bitbucket",
Chris@1675 60 "owner": "breakfastquay"
Chris@1674 61 },
Chris@1674 62 "bqresample": {
Chris@1674 63 "vcs": "hg",
Chris@1675 64 "service": "bitbucket",
Chris@1675 65 "owner": "breakfastquay"
Chris@1674 66 },
Chris@1674 67 "bqaudioio": {
Chris@1674 68 "vcs": "hg",
Chris@1675 69 "service": "bitbucket",
Chris@1675 70 "owner": "breakfastquay"
Chris@1674 71 },
Chris@1674 72 "sv-dependency-builds": {
Chris@1674 73 "vcs": "hg",
Chris@1676 74 "service": "soundsoftware"
Chris@1674 75 },
Chris@1674 76 "icons/scalable": {
Chris@1674 77 "vcs": "hg",
Chris@1676 78 "service": "soundsoftware",
Chris@1694 79 "repository": "sv-iconset"
Chris@1674 80 }
Chris@1674 81 }
Chris@1674 82 }
Chris@1674 83