Config.in 719 B

123456789101112131415161718
  1. config BR2_PACKAGE_TURBOLUA
  2. bool "turbolua"
  3. depends on BR2_PACKAGE_LUAJIT
  4. help
  5. Turbo.lua is a framework built for LuaJIT 2 to simplify the
  6. task of building fast and scalable network applications. It
  7. uses a event-driven, non-blocking, no thread design to deliver
  8. excellent performance and minimal footprint to high-load
  9. applications while also providing excellent support for
  10. embedded uses. The toolkit can be used for HTTP REST API's,
  11. traditional dynamic web pages through templating, open
  12. connections like WebSockets, or just as high level building
  13. blocks for native speed network applications.
  14. http://www.turbolua.org
  15. comment "turbolua needs LuaJIT"
  16. depends on !BR2_PACKAGE_LUAJIT