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

{
    "name": "onetbb",
    "portdir": "devel/onetbb",
    "version": "2022.1.0",
    "license": "Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/oneapi-src/oneTBB",
    "description": "oneAPI Threading Building Blocks",
    "long_description": "oneTBB is a flexible C++ library that simplifies the work of adding parallelism to complex applications, even if you are not a threading expert.",
    "active": true,
    "categories": [
        "devel",
        "parallel"
    ],
    "maintainers": [
        {
            "name": "makr",
            "github": "mohd-akram",
            "ports_count": 74
        }
    ],
    "variants": [
        "debug",
        "tests",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "pkgconfig",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "hwloc"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "TOPCOM"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "R-quanteda",
                "py39-pytorch",
                "py310-pytorch",
                "py311-pytorch",
                "py312-pytorch",
                "R-RcppParallel",
                "R-quanteda.textstats",
                "py38-pytorch",
                "R-proxyC",
                "R-seededlda",
                "opencascade",
                "openvdb",
                "papilo",
                "libpapilo",
                "scip",
                "soplex",
                "onedpl",
                "deal.ii"
            ]
        },
        {
            "type": "run",
            "ports": [
                "stanmath"
            ]
        }
    ]
}