GET /api/v1/ports/rb-ruby-debug-base/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "rb-ruby-debug-base",
    "portdir": "ruby/rb-ruby-debug-base",
    "version": "0.9.3",
    "license": "unknown",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/ruby-debug/",
    "description": "Ruby debugger base core C API",
    "long_description": "Ruby debugger core API written in C. Use this if you want to create your own interface to the debugger and don't want to depend on changes to the ruby-debug CLI. The API is considered somewhat stable.",
    "active": true,
    "categories": [
        "devel",
        "ruby"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0",
                "rb-rake"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ruby",
                "rb-rubygems"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "rb-ruby-debug"
            ]
        }
    ]
}