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

{
    "name": "htop",
    "portdir": "sysutils/htop",
    "version": "3.3.0",
    "license": "GPL-2",
    "platforms": "darwin",
    "epoch": 1,
    "replaced_by": null,
    "homepage": "https://htop.dev",
    "description": "an interactive text-mode process viewer for Unix",
    "long_description": "htop is an interactive text-mode process viewer for Unix systems. It aims to be a better 'top'.",
    "active": true,
    "categories": [
        "sysutils"
    ],
    "maintainers": [
        {
            "name": "cal",
            "github": "neverpanic",
            "ports_count": 61
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "automake",
                "libtool",
                "pkgconfig",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ncurses"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "gutils-suite-core"
            ]
        }
    ]
}