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

{
    "name": "llvm-8.0",
    "portdir": "lang/llvm-8.0",
    "version": "8.0.1",
    "license": "NCSA",
    "platforms": "darwin",
    "epoch": 1,
    "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": [
        {
            "name": "jeremyhu",
            "github": "jeremyhu",
            "ports_count": 259
        }
    ],
    "variants": [
        "debug",
        "assertions",
        "emulated_tls",
        "polly",
        "ocaml"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "cmake"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libffi",
                "ncurses",
                "xar",
                "libcxx",
                "zlib",
                "libedit"
            ]
        },
        {
            "type": "run",
            "ports": [
                "llvm_select",
                "perl5"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py27-llvmlite",
                "py35-llvmlite",
                "clang-8.0",
                "lldb-8.0"
            ]
        }
    ]
}