annotate vext-project.json @ 1777:a6c11c2e19dd streaming-csv-writer

Branch for work on streaming CSV stuff started by Lucas
author Chris Cannam
date Fri, 13 Apr 2018 15:44:13 +0100
parents e4352ff029cf
children dc5923962505
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@1777 18 "vcs": "git",
Chris@1777 19 "service": "github",
Chris@1777 20 "owner": "cannam",
Chris@1777 21 "branch": "dev/streaming-csv-writer"
Chris@1674 22 },
Chris@1674 23 "svgui": {
Chris@1777 24 "vcs": "git",
Chris@1777 25 "service": "github",
Chris@1777 26 "owner": "cannam",
Chris@1777 27 "branch": "dev/modal-progress-dialog"
Chris@1674 28 },
Chris@1674 29 "svapp": {
Chris@1674 30 "vcs": "hg",
Chris@1676 31 "service": "soundsoftware"
Chris@1674 32 },
Chris@1710 33 "checker": {
Chris@1710 34 "vcs": "hg",
Chris@1710 35 "service": "soundsoftware",
Chris@1710 36 "repository": "vamp-plugin-load-checker"
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