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

{
    "name": "R-Rserve",
    "portdir": "R/R-Rserve",
    "version": "1.8-13",
    "license": "GPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.rforge.net/Rserve",
    "description": "Binary R server",
    "long_description": "Binary R server",
    "active": true,
    "categories": [
        "devel",
        "net",
        "science",
        "R"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "R",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "openssl3",
                "R-CRAN-recommended"
            ]
        },
        {
            "type": "run",
            "ports": [
                "R"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "R-RestRserve",
                "R-acumos"
            ]
        }
    ]
}