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

{
    "name": "libsidplayfp",
    "portdir": "audio/libsidplayfp",
    "version": "2.13.0",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/libsidplayfp/libsidplayfp",
    "description": "C64 music player library",
    "long_description": "libsidplayfp is a C64 music player library which integrates the reSID SID chip emulation into a cycle-based emulator environment, constantly aiming to improve emulation of the C64 system and the SID chips.",
    "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": [
                "libgcrypt"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "audacious-plugins",
                "sidplayfp"
            ]
        }
    ]
}