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

{
    "name": "octave-netcdf",
    "portdir": "octave/octave-netcdf",
    "version": "1.0.18",
    "license": "GPL-3+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://gnu-octave.github.io/packages/netcdf/",
    "description": "A MATLAB compatible NetCDF interface for Octave.",
    "long_description": "A MATLAB compatible NetCDF interface for Octave.",
    "active": true,
    "categories": [
        "science",
        "math",
        "octave"
    ],
    "maintainers": [
        {
            "name": "mps",
            "github": "Schamschula",
            "ports_count": 1048
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "octave",
                "netcdf"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "octave-ncarray"
            ]
        }
    ]
}