mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-06 10:42:11 +00:00
11 lines
286 B
Plaintext
11 lines
286 B
Plaintext
config BR2_PACKAGE_COPAS
|
|
bool "copas"
|
|
select BR2_PACKAGE_COXPCALL
|
|
select BR2_PACKAGE_LUASOCKET
|
|
select BR2_PACKAGE_LUA_SHARED_LIBRARY # for luasocket
|
|
help
|
|
Copas is a dispatcher based on coroutines that
|
|
can be used by TCP/IP servers.
|
|
|
|
http://keplerproject.github.com/copas/
|