File: control

package info (click to toggle)
libhttp-dav-perl 0.38-1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 512 kB
  • ctags: 406
  • sloc: perl: 3,618; xml: 90; makefile: 35; sh: 20
file content (26 lines) | stat: -rw-r--r-- 965 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
Source: libhttp-dav-perl
Maintainer: Steinar H. Gunderson <sesse@debian.org>
Section: web
Priority: optional
Standards-Version: 3.8.3
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: perl (>= 5.6.1), libxml-dom-perl

Package: libhttp-dav-perl
Architecture: all
Depends: ${perl:Depends}, libwww-perl, libxml-dom-perl
Recommends: libdigest-md5-perl
Suggests: 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/