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

{
    "name": "oidn",
    "portdir": "graphics/oidn",
    "version": "1.4.3",
    "license": "Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.openimagedenoise.org/",
    "description": "denoising filters for images rendered with ray tracing",
    "long_description": "Open Image Denoise is a library of denoising filters for images rendered with ray tracing, developed at Intel. Its purpose is to provide an efficient denoising library that allows ray-tracing-based rendering applications to significantly reduce rendering times.",
    "active": true,
    "categories": [
        "graphics"
    ],
    "maintainers": [
        {
            "name": "",
            "github": "jasonliu--",
            "ports_count": 37
        }
    ],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "ispc",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "tbb",
                "openimageio"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "blender"
            ]
        }
    ]
}