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

{
    "name": "osl",
    "portdir": "graphics/osl",
    "version": "1.11.13.0",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://opensource.imageworks.com",
    "description": "advanced shading language for computer graphics rendering",
    "long_description": "Open Shading Language is a language developed by Sony Pictures Imageworks, used for programming shader effects in computer-generated imagery. It can be used to define how surfaces or volumes scatter light, and can be used for describing materials, lights, displacement, and pattern generation.",
    "active": true,
    "categories": [
        "graphics"
    ],
    "maintainers": [
        {
            "name": "",
            "github": "jasonliu--",
            "ports_count": 37
        }
    ],
    "variants": [
        "debug",
        "partio",
        "tests",
        "docs",
        "python38",
        "python39",
        "python310",
        "python311"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "bison",
                "cmake",
                "flex",
                "pkgconfig",
                "clang-11"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "pugixml",
                "boost176",
                "qt5-qtbase",
                "imath",
                "python311",
                "pybind11",
                "openimageio",
                "partio",
                "llvm-11"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "blender"
            ]
        },
        {
            "type": "run",
            "ports": [
                "materialx"
            ]
        }
    ]
}