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

{
    "name": "rb33-stringio",
    "portdir": "ruby/rb-stringio",
    "version": "3.1.2",
    "license": "BSD and Ruby",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/ruby/stringio",
    "description": "Pseudo-IO class from/to string",
    "long_description": "Pseudo-IO class from/to string",
    "active": true,
    "categories": [
        "devel",
        "ruby"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ruby33"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "rb33-psych"
            ]
        }
    ]
}