File: control

package info (click to toggle)
libdata-ical-perl 0.22%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 396 kB
  • ctags: 254
  • sloc: perl: 3,464; sh: 51; makefile: 2
file content (40 lines) | stat: -rw-r--r-- 1,653 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
32
33
34
35
36
37
38
39
40
Source: libdata-ical-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Antonio Radici <antonio@dyne.org>,
 Jonathan Yu <jawnsy@cpan.org>,
 gregor herrmann <gregoa@debian.org>,
 Florian Schlichting <fsfs@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libtest-longstring-perl,
 libclass-accessor-perl,
 libclass-returnvalue-perl,
 libtest-nowarnings-perl,
 libtest-pod-coverage-perl,
 libtest-pod-perl,
 libtest-warn-perl,
 libtext-vfile-asdata-perl
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/Data-ICal
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdata-ical-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdata-ical-perl.git
Testsuite: autopkgtest-pkg-perl

Package: libdata-ical-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libclass-accessor-perl,
 libclass-returnvalue-perl,
 libtext-vfile-asdata-perl
Description: Perl module for manipulating iCalendar (RFC2445) files
 Data::ICal provides an implementation of Perl objects that represent a given
 VCALENDAR object as defined in the iCalendar protocol (RFC 2445, MIME type
 "text/calendar"), as implemented in many popular calendaring programs such as
 Apple's iCal.
 .
 Each Data::ICal object is a collection of "entries", which are objects of a
 subclass of Data::ICal::Entry. The types of entries defined by iCalendar
 (which refers to them as "components") include events, to-do items, journal
 entries, free/busy time indicators and time zone descriptors, but this module
 currently only implements to-do items and events.