Config.in 690 B

12345678910111213141516171819
  1. config BR2_PACKAGE_LUA_HTTP
  2. bool "lua-http"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS # luaossl & lua-cqueues
  4. select BR2_PACKAGE_LPEG # runtime
  5. select BR2_PACKAGE_LUA_BASEXX # runtime
  6. select BR2_PACKAGE_LUA_BINARYHEAP # runtime
  7. select BR2_PACKAGE_LUA_COMPAT53 if !BR2_PACKAGE_LUA_5_3 # runtime
  8. select BR2_PACKAGE_LUA_CQUEUES # runtime
  9. select BR2_PACKAGE_LUA_FIFO # runtime
  10. select BR2_PACKAGE_LUA_LPEG_PATTERNS # runtime
  11. select BR2_PACKAGE_LUABITOP if BR2_PACKAGE_LUA_5_1 # runtime
  12. select BR2_PACKAGE_LUAOSSL # runtime
  13. help
  14. HTTP library for Lua.
  15. https://daurnimator.github.io/lua-http/
  16. comment "lua-http needs a toolchain w/ threads"
  17. depends on !BR2_TOOLCHAIN_HAS_THREADS