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

{
    "name": "rb32-sexp_processor",
    "portdir": "ruby/rb-sexp_processor",
    "version": "4.17.1",
    "license": "MIT",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/seattlerb/sexp_processor",
    "description": "S-expression branch of ParseTree",
    "long_description": "sexp_processor branches from ParseTree bringing all the generic sexp processing tools with it. Sexp, SexpProcessor, Environment, etc... all for your language processing pleasure.",
    "active": true,
    "categories": [
        "textproc",
        "ruby"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ruby32"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "rb32-ruby_parser",
                "rb32-parsetree"
            ]
        }
    ]
}