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

{
    "name": "broot",
    "portdir": "sysutils/broot",
    "version": "1.36.1",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://dystroy.org/broot",
    "description": "A new way to see and navigate directory trees",
    "long_description": "broot is a new way to see and navigate directory trees. It is interactive, replacing ls, allowing you to navigate extremely large and deep trees very quickly. It has advanced features such as .gitignore support, filtering via regular expressions, and more.",
    "active": true,
    "categories": [
        "sysutils"
    ],
    "maintainers": [
        {
            "name": "herby.gillot",
            "github": "herbygillot",
            "ports_count": 879
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cargo",
                "legacy-support",
                "rust",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zlib",
                "libgit2",
                "libunwind"
            ]
        }
    ],
    "depends_on": []
}