2017-09-02 18:56:42 +02:00
|
|
|
config BR2_PACKAGE_WSAPI_FCGI
|
|
|
|
bool "wsapi-fcgi"
|
|
|
|
depends on BR2_USE_MMU # fork()
|
|
|
|
select BR2_PACKAGE_LIBFCGI
|
2018-12-19 09:17:05 +01:00
|
|
|
select BR2_PACKAGE_WSAPI # runtime
|
2017-09-02 18:56:42 +02:00
|
|
|
help
|
|
|
|
WSAPI is an API that abstracts the web server from Lua web
|
2017-12-18 09:21:05 +01:00
|
|
|
applications. This is the rock that contains the FCGI module
|
|
|
|
lfcgi.
|
2017-09-02 18:56:42 +02:00
|
|
|
|
2018-12-19 09:17:05 +01:00
|
|
|
http://www.keplerproject.org/wsapi
|