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

{
    "name": "stan",
    "portdir": "math/stan",
    "version": "2.35.0",
    "license": "BSD",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://mc-stan.org",
    "description": "C++ package for Bayesian inference, maximum likelihood estimation etc.",
    "long_description": "C++ package for Bayesian inference, maximum likelihood estimation etc.",
    "active": true,
    "categories": [
        "math"
    ],
    "maintainers": [
        {
            "name": "vital.had",
            "github": "barracuda156",
            "ports_count": 2558
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "rapidjson",
                "stanmath"
            ]
        }
    ],
    "depends_on": []
}