mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-23 14:57:17 +00:00

Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit 4fdbe7f9ed765c81c7be80d2bdc38ecd87a66dd0) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
12 lines
408 B
Plaintext
12 lines
408 B
Plaintext
config BR2_PACKAGE_COPAS
|
|
bool "copas"
|
|
select BR2_PACKAGE_COXPCALL if BR2_PACKAGE_LUA_5_1 # runtime
|
|
select BR2_PACKAGE_LUASOCKET # runtime
|
|
help
|
|
Copas is a dispatcher based on coroutines that can be used
|
|
for asynchronous networking. For example TCP or UDP based
|
|
servers. But it also features timers and client support for
|
|
http(s), ftp and smtp requests.
|
|
|
|
http://www.keplerproject.org/copas/
|