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

{
    "name": "csound",
    "portdir": "audio/csound",
    "version": "6.18.1",
    "license": "LGPL-2.1+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.csound.com",
    "description": "A language that is used to describe sound synthesizers.",
    "long_description": "Csound is a computer programming language for dealing with sound. It is called Csound because it is written in the C programming language, as opposed to some of its predecessors. Csound was written at MIT by Barry Vercoe, based on an earlier language called Music360.",
    "active": true,
    "categories": [
        "audio"
    ],
    "maintainers": [
        {
            "name": "vital.had",
            "github": "barracuda156",
            "ports_count": 2558
        }
    ],
    "variants": [
        "pulseaudio",
        "tests",
        "universal",
        "debug",
        "double",
        "portaudio"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "bison",
                "cmake",
                "flex",
                "gettext"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libsndfile",
                "curl",
                "gettext-runtime",
                "liblo"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "CsoundQt"
            ]
        }
    ]
}