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

{
    "name": "rb19-parser",
    "portdir": "ruby/rb19-parser",
    "version": "2.0.4",
    "license": "MIT",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/seattlerb/ruby_parser",
    "description": "ruby_parser: a parser written in pure Ruby",
    "long_description": "ruby_parser (RP) is a ruby parser written in pure ruby (utilizing racc -- which does by default use a C extension). RP's output is the same as ParseTree's output: s-expressions using ruby's arrays and base types.",
    "active": true,
    "categories": [
        "ruby"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ruby19"
            ]
        },
        {
            "type": "run",
            "ports": [
                "rb19-parsetree",
                "rb19-sexp_processor"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "rb19-churn",
                "rb19-flay",
                "rb19-flog",
                "rb19-reek",
                "rb19-ruby2ruby",
                "rb19-rails_best_practices",
                "rb19-roodi"
            ]
        }
    ]
}