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