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

{
    "name": "catgirl",
    "portdir": "net/catgirl",
    "version": "2.2",
    "license": "GPL-3+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://git.causal.agency/catgirl/",
    "description": "a TLS-only terminal IRC client",
    "long_description": "catgirl is a TLS-only terminal IRC client. Its features include tab completion, split scrolling, URL detection, nick colouring topic diffing, and message filtering.",
    "active": true,
    "categories": [
        "net"
    ],
    "maintainers": [
        {
            "name": "rak",
            "github": "ryanakca",
            "ports_count": 9
        },
        {
            "name": "june",
            "github": "causal-agent",
            "ports_count": 2
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ncurses",
                "libretls"
            ]
        }
    ],
    "depends_on": []
}