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

{
    "name": "antlr3",
    "portdir": "lang/antlr3",
    "version": "3.5.3",
    "license": "unknown",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.antlr3.org/",
    "description": "antlr is ANother Tool for Language Recognition",
    "long_description": "ANTLR, ANother Tool for Language Recognition, is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing Java, C#, or C++ actions.",
    "active": true,
    "categories": [
        "lang",
        "java"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "cassandra"
            ]
        }
    ]
}