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

{
    "name": "lv2",
    "portdir": "audio/lv2",
    "version": "1.18.4",
    "license": "MIT",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://lv2plug.in",
    "description": "header files needed for LV2 plugin development",
    "long_description": "lv2 provides the header files needed for LV2 plugin development. LV2 is an extensible standard for audio plugins, similar in scope to ​LADSPA, VST, AU, and others.",
    "active": true,
    "categories": [
        "audio"
    ],
    "maintainers": [
        {
            "name": "aggraef",
            "github": "agraef",
            "ports_count": 44
        }
    ],
    "variants": [
        "plugins"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "python27",
                "clang-16"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "lilv",
                "sratom",
                "pure-lilv",
                "pure-lv2"
            ]
        }
    ]
}