GET /api/v1/ports/rb32-ruby_parser/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "rb32-ruby_parser",
"portdir": "ruby/rb-ruby_parser",
"version": "3.21.1",
"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": [
"ruby32"
]
},
{
"type": "run",
"ports": [
"rb32-racc",
"rb32-sexp_processor"
]
}
],
"depends_on": []
}