blob: a7df53021724b237f82af45a1af677c5e2f535a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
config BR2_PACKAGE_XAVANTE
bool "xavante"
select BR2_PACKAGE_LUA_SHARED_LIBRARY
select BR2_PACKAGE_CGILUA
select BR2_PACKAGE_COPAS
select BR2_PACKAGE_COXPCALL
select BR2_PACKAGE_LUAFILESYSTEM
select BR2_PACKAGE_LUASOCKET
select BR2_PACKAGE_WSAPI
help
Xavante is a Lua HTTP 1.1 Web server that uses a modular
architecture based on URI mapped handlers.
http://keplerproject.github.com/xavante/
|