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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
Source: lua-wsapi
Section: interpreters
Priority: optional
Maintainer: Enrico Tassi <gareuselesinge@debian.org>
Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), libfcgi-dev, lua5.1-policy-dev (>= 10), dpatch
Standards-Version: 3.7.3
Vcs-Svn: svn://svn.debian.org/pkg-lua/packages/lua-wsapi
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-lua/packages/lua-wsapi
Homepage: http://wsapi.luaforge.net
Package: liblua5.1-wsapi-fcgi-0
Architecture: any
Depends: ${shlibs:Depends}, liblua5.1-wsapi0
Description: Web server API fastcgi backend
WSAPI is an API that abstracts the web server for Lua web applications,
allowing the same application to be used in different web servers.
.
This package contains the backend for the fastcgi protocol.
Package: liblua5.1-wsapi-fcgi-dev
Architecture: any
Section: libdevel
Depends: liblua5.1-wsapi-fcgi-0 (= ${binary:Version})
Description: wsapi fastcgi development files for the lua language version 5.1
This package contains the development files of the wsapi library (extra
backend), useful to create a statically linked binary (like a C application or
a standalone lua interpreter).
Package: liblua5.1-wsapi0
Architecture: all
Depends: ${shlibs:Depends}, liblua5.1-rings0
Suggests: liblua5.1-cgi0
Description: Web server API abstraction layer for the lua language version 5.1
WSAPI is an API that abstracts the web server for Lua web applications,
allowing the same application to be used in different web servers.
.
This package contains the WSAPI utility libraries (for common tasks like url
encoding/decoding) as well as the following backends (server implementations):
.
- CGI (the regular environment-variables based protocol)
- xavante (for the Xavante web server)
.
The fastcgi backends is available in the separate package liblua5.1-wsapi-fcgi.
.
This package also includes a backward compatible implementation of SAPI, used
by old versions of cgilua.
Package: liblua5.1-wsapi-doc
Architecture: all
Section: doc
Description: wsapi documentation files for the lua language version 5.1
This package contains the documentation of the wsapi library.
|