annotate vext-project.json @ 523:9fc762aafd01

Switch to Vext
author Chris Cannam
date Mon, 10 Jul 2017 19:27:26 +0100
parents
children
rev   line source
Chris@523 1 {
Chris@523 2 "config": {
Chris@523 3 "extdir": "."
Chris@523 4 },
Chris@523 5 "services": {
Chris@523 6 "soundsoftware": {
Chris@523 7 "vcs": ["hg", "git"],
Chris@523 8 "anonymous": "https://code.soundsoftware.ac.uk/{vcs}/{repository}",
Chris@523 9 "authenticated": "https://{account}@code.soundsoftware.ac.uk/{vcs}/{repository}"
Chris@523 10 }
Chris@523 11 },
Chris@523 12 "libraries": {
Chris@523 13 "vamp-plugin-sdk": {
Chris@523 14 "vcs": "hg",
Chris@523 15 "service": "soundsoftware"
Chris@523 16 },
Chris@523 17 "svcore": {
Chris@523 18 "vcs": "hg",
Chris@523 19 "service": "soundsoftware"
Chris@523 20 },
Chris@523 21 "svgui": {
Chris@523 22 "vcs": "hg",
Chris@523 23 "service": "soundsoftware"
Chris@523 24 },
Chris@523 25 "svapp": {
Chris@523 26 "vcs": "hg",
Chris@523 27 "service": "soundsoftware"
Chris@523 28 },
Chris@523 29 "piper-cpp": {
Chris@523 30 "vcs": "git",
Chris@523 31 "service": "github",
Chris@523 32 "owner": "piper-audio",
Chris@523 33 "repository": "piper-vamp-cpp"
Chris@523 34 },
Chris@523 35 "dataquay": {
Chris@523 36 "vcs": "hg",
Chris@523 37 "service": "bitbucket",
Chris@523 38 "owner": "breakfastquay"
Chris@523 39 },
Chris@523 40 "bqvec": {
Chris@523 41 "vcs": "hg",
Chris@523 42 "service": "bitbucket",
Chris@523 43 "owner": "breakfastquay"
Chris@523 44 },
Chris@523 45 "bqfft": {
Chris@523 46 "vcs": "hg",
Chris@523 47 "service": "bitbucket",
Chris@523 48 "owner": "breakfastquay"
Chris@523 49 },
Chris@523 50 "bqresample": {
Chris@523 51 "vcs": "hg",
Chris@523 52 "service": "bitbucket",
Chris@523 53 "owner": "breakfastquay"
Chris@523 54 },
Chris@523 55 "bqaudioio": {
Chris@523 56 "vcs": "hg",
Chris@523 57 "service": "bitbucket",
Chris@523 58 "owner": "breakfastquay"
Chris@523 59 },
Chris@523 60 "sv-dependency-builds": {
Chris@523 61 "vcs": "hg",
Chris@523 62 "service": "soundsoftware"
Chris@523 63 },
Chris@523 64 "icons/scalable": {
Chris@523 65 "vcs": "hg",
Chris@523 66 "service": "soundsoftware",
Chris@523 67 "repository": "sv-iconset"
Chris@523 68 },
Chris@523 69 "pyin": {
Chris@523 70 "vcs": "hg",
Chris@523 71 "service": "soundsoftware"
Chris@523 72 },
Chris@523 73 "chp": {
Chris@523 74 "vcs": "hg",
Chris@523 75 "service": "soundsoftware"
Chris@523 76 }
Chris@523 77 }
Chris@523 78 }
Chris@523 79