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

{
    "name": "fzf",
    "portdir": "sysutils/fzf",
    "version": "0.50.0",
    "license": "MIT",
    "platforms": "darwin freebsd linux",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/junegunn/fzf",
    "description": "A command-line fuzzy finder written in Go",
    "long_description": "A command-line fuzzy finder written in Go",
    "active": true,
    "categories": [
        "sysutils"
    ],
    "maintainers": [
        {
            "name": "calvin",
            "github": "cardi",
            "ports_count": 31
        },
        {
            "name": "herby.gillot",
            "github": "herbygillot",
            "ports_count": 898
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "go",
                "clang-16"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "bat-extras",
                "git-fuzzy",
                "cfiles",
                "dmux",
                "ugit",
                "git-toolbelt",
                "gig",
                "sad"
            ]
        }
    ]
}