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

{
    "name": "apbs",
    "portdir": "science/apbs",
    "version": "1.4.1",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.poissonboltzmann.org",
    "description": "Adaptive Poisson-Boltzmann Solver",
    "long_description": "APBS is a software package for the numerical solution of the Poisson-Boltzmann equation, a popular continuum model for describing electrostatic interactions between molecular solutes over a wide range of length scales.",
    "active": true,
    "categories": [
        "science"
    ],
    "maintainers": [],
    "variants": [
        "debug",
        "g95",
        "gcc10",
        "gcc11",
        "gcc12",
        "gccdevel",
        "mpich",
        "openmpi",
        "bem",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "maloc",
                "readline"
            ]
        }
    ],
    "depends_on": []
}