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

{
    "name": "llvm-15",
    "portdir": "lang/llvm-15",
    "version": "15.0.7",
    "license": "NCSA",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://llvm.org/",
    "description": "llvm is a next generation compiler infrastructure",
    "long_description": "The LLVM Core libraries provide a modern source- and target-independent optimizer, along with code generation support for many popular CPUs (as well as some less common ones!) These libraries are built around a well specified code representation known as the LLVM intermediate representation (\"LLVM IR\").",
    "active": true,
    "categories": [
        "lang"
    ],
    "maintainers": [],
    "variants": [
        "debug",
        "tests",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cctools",
                "py311-yaml",
                "py311-pygments",
                "python311",
                "clang-13",
                "cmake"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zlib",
                "xar",
                "libcxx",
                "ncurses",
                "libffi",
                "libedit",
                "zstd"
            ]
        },
        {
            "type": "run",
            "ports": [
                "llvm_select"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "mlir-15",
                "clang-15",
                "flang-15",
                "lldb-15",
                "py310-llvmlite",
                "py39-llvmlite",
                "py312-llvmlite",
                "py311-llvmlite",
                "py313-llvmlite",
                "ghc",
                "ghc-prebuilt",
                "blender"
            ]
        }
    ]
}