buildroot/package/turbolua/Config.in
Marcin Niestroj e3b18f45f7 package/turbolua: new package
Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-04-17 23:07:43 +02:00

19 lines
721 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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