lua-wsapi 1.1.0-10 source package in Ubuntu

Changelog

lua-wsapi (1.1.0-10) unstable; urgency=low
  * source format 3.0 (quilt)  -- Enrico Tassi <email address hidden>  Fri, 22 Jul 2011 23:02:29 +0200

Upload details

Uploaded by:
gares
Uploaded to:
Sid
Original maintainer:
gares
Architectures:
any
Section:
interpreters
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
lua-wsapi_1.1.0-10.dsc 1.3 KiB e501c8e393cb670e50436489a1ea3296ad6e3cd804a398a01f90b572feeb8794
lua-wsapi_1.1.0.orig.tar.gz 52.6 KiB 8e86fbdf0ae9706d9a7dc387e216fb0b48f30f16a1f76dde1b6fe0ddd9946c16
lua-wsapi_1.1.0-10.debian.tar.gz 5.0 KiB 19ba1a898bf8692660489b695620888e688645846b6a7364829ab5a09909b452

No changes file available.

Binary packages built by this source

liblua5.1-wsapi-doc: wsapi documentation files for the Lua language version 5.1

 This package contains the documentation of the wsapi library.

liblua5.1-wsapi-fcgi-1: 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.

liblua5.1-wsapi-fcgi-dev: 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).

liblua5.1-wsapi1: 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.