File: control

package info (click to toggle)
lua-unbound 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 92 kB
  • sloc: ansic: 419; makefile: 4
file content (50 lines) | stat: -rw-r--r-- 1,482 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Source: lua-unbound
Section: net
Priority: optional
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Uploaders:
 Victor Seva <vseva@debian.org>,
 Sergei Golovan <sgolovan@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-lua,
 libunbound-dev,
Standards-Version: 4.6.0.1
Homepage: https://www.zash.se/luaunbound.html
Vcs-Git: https://salsa.debian.org/lua-team/lua-unbound.git
Vcs-Browser: https://salsa.debian.org/lua-team/lua-unbound

Package: lua-unbound
Architecture: any
Multi-Arch: same
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Provides:
 ${lua:Provides},
XB-Lua-Versions: ${lua:Versions}
Description: Unbound bindings for the Lua language
 Libunbound performs and validates DNS lookups; it can be used to
 convert hostnames to IP addresses and back and obtain other
 information from the DNS. Cryptographic validation of results is
 performed with DNSSEC

Package: lua-unbound-dev
Architecture: any
Multi-Arch: same
Pre-Depends:
 ${misc:Pre-Depends},
Section: libdevel
Depends:
 lua-unbound (= ${binary:Version}),
 ${misc:Depends},
Provides:
 ${lua:Provides},
XB-Lua-Versions: ${lua:Versions}
Description: Development files for unbound bindings for the Lua language
 This package contains the development files of the Lua bindings to the
 unboubd library, useful to create a statically linked binary
 (like a C application or a standalone Lua interpreter).
 Documentation is also shipped within this package.