File: control

package info (click to toggle)
libcal-dav-perl 0.6-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 128 kB
  • ctags: 26
  • sloc: perl: 266; makefile: 11
file content (32 lines) | stat: -rw-r--r-- 1,125 bytes parent folder | download | duplicates (2)
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
32
Source: libcal-dav-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: devscripts (>= 2.10.7~),
               libmodule-build-perl (>= 0.2808),
               perl,
               cdbs (>= 0.4.85~),
               debhelper (>= 7.0.1),
               dh-buildinfo,
               libdata-ical-perl,
               libhttp-dav-perl,
               libwww-perl,
               libtest-pod-perl,
               libtest-pod-coverage-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcal-dav-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcal-dav-perl
Homepage: http://search.cpan.org/dist/Cal-DAV/

Package: libcal-dav-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         ${cdbs:Depends}
Description: CalDAV client library
 Cal::DAV is a library providing the client part of the CalDAV protocol.
 .
 Cal::DAV is implemented as a very thin wrapper around HTTP::DAV and 
 Data::ICal.