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

{
    "name": "GaussianLib",
    "portdir": "devel/GaussianLib",
    "version": "2023.02.17",
    "license": "BSD",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/LukasBanana/GaussianLib",
    "description": "Basic linear algebra C++ library for 2D and 3D applications",
    "long_description": "Basic linear algebra C++ library for 2D and 3D applications",
    "active": true,
    "categories": [
        "devel",
        "math"
    ],
    "maintainers": [
        {
            "name": "vital.had",
            "github": "barracuda156",
            "ports_count": 2558
        }
    ],
    "variants": [
        "debug"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-17"
            ]
        }
    ],
    "depends_on": []
}