[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/copas/copas.desc [COPY] Copyright (C) 2006 - 2025 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] A Lua dispatcher that can be used fo TCP/IP socket communication [T] Copas is a dispatcher based on coroutines that can be used by [T] TCP/IP socket request/response servers. It uses LuaSocket as the [T] interface with the TCP/IP stack. [T] A server registered with Copas should provide a handler for [T] requests and use Copas socket functions to send the response. [T] Copas loops through requests and invokes the corresponding [T] handlers. [U] https://www.keplerproject.org/copas/ [A] André Carregal [A] Javier Guerra [M] The T2 Project [C] extra/development [F] CROSS [L] OpenSource [S] Stable [V] 4.8.0 [D] 4bc5358c424286feaee79c41f299c31d200713c1fd62a2bdf9cc5647 copas-4.8.0.tar.gz https://github.com/lunarmodules/copas/archive/4.8.0/ . $base/package/*/*/lua-conf.in runmake=0 hook_add postmake 5 "install_lua_module"