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

{
    "name": "allegro5",
    "portdir": "devel/allegro5",
    "version": "5.2.7.0",
    "license": "Permissive",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://liballeg.org/",
    "description": "A game programming library for C/C++ developers.",
    "long_description": "Allegro is a game programming library for C/C++ developers distributed freely, supporting many platforms.",
    "active": true,
    "categories": [
        "devel",
        "games"
    ],
    "maintainers": [],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "xar",
                "cmake",
                "pkgconfig",
                "libxslt",
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "webp",
                "libdumb",
                "libogg",
                "zlib",
                "libpcap",
                "freetype",
                "libtheora",
                "flac",
                "libvorbis",
                "opusfile",
                "physfs"
            ]
        }
    ],
    "depends_on": []
}