GET /api/v1/ports/libgcc9/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "libgcc9",
    "portdir": "lang/gcc9",
    "version": "9.5.0",
    "license": "(GPL-3+ or Permissive)",
    "platforms": "{darwin >= 10 < 15}",
    "epoch": 3,
    "replaced_by": null,
    "homepage": "https://gcc.gnu.org/",
    "description": "The GNU compiler collection",
    "long_description": "The GNU compiler collection, including front ends for C, C++, Objective-C, Objective-C++ and Fortran.",
    "active": true,
    "categories": [
        "lang"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "libiconv",
                "libmpc",
                "mpfr",
                "clang-11",
                "zlib",
                "cctools",
                "gmp",
                "isl",
                "ld64"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                null
            ]
        },
        {
            "type": "run",
            "ports": [
                "libgcc10"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "p5.26-extutils-f77",
                "mpich-gcc9",
                "openmpi-gcc9"
            ]
        },
        {
            "type": "run",
            "ports": [
                "gcc9",
                "libgcc8"
            ]
        }
    ]
}