GET /api/v1/ports/lua54-wsapi/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "lua54-wsapi",
"portdir": "lua/lua-wsapi",
"version": "1.7",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://luarocks.org/modules/mascarenhas/wsapi",
"description": "Lua Web Server API",
"long_description": "WSAPI is an API that abstracts the web server from Lua web applications. This is the rock that contains the base WSAPI libraries plus the CGI adapters.",
"active": true,
"categories": [
"devel",
"lua"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"lua-luarocks",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"lua54",
"lua54-coxpcall",
"lua54-rings",
"lua54-luafilesystem"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"lua54-wsapi-fcgi"
]
}
]
}