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

{
    "name": "clex",
    "portdir": "sysutils/clex",
    "version": "4.7",
    "license": "GPL-2",
    "platforms": "darwin",
    "epoch": 1,
    "replaced_by": null,
    "homepage": "http://www.clex.sk",
    "description": "file manager with curses interface",
    "long_description": "CLEX is a file manager with a full-screen user interface. It displays directory contents including the file status details and provides features like command history, filename insertion, or name completion in order to help users to create commands to be executed by the shell.",
    "active": true,
    "categories": [
        "sysutils"
    ],
    "maintainers": [
        {
            "name": "ryandesign",
            "github": "ryandesign",
            "ports_count": 1761
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ncurses"
            ]
        }
    ],
    "depends_on": []
}