Source: libzonemaster-ldns-perl Maintainer: Debian Perl Group Uploaders: Étienne Mollier 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 , libtest-simple-perl , 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.