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

{
    "name": "healpix-c",
    "portdir": "science/healpix-c",
    "version": "3.30.0",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://healpix.sourceforge.net",
    "description": "C language implementation of HEALPix",
    "long_description": "Software for pixelization, hierarchical indexing, synthesis, analysis, and visualization of data on the sphere. This is the C language implementation of HEALPix.",
    "active": true,
    "categories": [
        "science"
    ],
    "maintainers": [
        {
            "name": "aronnax",
            "github": "lpsinger",
            "ports_count": 401
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "cfitsio"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "lalinference"
            ]
        },
        {
            "type": "run",
            "ports": [
                "healpix",
                "lscsoft-deps"
            ]
        }
    ]
}