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

{
    "name": "bat",
    "portdir": "textproc/bat",
    "version": "0.24.0",
    "license": "MIT and Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/sharkdp/bat",
    "description": "A cat(1) clone with syntax highlighting and Git integration.",
    "long_description": "A cat(1) clone with syntax highlighting and Git integration.",
    "active": true,
    "categories": [
        "textproc"
    ],
    "maintainers": [
        {
            "name": "l2dy",
            "github": "l2dy",
            "ports_count": 92
        },
        {
            "name": "herby.gillot",
            "github": "herbygillot",
            "ports_count": 898
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cargo",
                "cmake",
                "legacy-support",
                "rust",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zlib",
                "libgit2",
                "libunwind"
            ]
        },
        {
            "type": "run",
            "ports": [
                "libgit2"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "bat-extras",
                "git-fuzzy"
            ]
        }
    ]
}