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

{
    "name": "cgal4",
    "portdir": "gis/cgal4",
    "version": "4.14.3",
    "license": "LGPL-3+ and GPL-3+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.cgal.org/",
    "description": "Computational Geometry Algorithm Library",
    "long_description": "The goal of the Computational Geometry Algorithm Library is to provide easy access to efficient and reliable geometric algorithms in the form of a C++ library. CGAL is used in various areas needing geometric computation, such as: computer graphics, scientific visualization, computer aided design and modeling, geographic information systems, molecular biology, medical imaging, robotics and motion planning, mesh generation, numerical methods...",
    "active": true,
    "categories": [
        "science",
        "gis"
    ],
    "maintainers": [
        {
            "name": "vince",
            "github": "Veence",
            "ports_count": 59
        }
    ],
    "variants": [
        "debug",
        "qt5",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-17"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "eigen3",
                "zlib",
                "boost176",
                "gmp",
                "mpfr"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "openEMS",
                "CSXCAD",
                "openscad",
                "openscad-devel"
            ]
        }
    ]
}