xref: /OK3568_Linux_fs/buildroot/package/xavante/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_XAVANTE
2	bool "xavante"
3	select BR2_PACKAGE_COPAS # runtime
4	select BR2_PACKAGE_LUAFILESYSTEM # runtime
5	select BR2_PACKAGE_LUASOCKET # runtime
6	help
7	  Xavante is a Lua HTTP 1.1 Web server that uses a modular
8	  architecture based on URI mapped handlers. Xavante currently
9	  offers a file handler, a redirect handler and a WSAPI handler.
10	  Those are used for general files, URI remapping and WSAPI
11	  applications respectively.
12
13	  http://keplerproject.github.io/xavante
14