mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
11
package/copas/Config.in
Normal file
11
package/copas/Config.in
Normal file
@@ -0,0 +1,11 @@
|
||||
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/
|
||||
Reference in New Issue
Block a user