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

{
    "name": "opencascade",
    "portdir": "science/opencascade",
    "version": "7.8.0",
    "license": "LGPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.opencascade.com/content/open-source-core-technology",
    "description": "Development platform for CAD/CAE, 3D surface/solid modeling and data exchange",
    "long_description": "Development platform for CAD/CAE, 3D surface/solid modeling and data exchange",
    "active": true,
    "categories": [
        "science"
    ],
    "maintainers": [
        {
            "name": "mcalhoun",
            "github": "MarcusCalhoun-Lopez",
            "ports_count": 1331
        }
    ],
    "variants": [
        "debug",
        "docs",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "rapidjson",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "tk",
                "freeimage",
                "onetbb",
                "tcl",
                "freetype"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "nektarpp",
                "gmsh",
                "kicad",
                "deal.ii"
            ]
        }
    ]
}