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

{
    "name": "libcerf",
    "portdir": "math/libcerf",
    "version": "2.4",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://jugit.fz-juelich.de/mlz/libcerf",
    "description": "Library for complex error functions",
    "long_description": "The libcerf library is a self-contained numeric library that provides an efficient and accurate implementation of complex error functions, along with Dawson, Faddeeva, and Voigt functions.",
    "active": true,
    "categories": [
        "math"
    ],
    "maintainers": [],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-17"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "gnuplot"
            ]
        }
    ]
}