xref: /OK3568_Linux_fs/buildroot/package/wsapi-fcgi/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_WSAPI_FCGI
2	bool "wsapi-fcgi"
3	depends on BR2_USE_MMU # fork()
4	select BR2_PACKAGE_LIBFCGI
5	select BR2_PACKAGE_WSAPI # runtime
6	help
7	  WSAPI is an API that abstracts the web server from Lua web
8	  applications. This is the rock that contains the FCGI module
9	  lfcgi.
10
11	  https://luarocks.org/modules/mascarenhas/wsapi-fcgi
12