GET /api/v1/ports/llvm-devel/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "llvm-devel",
"portdir": "lang/llvm-devel",
"version": "20240308-6a0618a0",
"license": "NCSA",
"platforms": "{darwin >= 11}",
"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
},
{
"name": "jonesc",
"github": "cjones051073",
"ports_count": 216
}
],
"variants": [
"debug",
"tests"
],
"dependencies": [
{
"type": "build",
"ports": [
"py312-pygments",
"cctools",
"cmake",
"ninja",
"clang-14",
"python312",
"py312-yaml"
]
},
{
"type": "lib",
"ports": [
"xar",
"zlib",
"zstd",
"libedit",
"libffi",
"ncurses",
"libcxx"
]
},
{
"type": "run",
"ports": [
"llvm_select"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"mlir-devel",
"clang-devel",
"lldb-devel",
"flang-devel"
]
}
]
}