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

{
    "name": "ForEx",
    "portdir": "fortran/ForEx",
    "version": "2016.12.07",
    "license": "LGPL-3",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/victorsndvg/ForEx",
    "description": "Fortran user-defined exceptions handler",
    "long_description": "Fortran user-defined exceptions handler",
    "active": true,
    "categories": [
        "devel",
        "fortran"
    ],
    "maintainers": [
        {
            "name": "vital.had",
            "github": "barracuda156",
            "ports_count": 2273
        }
    ],
    "variants": [
        "tests",
        "universal",
        "debug",
        "g95",
        "gcc10",
        "gcc11",
        "gcc12",
        "gccdevel"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-14",
                "gcc12"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libgcc"
            ]
        }
    ],
    "depends_on": []
}