GET /api/v1/ports/faustlive-devel/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "faustlive-devel",
    "portdir": "audio/faustlive-devel",
    "version": "2.46-20181019",
    "license": "GPL-3",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://faust.grame.fr/",
    "description": "a graphical frontend to the Faust compiler",
    "long_description": "FaustLive is a graphical frontend to the Faust compiler. It provides an advanced self-contained prototyping environment for the Faust programming language with an ultra-short edit-compile-run cycle. Thanks to its fully embedded compilation chain, FaustLive is simple to install and doesn't require any external compiler, development toolchain or SDK to run. Faust programs can be compiled and run on the fly by simple drag and drop. They can even be edited and recompiled while running without interrupting sound or disconnecting the Jack audio server.",
    "active": true,
    "categories": [
        "audio"
    ],
    "maintainers": [
        {
            "name": "ryandesign",
            "github": "ryandesign",
            "ports_count": 1825
        },
        {
            "name": "aggraef",
            "github": "agraef",
            "ports_count": 44
        }
    ],
    "variants": [
        "qt4",
        "qt5",
        "jack"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "faust-devel",
                "llvm-7.0",
                "clang-7.0",
                "clang-17"
            ]
        },
        {
            "type": "fetch",
            "ports": [
                "git"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "curl",
                "qt4-mac",
                "libmicrohttpd",
                "liblo",
                "libsndfile",
                "openssl",
                "qrencode"
            ]
        }
    ],
    "depends_on": []
}