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

{
    "name": "opencv3-devel",
    "portdir": "graphics/opencv3-devel",
    "version": "3.4.16",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "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",
        "avx",
        "avx2",
        "eigen",
        "opencl",
        "openmp",
        "openni",
        "dc1394",
        "qt4",
        "qt5",
        "java",
        "tbb",
        "vtk",
        "gdal",
        "contrib",
        "nonfree",
        "tests",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "pkgconfig",
                "python311",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ilmbase",
                "openjpeg",
                "tiff",
                "bzip2",
                "ffmpeg",
                "openexr2",
                "webp",
                "zlib",
                "libjpeg-turbo",
                "libpng"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py35-opencv3-devel",
                "py36-opencv3-devel",
                "py37-opencv3-devel",
                "py38-opencv3-devel",
                "py39-opencv3-devel",
                "py27-opencv3-devel",
                "py311-opencv3-devel",
                "py310-opencv3-devel"
            ]
        }
    ]
}