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

{
    "name": "lua51-luaposix",
    "portdir": "lua/lua-luaposix",
    "version": "36.1",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://luarocks.org/modules/gvvaughan/luaposix",
    "description": "Lua bindings for POSIX",
    "long_description": "A library binding various POSIX APIs. POSIX is the IEEE Portable Operating System Interface standard. luaposix is based on lposix.",
    "active": true,
    "categories": [
        "devel",
        "lua"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "lua-luarocks",
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "lua51",
                "lua51-bit32"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "lua51-readline"
            ]
        }
    ]
}