annotate repoint-project.json @ 1854:5ef2df5bb886 plugin-path-config

Use wide-char environment variable stuff
author Chris Cannam
date Fri, 08 Jun 2018 11:54:17 +0100
parents 929d369881d2
children d167d3a100d5
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@1837 19 "service": "soundsoftware",
Chris@1837 20 "branch": "plugin-path-config"
Chris@1674 21 },
Chris@1674 22 "svgui": {
Chris@1780 23 "vcs": "hg",
Chris@1813 24 "service": "soundsoftware",
Chris@1813 25 "branch": "plugin-path-config"
Chris@1674 26 },
Chris@1674 27 "svapp": {
Chris@1674 28 "vcs": "hg",
Chris@1854 29 "service": "soundsoftware",
Chris@1854 30 "branch": "plugin-path-config"
Chris@1674 31 },
Chris@1710 32 "checker": {
Chris@1710 33 "vcs": "hg",
Chris@1710 34 "service": "soundsoftware",
Chris@1842 35 "repository": "vamp-plugin-load-checker",
Chris@1842 36 "branch": "plugin-path-config"
Chris@1710 37 },
Chris@1720 38 "piper": {
Chris@1720 39 "vcs": "git",
Chris@1720 40 "service": "github",
Chris@1720 41 "owner": "piper-audio"
Chris@1720 42 },
Chris@1710 43 "piper-cpp": {
Chris@1710 44 "vcs": "git",
Chris@1710 45 "service": "github",
Chris@1710 46 "owner": "piper-audio",
Chris@1715 47 "repository": "piper-vamp-cpp"
Chris@1710 48 },
Chris@1674 49 "dataquay": {
Chris@1674 50 "vcs": "hg",
Chris@1675 51 "service": "bitbucket",
Chris@1675 52 "owner": "breakfastquay"
Chris@1674 53 },
Chris@1674 54 "bqvec": {
Chris@1674 55 "vcs": "hg",
Chris@1675 56 "service": "bitbucket",
Chris@1675 57 "owner": "breakfastquay"
Chris@1674 58 },
Chris@1674 59 "bqfft": {
Chris@1674 60 "vcs": "hg",
Chris@1675 61 "service": "bitbucket",
Chris@1675 62 "owner": "breakfastquay"
Chris@1674 63 },
Chris@1674 64 "bqresample": {
Chris@1674 65 "vcs": "hg",
Chris@1675 66 "service": "bitbucket",
Chris@1675 67 "owner": "breakfastquay"
Chris@1674 68 },
Chris@1674 69 "bqaudioio": {
Chris@1674 70 "vcs": "hg",
Chris@1675 71 "service": "bitbucket",
Chris@1675 72 "owner": "breakfastquay"
Chris@1674 73 },
Chris@1674 74 "sv-dependency-builds": {
Chris@1674 75 "vcs": "hg",
Chris@1676 76 "service": "soundsoftware"
Chris@1674 77 },
Chris@1674 78 "icons/scalable": {
Chris@1674 79 "vcs": "hg",
Chris@1676 80 "service": "soundsoftware",
Chris@1694 81 "repository": "sv-iconset"
Chris@1674 82 }
Chris@1674 83 }
Chris@1674 84 }
Chris@1674 85