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

{
    "name": "flint",
    "portdir": "math/flint",
    "version": "2.9.0",
    "license": "LGPL-2.1+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.flintlib.org",
    "description": "Fast Library for Number Theory",
    "long_description": "FLINT is a C library for doing number theory",
    "active": true,
    "categories": [
        "devel",
        "math"
    ],
    "maintainers": [
        {
            "name": "mcalhoun",
            "github": "MarcusCalhoun-Lopez",
            "ports_count": 1140
        }
    ],
    "variants": [
        "debug",
        "tests",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-14",
                "python311"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gmp",
                "mpfr",
                "ntl"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "symengine",
                "singular",
                "normaliz",
                "antic",
                "polymake"
            ]
        }
    ]
}