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

{
    "name": "gmm",
    "portdir": "science/gmm",
    "version": "5.4.2",
    "license": "LGPL-3+",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://getfem.org/gmm",
    "description": "Provides some basic types of sparse and dense matrices and vectors",
    "long_description": "Gmm++ provides some basic types of sparse and dense matrices and vectors",
    "active": true,
    "categories": [
        "science",
        "math"
    ],
    "maintainers": [
        {
            "name": "mcalhoun",
            "github": "MarcusCalhoun-Lopez",
            "ports_count": 1405
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "gmsh"
            ]
        }
    ]
}