GET /api/v1/ports/llvm-11/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "llvm-11",
"portdir": "lang/llvm-11",
"version": "11.1.0",
"license": "NCSA",
"platforms": "{darwin < 23}",
"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": [
{
"name": "jeremyhu",
"github": "jeremyhu",
"ports_count": 259
}
],
"variants": [
"debug",
"assertions",
"emulated_tls",
"polly",
"ocaml",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cctools",
"python310",
"clang-9.0",
"cmake"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"zlib",
"xar",
"libedit",
"libcxx",
"ncurses",
"libffi"
]
},
{
"type": "run",
"ports": [
"perl5",
"llvm_select"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py37-llvmlite",
"clang-11",
"flang-11",
"lldb-11",
"osl"
]
}
]
}