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

{
    "name": "liblo",
    "portdir": "audio/liblo",
    "version": "0.32",
    "license": "LGPL-2.1",
    "platforms": "darwin",
    "epoch": 1,
    "replaced_by": null,
    "homepage": "https://liblo.sourceforge.net/",
    "description": "Lightweight Open Sound Control implementation.",
    "long_description": "liblo is an implementation of the Open Sound Control protocol for POSIX systems.",
    "active": true,
    "categories": [
        "audio"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "pure-liblo",
                "ola",
                "csound",
                "faustlive-devel",
                "osc2midi"
            ]
        }
    ]
}