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

13
package/xavante/Config.in Normal file
View File

@@ -0,0 +1,13 @@
config BR2_PACKAGE_XAVANTE
bool "xavante"
select BR2_PACKAGE_COPAS # runtime
select BR2_PACKAGE_LUAFILESYSTEM # runtime
select BR2_PACKAGE_LUASOCKET # runtime
help
Xavante is a Lua HTTP 1.1 Web server that uses a modular
architecture based on URI mapped handlers. Xavante currently
offers a file handler, a redirect handler and a WSAPI handler.
Those are used for general files, URI remapping and WSAPI
applications respectively.
http://keplerproject.github.io/xavante

View File

@@ -0,0 +1,3 @@
# computed by luarocks/buildroot
sha256 67c738f981e7d65d18c717f3acac59a37f95d5139c00fb0de5d3167262025273 xavante-2.4.0-1.src.rock
sha256 57b2c50f08bf500c969fe13500f217adb36582e4d8e75c9e2ed04191cb4a045c xavante-2.4.0/doc/us/license.html

View File

@@ -0,0 +1,11 @@
################################################################################
#
# xavante
#
################################################################################
XAVANTE_VERSION = 2.4.0-1
XAVANTE_LICENSE = MIT
XAVANTE_LICENSE_FILES = $(XAVANTE_SUBDIR)/doc/us/license.html
$(eval $(luarocks-package))