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

{
    "name": "R-profile",
    "portdir": "R/R-profile",
    "version": "1.0.3.9006",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://r-prof.github.io/profile",
    "description": "Read, manipulate and write profiler data",
    "long_description": "Read, manipulate and write profiler data",
    "active": true,
    "categories": [
        "devel",
        "science",
        "R"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "R"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "R-tibble",
                "R-withr",
                "R-CRAN-recommended",
                "R-rlang",
                "R-vctrs"
            ]
        },
        {
            "type": "run",
            "ports": [
                "R"
            ]
        },
        {
            "type": "test",
            "ports": [
                "R-testthat",
                "R-covr",
                "R-DiagrammeR",
                "R-dm",
                "R-RProtoBuf"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "R-proffer"
            ]
        }
    ]
}