annotate repoint-project.json @ 2565:70429077a6d0 csv-import-headers

Support CSV column header in import dialog + in actual import stage
author Chris Cannam
date Thu, 18 Jun 2020 11:56:37 +0100
parents ab7124f51862
children 19fc1dc0994f
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@2564 19 "service": "soundsoftware",
Chris@2564 20 "branch": "csv-import-headers"
Chris@1674 21 },
Chris@1674 22 "svgui": {
Chris@1780 23 "vcs": "hg",
Chris@2565 24 "service": "soundsoftware",
Chris@2565 25 "branch": "csv-import-headers"
Chris@1674 26 },
Chris@1674 27 "svapp": {
Chris@1674 28 "vcs": "hg",
Chris@2488 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@2311 48 "service": "sourcehut",
Chris@1675 49 "owner": "breakfastquay"
Chris@1674 50 },
Chris@1674 51 "bqvec": {
Chris@1674 52 "vcs": "hg",
Chris@2311 53 "service": "sourcehut",
Chris@1675 54 "owner": "breakfastquay"
Chris@1674 55 },
Chris@1674 56 "bqfft": {
Chris@1674 57 "vcs": "hg",
Chris@2311 58 "service": "sourcehut",
Chris@1675 59 "owner": "breakfastquay"
Chris@1674 60 },
Chris@1674 61 "bqresample": {
Chris@1674 62 "vcs": "hg",
Chris@2311 63 "service": "sourcehut",
Chris@1675 64 "owner": "breakfastquay"
Chris@1674 65 },
Chris@1674 66 "bqaudioio": {
Chris@1674 67 "vcs": "hg",
Chris@2311 68 "service": "sourcehut",
Chris@1675 69 "owner": "breakfastquay"
Chris@1674 70 },
Chris@2147 71 "bqaudiostream": {
Chris@2147 72 "vcs": "hg",
Chris@2311 73 "service": "sourcehut",
Chris@2147 74 "owner": "breakfastquay"
Chris@2147 75 },
Chris@2147 76 "bqthingfactory": {
Chris@2147 77 "vcs": "hg",
Chris@2311 78 "service": "sourcehut",
Chris@2147 79 "owner": "breakfastquay"
Chris@2147 80 },
Chris@1674 81 "sv-dependency-builds": {
Chris@1674 82 "vcs": "hg",
Chris@2413 83 "service": "soundsoftware"
Chris@1674 84 },
Chris@1674 85 "icons/scalable": {
Chris@1674 86 "vcs": "hg",
Chris@1966 87 "service": "soundsoftware",
Chris@1966 88 "repository": "sv-iconset"
Chris@1674 89 }
Chris@1674 90 }
Chris@1674 91 }
Chris@1674 92