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

{
    "name": "gnuastro",
    "portdir": "science/gnuastro",
    "version": "0.23",
    "license": "GPL-3+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.gnu.org/software/gnuastro/",
    "description": "GNU astronomy utilities and library",
    "long_description": "The GNU Astronomy Utilities (Gnuastro) is an official GNU package consisting of various programs and library functions for the manipulation and analysis of astronomical data.",
    "active": true,
    "categories": [
        "science"
    ],
    "maintainers": [
        {
            "name": "sikmir",
            "github": "sikmir",
            "ports_count": 39
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "libtool"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "openjpeg",
                "tiff",
                "gsl",
                "zlib",
                "wcslib",
                "cfitsio",
                "libgit2"
            ]
        },
        {
            "type": "run",
            "ports": [
                "ghostscript",
                "curl"
            ]
        }
    ],
    "depends_on": []
}