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

{
    "name": "cafut",
    "portdir": "fortran/cafut",
    "version": "2023.06.30",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://renatomatz.github.io/cafut-docs",
    "description": "Single-file object-oriented unit testing utility for Coarray Fortran",
    "long_description": "The point of this library is to provide a simple, object-oriented unit testing framework meant for applications using Coarray Fortran. As it is further developped, we place more importance in brevity than to features, and for that reason, this project aims at maintaining all code within a single module that can be placed with the tested scripts.",
    "active": true,
    "categories": [
        "devel",
        "fortran"
    ],
    "maintainers": [
        {
            "name": "vital.had",
            "github": "barracuda156",
            "ports_count": 2558
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "OpenCoarrays",
                "clang-17"
            ]
        }
    ],
    "depends_on": []
}