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

{
    "name": "rb32-parsetree",
    "portdir": "ruby/rb-parsetree",
    "version": "3.0.9",
    "license": "MIT",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/seattlerb/parsetree",
    "description": "Extract and enumerate Ruby parse trees",
    "long_description": "ParseTree is a C extension (using RubyInline) that extracts the parse tree for an entire class or a specific method and returns it as a s-expression (aka sexp) using Ruby's arrays, strings, symbols and integers.",
    "active": true,
    "categories": [
        "ruby"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ruby32"
            ]
        },
        {
            "type": "run",
            "ports": [
                "rb32-rubyinline",
                "rb32-sexp_processor"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "rb32-nitpick",
                "rb32-rubytoc"
            ]
        }
    ]
}