buildroot/package/copas/Config.in

11 lines
286 B
Plaintext
Raw Normal View History

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/