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

{
    "name": "ld64-274",
    "portdir": "devel/ld64",
    "version": "274.2",
    "license": "APSL-2",
    "platforms": "darwin",
    "epoch": 2,
    "replaced_by": null,
    "homepage": "http://opensource.apple.com/source/ld64/",
    "description": "ld64 is the new mach-o linker",
    "long_description": "ld64 combines several object files and libraries, resolves references, and produces an ouput file.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "jeremyhu",
            "github": "jeremyhu",
            "ports_count": 259
        }
    ],
    "variants": [
        "llvm50",
        "llvm60",
        "llvm70",
        "llvm80",
        "llvm90",
        "llvmdev"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cctools",
                "libmacho-headers",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libcxx",
                "llvm-9.0"
            ]
        }
    ],
    "depends_on": []
}