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

{
    "name": "raylib",
    "portdir": "multimedia/raylib",
    "version": "4.5.0",
    "license": "zlib",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.raylib.com",
    "description": "A simple and easy-to-use library to enjoy videogames programming",
    "long_description": "A simple and easy-to-use library to enjoy videogames programming. raylib is highly inspired by the Borland BGI graphics lib and the XNA framework and it's specially well suited for prototyping, tooling, graphical applications, embedded systems and education.",
    "active": true,
    "categories": [
        "devel",
        "multimedia"
    ],
    "maintainers": [
        {
            "name": "herby.gillot",
            "github": "herbygillot",
            "ports_count": 759
        }
    ],
    "variants": [
        "universal",
        "debug"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "pkgconfig",
                "glfw"
            ]
        }
    ],
    "depends_on": []
}