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

{
    "name": "swig-octave",
    "portdir": "devel/swig",
    "version": "4.1.1",
    "license": "(GPL-3+ or Permissive)",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.swig.org/",
    "description": "Octave binding for swig",
    "long_description": "SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. This is the Octave binding.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "michaelld",
            "github": "michaelld",
            "ports_count": 441
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "bison",
                "gsed",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "swig",
                "octave"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "octave-lal",
                "octave-lalburst",
                "octave-lalframe",
                "octave-lalinference",
                "octave-lalinspiral",
                "octave-lalmetaio",
                "octave-lalpulsar",
                "octave-lalsimulation"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "octave-database"
            ]
        },
        {
            "type": "run",
            "ports": [
                "lscsoft-deps"
            ]
        }
    ]
}