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

{
    "name": "xplr",
    "portdir": "sysutils/xplr",
    "version": "0.21.7",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://xplr.dev",
    "description": "A hackable, minimal, fast TUI file explorer, stealing ideas from nnn & fzf",
    "long_description": "A hackable, minimal, fast TUI file explorer, stealing ideas from nnn & fzf. Though xplr strives to be fast and minimalist, it's speciality is it's hackability. Once you read the documentation, you should be able to configure the key bindings, different run modes, and also the way it looks by modifying one single configuration file.",
    "active": true,
    "categories": [
        "sysutils"
    ],
    "maintainers": [
        {
            "name": "herby.gillot",
            "github": "herbygillot",
            "ports_count": 896
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cargo",
                "legacy-support",
                "rust",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libunwind"
            ]
        }
    ],
    "depends_on": []
}