2017-10-11 15:19:56 +02:00
|
|
|
config BR2_PACKAGE_LUA_HTTP
|
|
|
|
bool "lua-http"
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # luaossl & lua-cqueues
|
2018-12-19 09:17:05 +01:00
|
|
|
select BR2_PACKAGE_LPEG # runtime
|
|
|
|
select BR2_PACKAGE_LUA_BASEXX # runtime
|
2019-03-28 18:20:46 +01:00
|
|
|
select BR2_PACKAGE_LUA_BINARYHEAP # runtime
|
2018-12-19 09:17:05 +01:00
|
|
|
select BR2_PACKAGE_LUA_COMPAT53 if !BR2_PACKAGE_LUA_5_3 # runtime
|
|
|
|
select BR2_PACKAGE_LUA_CQUEUES # runtime
|
|
|
|
select BR2_PACKAGE_LUA_FIFO # runtime
|
|
|
|
select BR2_PACKAGE_LUA_LPEG_PATTERNS # runtime
|
|
|
|
select BR2_PACKAGE_LUABITOP if BR2_PACKAGE_LUA_5_1 # runtime
|
|
|
|
select BR2_PACKAGE_LUAOSSL # runtime
|
2017-10-11 15:19:56 +02:00
|
|
|
help
|
2018-12-19 09:17:05 +01:00
|
|
|
HTTP library for Lua.
|
2017-10-11 15:19:56 +02:00
|
|
|
|
|
|
|
https://daurnimator.github.io/lua-http/
|
|
|
|
|
|
|
|
comment "lua-http needs a toolchain w/ threads"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|