Source: libnet-davtalk-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Edmund Lodewijks <edmund@proteamail.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Build-Depends: debhelper-compat (= 14),
               dh-sequence-single-binary
Build-Depends-Indep: libdatetime-format-iso8601-perl <!nocheck>,
                     libdatetime-timezone-perl <!nocheck>,
                     libjson-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     libtie-datauuid-perl <!nocheck>,
                     liburi-perl <!nocheck>,
                     libxml-fast-perl <!nocheck>,
                     libxml-spice-perl <!nocheck>,
                     perl
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-davtalk-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-davtalk-perl.git
Homepage: https://metacpan.org/release/Net-DAVTalk

Package: libnet-davtalk-perl
Architecture: all
Depends: ${perl:Depends},
         libdatetime-format-iso8601-perl,
         libdatetime-timezone-perl,
         libjson-perl,
         libtie-datauuid-perl,
         liburi-perl,
         libxml-fast-perl,
         libxml-spice-perl
Description: client library for talking to DAV servers
 Net::DAVTalk is the transport layer shared by the CalDAV and CardDAV client
 modules. It handles WebDAV request construction, XML namespace registration,
 PROPFIND and REPORT bodies, multi-status response parsing and authentication
 against a DAV endpoint.
 .
 Requests are built with XML::Spice and responses parsed with XML::Fast, and
 the result is returned as Perl data structures rather than a DOM.
