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

{
    "name": "LSQR",
    "portdir": "fortran/LSQR",
    "version": "1.1.0",
    "license": "CPL",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/jacobwilliams/LSQR",
    "description": "Modern Fortran sparse linear systems solver",
    "long_description": "A Fortran 2008 edition of LSQR, a conjugate-gradient type method for solving sparse linear equations and sparse least-squares problems.",
    "active": true,
    "categories": [
        "math",
        "fortran"
    ],
    "maintainers": [
        {
            "name": "vital.had",
            "github": "barracuda156",
            "ports_count": 2558
        }
    ],
    "variants": [
        "gcc12",
        "gcc13",
        "gcc10",
        "gcc11",
        "gccdevel"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "fpm",
                "clang-16",
                "gcc13"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libgcc"
            ]
        }
    ],
    "depends_on": []
}