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

{
    "name": "R-term",
    "portdir": "R/R-term",
    "version": "0.3.5.9000",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://poissonconsulting.github.io/term",
    "description": "Create, manipulate and query parameter terms",
    "long_description": "Create, manipulate and query parameter terms",
    "active": true,
    "categories": [
        "science",
        "math",
        "R"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "R"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "R-vctrs",
                "R-purrr",
                "R-chk",
                "R-extras",
                "R-universals",
                "R-CRAN-recommended",
                "R-rlang",
                "R-lifecycle"
            ]
        },
        {
            "type": "run",
            "ports": [
                "R"
            ]
        },
        {
            "type": "test",
            "ports": [
                "R-testthat",
                "R-covr"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "R-mcmcr",
                "R-nlist"
            ]
        }
    ]
}