lua-wsapi 1.6.1-2 source package in Ubuntu

Changelog

lua-wsapi (1.6.1-2) unstable; urgency=medium

  * QA upload.
  * Set maintainer to Debian QA Group <email address hidden>. (see: #995524)

 -- Marcos Talau <email address hidden>  Tue, 15 Nov 2022 09:09:53 -0300

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
any all
Section:
interpreters
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe interpreters
Lunar release universe interpreters

Downloads

File Size SHA-256 Checksum
lua-wsapi_1.6.1-2.dsc 2.0 KiB 8c26c7968723ae1d6af712e10bc36eaa1d741e7b8b5129f7249b1e6a3ea05d05
lua-wsapi_1.6.1.orig.tar.gz 58.2 KiB 4a1f27f6961c78d1a6afa6908b28cd009fc23cf49d85c04ba1e33cf5871ebaa8
lua-wsapi_1.6.1-2.debian.tar.xz 4.8 KiB d3d94447f3204595fe32ca32382709292054410c9b1973cc29e0fcd9036f0b69

Available diffs

No changes file available.

Binary packages built by this source

lua-wsapi: 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.

lua-wsapi-doc: wsapi documentation files for the Lua language

 This package contains the documentation of the wsapi library.

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

lua-wsapi-fcgi-dbgsym: debug symbols for lua-wsapi-fcgi
lua-wsapi-fcgi-dev: 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).