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

{
    "name": "libmacho",
    "portdir": "devel/libmacho",
    "version": "949.0.1",
    "license": "APSL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://opensource.apple.com/source/cctools/",
    "description": "libmacho is a library for managing mach-o files (parsing sections, etc)",
    "long_description": "libmacho is a library for managing mach-o files (parsing sections, etc) It is included as part of the host libSystem on OS X, but this version may be needed for newer functionality.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "jeremyhu",
            "github": "jeremyhu",
            "ports_count": 259
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libmacho-headers"
            ]
        }
    ],
    "depends_on": []
}