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 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
|
Source: lua-wsapi
Section: interpreters
Priority: optional
Maintainer: Enrico Tassi <gareuselesinge@debian.org>
Build-Depends: debhelper (>= 8.1.3), libfcgi-dev, dh-lua
Standards-Version: 3.9.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://keplerproject.github.com/wsapi/index.html
Package: lua-wsapi
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, lua-coxpcall, lua-rings, lua-filesystem, lua5.1
Suggests: lua-cgi
Multi-arch: foreign
Pre-Depends: multiarch-support
Replaces: liblua5.1-wsapi1 (<< 1.5-2~)
Breaks: liblua5.1-wsapi1 (<< 1.5-2~)
Provides: liblua5.1-wsapi1, ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Description: Web server API abstraction layer for the Lua language
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 lua-wsapi-fcgi.
.
This package also includes a backward compatible implementation of SAPI, used
by old versions of cgilua.
Package: lua-wsapi-fcgi
Architecture: any
Multi-Arch: same
Pre-Depends: multiarch-support
Depends: ${shlibs:Depends}, ${misc:Depends}, lua-wsapi, lua-filesystem, lua5.1
Replaces: liblua5.1-wsapi-fcgi-1 (<< 1.5-2~)
Breaks: liblua5.1-wsapi-fcgi-1 (<< 1.5-2~)
Provides: liblua5.1-wsapi-fcgi-1, ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
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: lua-wsapi-fcgi-dev
Architecture: any
Multi-Arch: same
Pre-Depends: multiarch-support
Section: libdevel
Depends: lua-wsapi-fcgi (= ${binary:Version}), ${misc:Depends}
Replaces: liblua5.1-wsapi-fcgi-dev (<< 1.5-2~)
Breaks: liblua5.1-wsapi-fcgi-dev (<< 1.5-2~)
Provides: liblua5.1-wsapi-fcgi-dev, ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Description: wsapi fastcgi development files for the Lua language
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: lua-wsapi-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: wsapi documentation files for the Lua language
This package contains the documentation of the wsapi library.
Package: liblua5.1-wsapi1
Section: oldlibs
Priority: extra
Architecture: all
Depends: ${misc:Depends}, lua-wsapi
Description: Transitional package for lua-wsapi
This is a transitional package to ease upgrades to the lua-wsapi
package. It can safely be removed.
Package: liblua5.1-wsapi-fcgi-dev
Section: oldlibs
Priority: extra
Architecture: all
Depends: ${misc:Depends}, lua-wsapi-fcgi-dev
Description: Transitional package for lua-wsapi-fcgi-dev
This is a transitional package to ease upgrades to the lua-wsapi-fcgi-dev
package. It can safely be removed.
Package: liblua5.1-wsapi-fcgi-1
Section: oldlibs
Priority: extra
Architecture: all
Depends: ${misc:Depends}, lua-wsapi-fcgi
Description: Transitional package for lua-wsapi-fcgi
This is a transitional package to ease upgrades to the lua-wsapi-fcgi
package. It can safely be removed.
|