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

{
    "name": "fd",
    "portdir": "sysutils/fd",
    "version": "10.2.0",
    "license": "(MIT or Apache-2)",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/sharkdp/fd",
    "description": "simple, fast and user-friendly alternative to find",
    "long_description": "fd is a simple, fast and user-friendly alternative to find. While it does not seek to mirror all of find's powerful functionality, it provides sensible (opinionated) defaults for 80% of the use cases.",
    "active": true,
    "categories": [
        "sysutils"
    ],
    "maintainers": [
        {
            "name": "saagar",
            "github": "saagarjha",
            "ports_count": 3
        },
        {
            "name": "herby.gillot",
            "github": "herbygillot",
            "ports_count": 995
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cargo",
                "legacy-support",
                "rust",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libunwind"
            ]
        }
    ],
    "depends_on": []
}