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

{
    "name": "pybind11",
    "portdir": "devel/pybind11",
    "version": "2.13.6",
    "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": 1406
        }
    ],
    "variants": [
        "debug",
        "tests"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-17",
                "python312",
                "py312-setuptools"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "py37-pdal",
                "py36-dolfin",
                "ngsolve",
                "py37-onnx",
                "py38-pdal",
                "py38-onnx",
                "py38-dolfin",
                "py310-dolfin",
                "py39-dolfin",
                "py311-dolfin",
                "py312-dolfin",
                "py39-onnx",
                "py310-onnx",
                "py311-onnx",
                "py312-onnx",
                "openimageio"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "osl",
                "netgen"
            ]
        }
    ]
}