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

{
    "name": "hut",
    "portdir": "devel/hut",
    "version": "0.6.0",
    "license": "AGPL-3",
    "platforms": "darwin freebsd linux",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://git.sr.ht/~xenrox/hut",
    "description": "A CLI tool for sr.ht.",
    "long_description": "hut lets you interact with the SourceHut API from the command line. See the man page for a full list of available commands.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "macports",
            "github": "woolsweater",
            "ports_count": 3
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "go",
                "scdoc",
                "clang-16"
            ]
        }
    ],
    "depends_on": []
}