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

{
    "name": "allegro",
    "portdir": "devel/allegro",
    "version": "4.4.3.1",
    "license": "Permissive",
    "platforms": "darwin",
    "epoch": 1,
    "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": [
                "cmake",
                "clang-9.0"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "atanks",
                "liquidwar"
            ]
        }
    ]
}