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

{
    "name": "darwin-xtools",
    "portdir": "devel/darwin-xtools",
    "version": "3.3.0",
    "license": "(APSL-2 or Apache-2)",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/iains/darwin-xtools",
    "description": "Aset of modifications to ctools and ld64 that enable support for older systems with up-to-date-tools.",
    "long_description": "Aset of modifications to ctools and ld64 that enable support for older systems with up-to-date-tools.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake-bootstrap",
                "clang-17"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "ld64-xtools"
            ]
        }
    ]
}