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
|
Source: lua-http
Section: interpreters
Priority: optional
Maintainer: Jakub Ružička <jru@debian.org>
Uploaders: Santiago Ruano Rincón <santiago@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-lua,
pandoc
Standards-Version: 4.7.2
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,
lua-binaryheap,
lua-bit32,
lua-compat53,
lua-cqueues,
lua-fifo,
lua-lpeg-patterns,
lua-luaossl,
${misc:Depends},
${shlibs:Depends}
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.
|