File: control

package info (click to toggle)
libnginx-mod-http-lua 1%3A0.10.23-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,104 kB
  • sloc: ansic: 40,872; perl: 452; sh: 261; python: 23; makefile: 12
file content (32 lines) | stat: -rw-r--r-- 1,224 bytes parent folder | download
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
Source: libnginx-mod-http-lua
Section: httpd
Priority: optional
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Uploaders: Jan Mojžíš <jan.mojzis@gmail.com>,
Build-Depends: debhelper-compat (= 13),
               dh-sequence-nginx,
               libluajit2-5.1-dev,
               libnginx-mod-http-ndk-dev,
               libpcre3-dev,
               nginx-abi-1.22.1-7,
Standards-Version: 4.6.2
Homepage: https://github.com/openresty/lua-nginx-module
Vcs-Git: https://salsa.debian.org/nginx-team/libnginx-mod-http-lua.git
Vcs-Browser: https://salsa.debian.org/nginx-team/libnginx-mod-http-lua
Rules-Requires-Root: no

Package: libnginx-mod-http-lua
Architecture: amd64 arm64 armel armhf i386 mips64el mipsel powerpc s390x
Multi-Arch: foreign
Depends: libnginx-mod-http-ndk,
         lua-resty-core (<<0.1.25.1~),
         lua-resty-core (>=0.1.25),
         ${misc:Depends},
         ${shlibs:Depends},
Recommends: nginx,
Description: Lua module for Nginx
 Embed Lua runtime into nginx.
 .
 This module embeds Lua, via LuaJIT 2-5.1, into Nginx and by leveraging Nginx's
 subrequests, allows the integration of the powerful Lua threads
 (Lua coroutines) into the Nginx event model.