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

{
    "name": "py310-pyopencl",
    "portdir": "python/py-pyopencl",
    "version": "2023.1.4",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://mathema.tician.de/software/pyopencl",
    "description": "Python wrapper for OpenCL.",
    "long_description": "PyOpenCL lets you access GPUs and other massively parallel compute devices from Python.",
    "active": true,
    "categories": [
        "science",
        "python",
        "parallel"
    ],
    "maintainers": [
        {
            "name": "petr",
            "github": "petrrr",
            "ports_count": 563
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py310-pybind11",
                "py310-numpy",
                "py310-setuptools",
                "clang-17",
                "py310-mako"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python310",
                "py310-platformdirs",
                "py310-cffi"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py310-pytools",
                "py310-appdirs",
                "py310-six",
                "py310-pytest",
                "py310-decorator"
            ]
        }
    ],
    "depends_on": []
}