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

{
    "name": "ispc-clang",
    "portdir": "lang/ispc",
    "version": "14.0.6",
    "license": "NCSA",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/llvm/llvm-project",
    "description": "Clang build specifically for ispc compiler.",
    "long_description": "Clang build specifically for ispc compiler. NOT TO BE USED IN GENERAL. This build is specifically tuned to satisfy the requirements of ispc which uses it as a build dependency only. Has assertions and dump enabled by default, which is not the case in the primary MacPorts LLVM/Clang builds.",
    "active": true,
    "categories": [
        "lang",
        "parallel"
    ],
    "maintainers": [],
    "variants": [
        "debug"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cctools",
                "cmake",
                "pkgconfig",
                "clang-13",
                "python311"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ncurses",
                "libomp",
                "xar",
                "z3",
                "libxml2",
                "perl5",
                "zlib",
                "zstd",
                "ld64",
                "libedit"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "ispc"
            ]
        }
    ]
}