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

{
    "name": "zig",
    "portdir": "lang/zig",
    "version": "0.14.0",
    "license": "MIT",
    "platforms": "{darwin >= 20}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://ziglang.org/",
    "description": "Zig programming language",
    "long_description": "Zig is a general-purpose programming language designed for robustness, optimality, and maintainability.",
    "active": true,
    "categories": [
        "lang"
    ],
    "maintainers": [],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-19"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ncurses",
                "libxml2",
                "zlib",
                "clang-19",
                "llvm-19",
                "zstd"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "ncdu"
            ]
        }
    ]
}