File: control

package info (click to toggle)
libical-parser-perl 1.21-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 620 kB
  • sloc: perl: 299; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,327 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: libical-parser-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: David Bremner <bremner@unb.ca>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl
Build-Depends-Indep: perl,
                     libfreezethaw-perl,
                     libio-string-perl,
                     libdatetime-format-ical-perl,
                     libtext-vfile-asdata-perl
Standards-Version: 3.9.8
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libical-parser-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libical-parser-perl.git
Homepage: https://metacpan.org/release/iCal-Parser

Package: libical-parser-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libio-string-perl,
         libdatetime-format-ical-perl,
         libtext-vfile-asdata-perl
Description: module to parse iCalendar files into a data structure
 iCal::Parser is a Perl module that processes iCalendar (vCalendar 2.0) files
 as specified in RFC 2445 into a Perl data structure. It handles several key
 features, including recurrences, exclusions, event updates and nested data
 structures (attendees and valarms).