File: control

package info (click to toggle)
libdatetime-format-ical-perl 0.09-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 148 kB
  • ctags: 12
  • sloc: perl: 692; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,340 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: libdatetime-format-ical-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ryan Niebur <ryan@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
               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://anonscm.debian.org/cgit/pkg-perl/packages/libdatetime-format-ical-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/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.