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

{
    "name": "rb33-colorize",
    "portdir": "ruby/rb-colorize",
    "version": "1.1.0",
    "license": "GPL-2",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/fazibear/colorize",
    "description": "Ruby string class extension",
    "long_description": "rb-colorize adds a ColorizedString with methods to set text color, background color and text effects.",
    "active": true,
    "categories": [
        "ruby"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ruby33"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "rb33-git-ui"
            ]
        }
    ]
}