File: control

package info (click to toggle)
libhttp-dav-perl 0.49-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 572 kB
  • sloc: perl: 3,951; xml: 90; sh: 20; makefile: 6
file content (31 lines) | stat: -rw-r--r-- 1,371 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
Source: libhttp-dav-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
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/