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

{
    "name": "mlir-devel",
    "portdir": "lang/llvm-devel",
    "version": "20240308-6a0618a0",
    "license": "NCSA",
    "platforms": "{darwin >= 11}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://mlir.llvm.org",
    "description": "The MLIR project is a novel approach to building reusable and extensible compiler infrastructure.",
    "long_description": "The MLIR project is a novel approach to building reusable and extensible compiler infrastructure. MLIR aims to address software fragmentation, improve compilation for heterogeneous hardware, significantly reduce the cost of building domain specific compilers, and aid in connecting existing compilers together.",
    "active": true,
    "categories": [
        "lang"
    ],
    "maintainers": [
        {
            "name": "jeremyhu",
            "github": "jeremyhu",
            "ports_count": 259
        },
        {
            "name": "jonesc",
            "github": "cjones051073",
            "ports_count": 207
        }
    ],
    "variants": [
        "debug",
        "tests"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py312-pygments",
                "python312",
                "py312-yaml",
                "cctools",
                "cmake",
                "ninja",
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "llvm-devel",
                "libcxx"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "flang-devel"
            ]
        }
    ]
}