File: control

package info (click to toggle)
libhttp-dav-perl 0.31-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 384 kB
  • ctags: 251
  • sloc: perl: 3,453; xml: 90; makefile: 41; sh: 20
file content (26 lines) | stat: -rw-r--r-- 938 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.6.1
Build-Depends: debhelper (>= 4)
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
 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/