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

{
    "name": "R-ambient",
    "portdir": "R/R-ambient",
    "version": "1.0.2",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://ambient.data-imaginist.com",
    "description": "Generator of multidimensional noise",
    "long_description": "Generator of multidimensional noise",
    "active": true,
    "categories": [
        "science",
        "R"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "R"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "R-rlang",
                "R-CRAN-recommended",
                "R-cpp11"
            ]
        },
        {
            "type": "run",
            "ports": [
                "R"
            ]
        },
        {
            "type": "test",
            "ports": [
                "R-covr"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "R-aRtsy"
            ]
        },
        {
            "type": "test",
            "ports": [
                "R-gridpattern",
                "R-ggpattern"
            ]
        }
    ]
}