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

{
    "name": "antibody",
    "portdir": "sysutils/antibody",
    "version": "6.1.1",
    "license": "MIT",
    "platforms": "darwin freebsd linux",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://getantibody.github.io",
    "description": "The fastest shell plugin manager",
    "long_description": "Antibody is a shell plugin manager made from the ground up thinking about performance.",
    "active": true,
    "categories": [
        "sysutils"
    ],
    "maintainers": [
        {
            "name": "me",
            "github": "danieltrautmann",
            "ports_count": 1
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "go",
                "clang-9.0"
            ]
        }
    ],
    "depends_on": []
}