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

{
    "name": "opencv4-devel",
    "portdir": "graphics/opencv4-devel",
    "version": "4.9.0",
    "license": "BSD",
    "platforms": "{darwin >= 11}",
    "epoch": 1,
    "replaced_by": null,
    "homepage": "https://opencv.org",
    "description": "Open Source Computer Vision Library",
    "long_description": "OpenCV (Open Source Computer Vision Library) is an open source computer vision and machine learning software library. OpenCV was built to provide a common infrastructure for computer vision applications and to accelerate the use of machine perception in the commercial products. Being a BSD-licensed product, OpenCV makes it easy for businesses to utilize and modify the code.",
    "active": true,
    "categories": [
        "graphics",
        "science"
    ],
    "maintainers": [
        {
            "name": "mascguy",
            "github": "mascguy",
            "ports_count": 345
        }
    ],
    "variants": [
        "debug",
        "eigen",
        "gdal",
        "nonfree",
        "opencl",
        "openmp",
        "openni",
        "contrib",
        "qt4",
        "qt5",
        "java",
        "tbb",
        "vtk",
        "tests"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cctools",
                "cmake",
                "pkgconfig",
                "clang-17",
                "python313"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "openjpeg",
                "tiff",
                "webp",
                "zlib",
                "libquirc",
                "imath",
                "ffmpeg",
                "ade",
                "libjpeg-turbo",
                "libpng",
                "openexr"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py38-opencv4-devel",
                "py35-opencv4-devel",
                "py36-opencv4-devel",
                "py37-opencv4-devel",
                "py39-opencv4-devel",
                "py310-opencv4-devel",
                "py311-opencv4-devel",
                "py312-opencv4-devel",
                "py313-opencv4-devel"
            ]
        }
    ]
}