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

{
    "name": "libxc",
    "portdir": "science/libxc",
    "version": "2.2.3",
    "license": "LGPL-3+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.tddft.org/programs/libxc/",
    "description": "exchange-correlation functionals for DFT",
    "long_description": "Libxc is a library of exchange-correlation functionals for density-functional theory. The aim is to provide a portable, well tested and reliable set of exchange and correlation functionals that can be used by all the ETSF codes and also other codes.",
    "active": true,
    "categories": [
        "science"
    ],
    "maintainers": [
        {
            "name": "dstrubbe",
            "github": "dstrubbe",
            "ports_count": 34
        }
    ],
    "variants": [
        "g95",
        "gcc10",
        "gcc11",
        "gcc12",
        "gccdevel"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "gcc12",
                "clang-15"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libgcc"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "HORTON"
            ]
        }
    ]
}