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

{
    "name": "tetgen",
    "portdir": "science/tetgen",
    "version": "1.6.0",
    "license": "AGPL-3",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://wias-berlin.de/software/tetgen/",
    "description": "A Quality Tetrahedral Mesh Generator and a 3D Delaunay Triangulator",
    "long_description": "TetGen is a program to generate tetrahedral meshes of any 3D polyhedral domains. TetGen generates exact constrained Delaunay tetrahedralizations, boundary conforming Delaunay meshes, and Voronoi partitions.",
    "active": true,
    "categories": [
        "science"
    ],
    "maintainers": [
        {
            "name": "dave",
            "github": "mdave",
            "ports_count": 2
        }
    ],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-15"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "nektarpp"
            ]
        }
    ]
}