1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: xavante
Section: net
Priority: optional
Maintainer: Enrico Tassi <gareuselesinge@debian.org>
Build-Depends: debhelper (>= 8)
Standards-Version: 3.9.3
Homepage: http://keplerproject.github.com/xavante/
Vcs-Git: git://git.debian.org/git/pkg-lua/xavante.git
Vcs-Browser: http://git.debian.org/?p=pkg-lua/xavante.git
Package: xavante
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, lua5.1-coxpcall, lua5.1-copas, lua-copas (>= 1.1.6), lua5.1-filesystem, lua-filesystem (>= 1.5.0), lua5.1
Recommends: lua5.1-wsapi, lua5.1-cgi
Description: Lua HTTP 1.1 Web server
This package contains xavante, 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 CGILua handler. Those are used for general
files, URI remapping and CGILua scripts respectively.
.
The CGILua handler is considered optional thus xavante just recommends the
packages needed for that handler.
Package: xavante-doc
Architecture: all
Depends: ${misc:Depends}
Recommends: xavante
Section: doc
Description: Documentation files for the Xavante web server
This package contains the documentation for the Xavante web server as well
as some examples of configuration files.
|