File: control

package info (click to toggle)
lua-http 0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 860 kB
  • ctags: 464
  • sloc: makefile: 59
file content (29 lines) | stat: -rw-r--r-- 927 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
Source: lua-http
Section: interpreters
Priority: optional
Maintainer: Ondřej Surý <ondrej@debian.org>
Build-Depends: debhelper (>= 9),
               dh-lua,
               pandoc
Standards-Version: 3.9.8
Homepage: https://github.com/daurnimator/lua-http
Vcs-Git: git://anonscm.debian.org/pkg-lua/lua-http.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-lua/lua-http.git

Package: lua-http
Architecture: all
Depends: lua-basexx (>= 0.2),
         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.