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

{
    "name": "R-tesseract",
    "portdir": "R/R-tesseract",
    "version": "5.2.2",
    "license": "Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://cran.r-project.org/package=tesseract",
    "description": "Open Source OCR Engine",
    "long_description": "Open Source OCR Engine",
    "active": true,
    "categories": [
        "textproc",
        "science",
        "R"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "R",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "R-Rcpp",
                "R-curl",
                "R-pdftools",
                "R-rappdirs",
                "R-digest",
                "R-CRAN-recommended",
                "tesseract"
            ]
        },
        {
            "type": "run",
            "ports": [
                "tesseract-spa",
                "tesseract-jav",
                "R",
                "tesseract-chi-tra",
                "tesseract-deu",
                "tesseract-eng",
                "tesseract-fra",
                "tesseract-heb",
                "tesseract-kor",
                "tesseract-rus",
                "tesseract-san"
            ]
        },
        {
            "type": "test",
            "ports": [
                "R-tibble",
                "R-knitr",
                "R-rmarkdown",
                "R-spelling",
                "R-magick"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "test",
            "ports": [
                "R-magick",
                "R-pdftools"
            ]
        }
    ]
}