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

{
    "name": "rb27-rubyzip",
    "portdir": "ruby/rb-rubyzip",
    "version": "2.3.2",
    "license": "(Ruby or GPL-2)",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/rubyzip/rubyzip",
    "description": "rubyzip is a ruby module for reading and writing zip files",
    "long_description": "rubyzip is a ruby module for reading and writing zip files, with the restriction that only uncompressed and deflated zip entries are supported. All this library does is handling of the zip file format. the actual compression/decompression is handled by zlib.",
    "active": true,
    "categories": [
        "archivers",
        "ruby"
    ],
    "maintainers": [
        {
            "name": "judaew",
            "github": "judaew",
            "ports_count": 558
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ruby27"
            ]
        }
    ],
    "depends_on": []
}