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

{
    "name": "adplug",
    "portdir": "audio/adplug",
    "version": "2.4",
    "license": "LGPL-2.1",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/adplug/adplug",
    "description": "AdLib sound player library",
    "long_description": "AdPlug is a free, multi-platform, hardware independent AdLib sound player library, mainly written in C++. AdPlug plays sound data, originally created for the AdLib (OPL2/3) audio board, on top of an OPL2/3 emulator or by using the real hardware. No OPL2/3 chips are required for playback.",
    "active": true,
    "categories": [
        "devel",
        "audio"
    ],
    "maintainers": [
        {
            "name": "makr",
            "github": "mohd-akram",
            "ports_count": 74
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libbinio"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "audacious-plugins"
            ]
        }
    ]
}