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

{
    "name": "rb33-escape",
    "portdir": "ruby/rb-escape",
    "version": "0.0.4",
    "license": "Ruby",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.a-k-r.org/escape",
    "description": "Some escaping functions for Ruby",
    "long_description": "rb-escape provides several HTML/URI/shell escaping functions.",
    "active": true,
    "categories": [
        "ruby"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ruby33"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "rb33-git-ui"
            ]
        }
    ]
}