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

{
    "name": "eigen",
    "portdir": "math/eigen",
    "version": "2.0.17",
    "license": "GPL-2+ and LGPL-3+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://eigen.tuxfamily.org/",
    "description": "A C++ template library for linear algebra: vectors, matrices, and related algorithms.",
    "long_description": "A C++ template library for linear algebra: vectors, matrices, and related algorithms.",
    "active": true,
    "categories": [
        "science",
        "math"
    ],
    "maintainers": [
        {
            "name": "nicos",
            "github": "NicosPavlov",
            "ports_count": 16
        }
    ],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-9.0"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "kalzium",
                "koffice2-devel",
                "step"
            ]
        }
    ]
}