GET /api/v1/ports/lua53-copas/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "lua53-copas",
"portdir": "lua/lua-copas",
"version": "4.7.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://luarocks.org/modules/tieske/copas",
"description": "Coroutine Oriented Portable Asynchronous Services long_description Copas is a dispatcher based on coroutines that can be used by TCP/IP servers. It uses LuaSocket as the interface with the TCP/IP stack. A server registered with Copas should provide a handler for requests and use Copas socket functions to send the response. Copas loops through requests and invokes the corresponding handlers. For a full implementation of a Copas HTTP server you can refer to Xavante as an example.",
"long_description": "",
"active": true,
"categories": [
"devel",
"lua"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"lua-luarocks",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"lua53-binaryheap",
"lua53",
"lua53-timerwheel",
"lua53-luasocket",
"lua53-coxpcall"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"lua53-xavante"
]
}
]
}