summaryrefslogtreecommitdiff
path: root/package/xavante/Config.in
blob: be8e6d905daf60777ad3892d8933877b6fb8198b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
config BR2_PACKAGE_XAVANTE
	bool "xavante"
	# Runtime dependency only
	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/