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

{
    "name": "llvm_select-20",
    "portdir": "sysutils/llvm_select",
    "version": "2",
    "license": "BSD",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.macports.org/",
    "description": "common files for selecting default llvm version",
    "long_description": "llvm_select installs files that allow 'port select' to switch the default version of llvm. It symlinks the standard llvm executables in the MacPorts prefix to the selected version.",
    "active": true,
    "categories": [
        "sysutils"
    ],
    "maintainers": [
        {
            "name": "jeremyhu",
            "github": "jeremyhu",
            "ports_count": 303
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-18"
            ]
        },
        {
            "type": "run",
            "ports": [
                "llvm_select"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "llvm-20"
            ]
        }
    ]
}