This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
config BR2_PACKAGE_WSAPI_FCGI
bool "wsapi-fcgi"
depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_LIBFCGI
select BR2_PACKAGE_WSAPI # runtime
help
WSAPI is an API that abstracts the web server from Lua web
applications. This is the rock that contains the FCGI module
lfcgi.
http://www.keplerproject.org/wsapi

View File

@@ -0,0 +1,4 @@
# computed by luarocks/buildroot
sha256 14b77861638a5e863fd10d60ad460a961dc108ea5b915f71461a18d5e6be8e4e wsapi-fcgi-1.7-1.src.rock
sha256 6aa14e3febf7a9e810ce672b015f5a5514241ce5d1c3a6a48f921f089d270159 wsapi/doc/us/license.html
sha256 c7bf3061d00a96d10cb9dbc3a737d0af22594e2ef8f788842d7ab92eeaa864f2 wsapi/doc/us/license.md

View File

@@ -0,0 +1,15 @@
################################################################################
#
# wsapi-fcgi
#
################################################################################
WSAPI_FCGI_VERSION = 1.7-1
WSAPI_FCGI_SUBDIR = wsapi
WSAPI_FCGI_LICENSE = MIT
WSAPI_FCGI_LICENSE_FILES = \
$(WSAPI_FCGI_SUBDIR)/doc/us/license.html \
$(WSAPI_FCGI_SUBDIR)/doc/us/license.md
WSAPI_FCGI_DEPENDENCIES = libfcgi
$(eval $(luarocks-package))