python-treq: bump to version 16.12.0
[buildroot-gz.git] / package / turbolua / Config.in
blob34f66ef131ed33aabcc3b730a0ed4efc9c97b645
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.
15           http://www.turbolua.org
17 comment "turbolua needs LuaJIT"
18         depends on !BR2_PACKAGE_LUAJIT