GET /api/v1/ports/fortran-regex/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "fortran-regex",
    "portdir": "fortran/fortran-regex",
    "version": "1.1.2",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/perazz/fortran-regex",
    "description": "Fortran port of the tiny-regex-c library",
    "long_description": "Fortran-regex is a modern Fortran port of the tiny-regex-c library for regular expressions. It is based on the original C implementation, but the API is modelled in Fortran style, which is similar to the intrinsic index function.",
    "active": true,
    "categories": [
        "devel",
        "fortran"
    ],
    "maintainers": [
        {
            "name": "vital.had",
            "github": "barracuda156",
            "ports_count": 2572
        }
    ],
    "variants": [
        "gcc10",
        "gcc11",
        "gcc12",
        "gcc13",
        "gccdevel"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "fpm",
                "clang-16",
                "gcc13"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libgcc"
            ]
        }
    ],
    "depends_on": []
}