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

{
    "name": "gcc10-bootstrap",
    "portdir": "lang/gcc10-bootstrap",
    "version": "10.5.0",
    "license": "(GPL-3+ or Permissive)",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://gcc.gnu.org/",
    "description": "Cross-platform gcc pegged at version 10.5.0. No dependencies.",
    "long_description": "Cross-platform gcc pegged at version 10.5.0. No dependencies. This was the last version of gcc to not require c++11 for bootstrap.",
    "active": true,
    "categories": [
        "lang"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "libcxx-powerpc"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "clang-11-bootstrap",
                "libcxx-powerpc"
            ]
        }
    ]
}