GET /api/v1/ports/lua52-luazip/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "lua52-luazip",
    "portdir": "lua/lua-luazip",
    "version": "1.2.7",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 1,
    "replaced_by": null,
    "homepage": "https://luarocks.org/modules/mpeterv/luazip",
    "description": "LuaZip is a Lua extension library used to read files stored inside zip files.",
    "long_description": "LuaZip is a lightweight Lua extension library used to read files stored inside zip files. The API is very similar to the standard Lua I/O library API.",
    "active": true,
    "categories": [
        "devel",
        "archivers",
        "lua"
    ],
    "maintainers": [
        {
            "name": "kirill",
            "github": "catap",
            "ports_count": 1279
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "lua-luarocks",
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libzzip",
                "lua52"
            ]
        }
    ],
    "depends_on": []
}