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

{
    "name": "R-pool",
    "portdir": "R/R-pool",
    "version": "1.0.3",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://rstudio.github.io/pool",
    "description": "Object Pooling",
    "long_description": "Object Pooling",
    "active": true,
    "categories": [
        "devel",
        "science",
        "R"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "R"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "R-R6",
                "R-CRAN-recommended",
                "R-DBI",
                "R-later",
                "R-rlang"
            ]
        },
        {
            "type": "run",
            "ports": [
                "R"
            ]
        },
        {
            "type": "test",
            "ports": [
                "R-covr",
                "R-RSQLite",
                "R-RMySQL",
                "R-tibble",
                "R-dplyr",
                "R-knitr",
                "R-shiny",
                "R-testthat",
                "R-rmarkdown",
                "R-dbplyr"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "R-sqlhelper",
                "R-repana"
            ]
        },
        {
            "type": "test",
            "ports": [
                "R-dm",
                "R-sf"
            ]
        }
    ]
}