File: control

package info (click to toggle)
lua-http 0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,028 kB
  • sloc: makefile: 60; sh: 16
file content (32 lines) | stat: -rw-r--r-- 1,031 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: lua-http
Section: interpreters
Priority: optional
Maintainer: Ondřej Surý <ondrej@debian.org>
Uploaders: Santiago Ruano Rincón <santiago@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-lua,
               pandoc
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://github.com/daurnimator/lua-http
Vcs-Git: https://salsa.debian.org/lua-team/lua-http.git
Vcs-Browser: https://salsa.debian.org/lua-team/lua-http

Package: lua-http
Architecture: all
Depends: lua-basexx (>= 0.2),
         lua-binaryheap,
         lua-bit32,
         lua-compat53 (>= 0.3),
         lua-cqueues (>= 20161214),
         lua-fifo,
         lua-lpeg-patterns (>= 0.3),
         lua-luaossl (>= 20161208),
         ${misc:Depends},
         ${shlibs:Depends}
Breaks: knot-resolver-module-http (<< 1.2.0~)
Provides: ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Description: HTTP library for Lua
 lua-http is an HTTP library for Lua, it supports: both client and
 server operations, both HTTP 1 and HTTP 2.