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

{
    "name": "igraph",
    "portdir": "math/igraph",
    "version": "0.10.15",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://igraph.org",
    "description": "Network analysis and graph theory library for C.",
    "long_description": "igraph is a C library for network analysis and graph theory, with an emphasis on efficiency, portability and ease of use.",
    "active": true,
    "categories": [
        "devel",
        "science",
        "math"
    ],
    "maintainers": [
        {
            "name": "snc",
            "github": "nerdling",
            "ports_count": 150
        },
        {
            "name": "szhorvat",
            "github": "szhorvat",
            "ports_count": 16
        }
    ],
    "variants": [
        "debug",
        "accelerate",
        "atlas",
        "blis",
        "flexiblas",
        "openblas",
        "tls",
        "openmp",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "glpk",
                "gmp",
                "plfit",
                "libxml2",
                "arpack"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py37-igraph",
                "py39-igraph",
                "py310-igraph",
                "py311-igraph",
                "py312-igraph",
                "py313-igraph",
                "py38-igraph"
            ]
        }
    ]
}