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

{
    "name": "rb19-rack",
    "portdir": "ruby/rb19-rack",
    "version": "1.2.2",
    "license": "MIT",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.rubygems.org/gems/rack",
    "description": "Ruby Webserver Interface",
    "long_description": "Rack provides a minimal interface between webservers supporting Ruby and Ruby frameworks.",
    "active": true,
    "categories": [
        "devel",
        "ruby"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ruby19"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "rb19-rack-mount",
                "rb19-rack-test"
            ]
        },
        {
            "type": "run",
            "ports": [
                "rb19-thin",
                "rb19-actionpack"
            ]
        }
    ]
}