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

{
    "name": "pybind11",
    "portdir": "devel/pybind11",
    "version": "2.11.1",
    "license": "BSD",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/pybind/pybind11",
    "description": "Extension modules for pybind11, which provides seamless operability between C++11 and Python",
    "long_description": "Extension modules for pybind11, which is a lightweight header-only library that exposes C++ types in Python and vice versa, mainly to create Python bindings of existing C++ code.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "mcalhoun",
            "github": "MarcusCalhoun-Lopez",
            "ports_count": 1159
        }
    ],
    "variants": [
        "debug",
        "tests"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "python311",
                "py311-setuptools",
                "clang-16"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "py38-dolfin",
                "py39-dolfin",
                "py310-dolfin",
                "py311-dolfin",
                "py37-pdal",
                "py36-dolfin",
                "openimageio",
                "ngsolve",
                "py310-onnx",
                "py311-onnx",
                "py37-onnx",
                "py38-pdal",
                "py39-pdal",
                "py310-pdal",
                "py311-pdal",
                "py312-pdal",
                "py38-onnx",
                "py39-onnx"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "netgen",
                "osl"
            ]
        }
    ]
}