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

{
    "name": "clblas",
    "portdir": "math/clblas",
    "version": "2.12",
    "license": "Apache",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/clMathLibraries/clBLAS",
    "description": "A software library containing BLAS functions written in OpenCL",
    "long_description": "A software library containing BLAS functions written in OpenCL",
    "active": true,
    "categories": [
        "math"
    ],
    "maintainers": [
        {
            "name": "stromnov",
            "github": "stromnov",
            "ports_count": 2544
        }
    ],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-9.0"
            ]
        }
    ],
    "depends_on": []
}