annotate repoint-project.json @ 2089:efd1b3c3d010 spectrogramparam

Merge from default branch
author Chris Cannam
date Mon, 12 Nov 2018 11:33:00 +0000
parents 1237bb25c957
children 903537249fdf
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@2084 19 "service": "soundsoftware",
Chris@2084 20 "branch": "spectrogramparam"
Chris@1674 21 },
Chris@1674 22 "svgui": {
Chris@1780 23 "vcs": "hg",
Chris@2078 24 "service": "soundsoftware",
Chris@2078 25 "branch": "spectrogramparam"
Chris@1674 26 },
Chris@1674 27 "svapp": {
Chris@1674 28 "vcs": "hg",
Chris@2031 29 "service": "soundsoftware"
Chris@1674 30 },
Chris@1710 31 "checker": {
Chris@1710 32 "vcs": "hg",
Chris@1966 33 "service": "soundsoftware",
Chris@1979 34 "repository": "vamp-plugin-load-checker"
Chris@1710 35 },
Chris@1720 36 "piper": {
Chris@1720 37 "vcs": "git",
Chris@1966 38 "service": "github",
Chris@1966 39 "owner": "piper-audio"
Chris@1720 40 },
Chris@2045 41 "piper-vamp-cpp": {
Chris@1710 42 "vcs": "git",
Chris@1966 43 "service": "github",
Chris@2045 44 "owner": "piper-audio"
Chris@1710 45 },
Chris@1674 46 "dataquay": {
Chris@1674 47 "vcs": "hg",
Chris@1675 48 "service": "bitbucket",
Chris@1675 49 "owner": "breakfastquay"
Chris@1674 50 },
Chris@1674 51 "bqvec": {
Chris@1674 52 "vcs": "hg",
Chris@1675 53 "service": "bitbucket",
Chris@1675 54 "owner": "breakfastquay"
Chris@1674 55 },
Chris@1674 56 "bqfft": {
Chris@1674 57 "vcs": "hg",
Chris@1675 58 "service": "bitbucket",
Chris@1675 59 "owner": "breakfastquay"
Chris@1674 60 },
Chris@1674 61 "bqresample": {
Chris@1674 62 "vcs": "hg",
Chris@1675 63 "service": "bitbucket",
Chris@1675 64 "owner": "breakfastquay"
Chris@1674 65 },
Chris@1674 66 "bqaudioio": {
Chris@1674 67 "vcs": "hg",
Chris@1675 68 "service": "bitbucket",
Chris@1675 69 "owner": "breakfastquay"
Chris@1674 70 },
Chris@1674 71 "sv-dependency-builds": {
Chris@1674 72 "vcs": "hg",
Chris@1966 73 "service": "soundsoftware"
Chris@1674 74 },
Chris@1674 75 "icons/scalable": {
Chris@1674 76 "vcs": "hg",
Chris@1966 77 "service": "soundsoftware",
Chris@1966 78 "repository": "sv-iconset"
Chris@1674 79 }
Chris@1674 80 }
Chris@1674 81 }
Chris@1674 82