Source: libhttp-dav-perl Maintainer: Debian Perl Group Uploaders: Florian Schlichting Section: perl Rules-Requires-Root: no Priority: optional Standards-Version: 4.4.1 Homepage: https://metacpan.org/release/HTTP-DAV Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhttp-dav-perl.git Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhttp-dav-perl Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: perl, liburi-perl, libwww-perl, libxml-dom-perl Testsuite: autopkgtest-pkg-perl Package: libhttp-dav-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libpod-parser-perl, liburi-perl, libwww-perl, libxml-dom-perl Recommends: libdigest-md5-perl, libcrypt-ssleay-perl Description: WebDAV client library for Perl, and "dave" CLI client HTTP::DAV provides client-side access to a DAV server. DAV is a protocol for remote web-site authoring and management. Now you can LOCK, DELETE and PUT files and much more on a DAV-enabled webserver. . The PerlDAV library consists of: . * HTTP::DAV - an object-oriented Web-DAV client API. * dave - the DAV Explorer, an end-user Unix console program for interacting with WebDAV servers. dave looks and feels like a standard Unix ftp program. . Learn more about WebDAV at http://www.webdav.org/