File: control

package info (click to toggle)
libzonemaster-ldns-perl 3.1.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 924 kB
  • sloc: perl: 534; ansic: 330; makefile: 5
file content (46 lines) | stat: -rw-r--r-- 1,866 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
Source: libzonemaster-ldns-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Étienne Mollier <emollier@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libdevel-checklib-perl,
               libidn2-dev,
               libjson-pp-perl,
               libldns-dev,
               libmodule-install-perl,
               libmodule-install-xsutil-perl,
               libssl-dev,
               libtest-fatal-perl <!nocheck>,
               libtest-simple-perl <!nocheck>,
               perl-xs-dev,
               perl:native
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libzonemaster-ldns-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libzonemaster-ldns-perl.git
Homepage: https://metacpan.org/release/Zonemaster-LDNS
Rules-Requires-Root: no

Package: libzonemaster-ldns-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Description: Perl wrapper for the ldns DNS library
 This module provides a Perl interface to the ldns library from
 NLnet Labs and depends on it being available. The module can
 either compile and use those libraries internally or link to
 already available ldns library given that the version is high
 enough. In both cases it relies on a sufficiently recent version
 of OpenSSL being present.
 .
 This module is written as part of the Zonemaster project, and
 therefore primarily exposes the functionality needed for
 that. Since Zonemaster is a diagnostic tool, that means the
 functions most used are those for looking things up and
 inspecting them.
 .
 If one wants a module that specifically aims to be a complete
 and transparent interface to ldns, DNS::LDNS is a better fit
 than this module.