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

{
    "name": "leptonica",
    "portdir": "graphics/leptonica",
    "version": "1.84.1",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.leptonica.org/",
    "description": "image processing and image analysis library",
    "long_description": "leptonica is an image processing and image analysis library.",
    "active": true,
    "categories": [
        "devel",
        "graphics",
        "science"
    ],
    "maintainers": [
        {
            "name": "stromnov",
            "github": "stromnov",
            "ports_count": 2544
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "automake",
                "libtool",
                "pkgconfig",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "tiff",
                "zlib",
                "webp",
                "giflib5",
                "libjpeg-turbo",
                "libpng",
                "openjpeg"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "jbig2enc",
                "mupdf",
                "tesseract",
                "tesseract-training"
            ]
        }
    ]
}