File: control

package info (click to toggle)
libdatetime-format-ical-perl 0.09-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 144 kB
  • sloc: perl: 692; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,313 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: libdatetime-format-ical-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libdatetime-event-ical-perl,
                     libdatetime-perl,
                     libdatetime-set-perl,
                     libdatetime-timezone-perl,
                     libparams-validate-perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdatetime-format-ical-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdatetime-format-ical-perl.git
Homepage: https://metacpan.org/release/DateTime-Format-ICal

Package: libdatetime-format-ical-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdatetime-event-ical-perl,
         libdatetime-perl,
         libdatetime-set-perl,
         libdatetime-timezone-perl,
         libparams-validate-perl
Description: Perl module to parse and format iCal datetime and duration strings
 DateTime::Format::ICal understands the ICal date/time and duration formats,
 as defined in RFC 2445. It can be used to parse these formats in order to
 create the appropriate objects.