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

{
    "name": "rb-racc",
    "portdir": "ruby/rb-racc",
    "version": "1.7.3",
    "license": "(BSD or Ruby)",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/ruby/racc",
    "description": "rb-racc is a LALR(1) parser generator",
    "long_description": "rb-racc is a LALR(1) parser generator",
    "active": true,
    "categories": [
        "devel",
        "ruby"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        }
    ],
    "depends_on": []
}