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

{
    "name": "py36-pybind11",
    "portdir": "python/py-pybind11",
    "version": "2.12.0",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/pybind/pybind11",
    "description": "Seamless operability between C++11 and Python.",
    "long_description": "pybind11 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": false,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "stromnov",
            "github": "stromnov",
            "ports_count": 2544
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py36-python-install",
                "py36-setuptools",
                "py36-wheel",
                "py36-build",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python36"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "py36-pyopencl"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py36-scipy"
            ]
        }
    ]
}