view repoint-project.json @ 2232:76b1c50f1f6d osc-script

Update command-line parsing; work toward running OSC script in batch
author Chris Cannam
date Mon, 25 Mar 2019 15:53:03 +0000
parents a86168d1ba68
children e870eb307901
line wrap: on
line source
{
    "config": {
        "extdir": "."
    },
    "services": {
        "soundsoftware": {
            "vcs": ["hg", "git"],
            "anonymous": "https://code.soundsoftware.ac.uk/{vcs}/{repository}",
            "authenticated": "https://{account}@code.soundsoftware.ac.uk/{vcs}/{repository}"
        }
    },
    "libraries": {
        "vamp-plugin-sdk": {
            "vcs": "hg",
            "service": "soundsoftware"
        },
        "svcore": {
            "vcs": "hg",
            "service": "soundsoftware",
            "branch": "osc-script"
        },
        "svgui": {
            "vcs": "hg",
            "service": "soundsoftware",
            "branch": "single-point"
        },
        "svapp": {
            "vcs": "hg",
	    "service": "soundsoftware",
            "branch": "osc-script"
        },
        "checker": {
            "vcs": "hg",
            "service": "soundsoftware",
            "repository": "vamp-plugin-load-checker"
        },
        "piper": {
            "vcs": "git",
            "service": "github",
            "owner": "piper-audio"
        },
        "piper-vamp-cpp": {
            "vcs": "git",
            "service": "github",
            "owner": "piper-audio"
        },
        "dataquay": {
            "vcs": "hg",
            "service": "bitbucket",
            "owner": "breakfastquay"
        },
        "bqvec": {
            "vcs": "hg",
            "service": "bitbucket",
            "owner": "breakfastquay"
        },
        "bqfft": {
            "vcs": "hg",
            "service": "bitbucket",
            "owner": "breakfastquay"
        },
        "bqresample": {
            "vcs": "hg",
            "service": "bitbucket",
            "owner": "breakfastquay"
        },
        "bqaudioio": {
            "vcs": "hg",
            "service": "bitbucket",
            "owner": "breakfastquay"
        },
        "bqaudiostream": {
            "vcs": "hg",
            "service": "bitbucket",
            "owner": "breakfastquay"
        },
        "bqthingfactory": {
            "vcs": "hg",
            "service": "bitbucket",
            "owner": "breakfastquay"
        },
        "sv-dependency-builds": {
            "vcs": "hg",
            "service": "soundsoftware"
        },
        "icons/scalable": {
            "vcs": "hg",
            "service": "soundsoftware",
            "repository": "sv-iconset"
        }
    }
}