GET /api/v1/ports/rb19-ruby2ruby/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "rb19-ruby2ruby",
"portdir": "ruby/rb19-ruby2ruby",
"version": "1.2.4",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/seattlerb/ruby2ruby",
"description": "A means of generating pure ruby code easily from RubyParser compatible Sexps.",
"long_description": "ruby2ruby provides a means of generating pure ruby code easily from RubyParser compatible Sexps. This makes making dynamic language processors in ruby easier than ever!",
"active": true,
"categories": [
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby19"
]
},
{
"type": "run",
"ports": [
"rb19-hoe",
"rb19-parser",
"rb19-parsetree",
"rb19-sexp_processor"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb19-reek",
"rb19-rails_best_practices"
]
}
]
}