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

{
    "name": "flang-devel",
    "portdir": "lang/llvm-devel",
    "version": "20240308-6a0618a0",
    "license": "NCSA",
    "platforms": "{darwin >= 11}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://flang.llvm.org/",
    "description": "LLVM Fortran compiler",
    "long_description": "LLVM Fortran compiler",
    "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",
                "cctools",
                "cmake",
                "ninja",
                "clang-14",
                "python312",
                "py312-yaml"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ld64",
                "libcxx",
                "libomp",
                "llvm-devel",
                "clang-devel",
                "libxml2",
                "mlir-devel"
            ]
        },
        {
            "type": "run",
            "ports": [
                "ld64"
            ]
        }
    ],
    "depends_on": []
}