File: control

package info (click to toggle)
libdate-calc-xs-perl 6.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 792 kB
  • sloc: perl: 7,397; ansic: 2,604; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,276 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
Source: libdate-calc-xs-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: perl-xs-dev,
               perl:native,
               debhelper-compat (= 13),
               libbit-vector-perl,
               libcarp-clan-perl,
               libdate-calc-perl,
               libtest-exception-perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdate-calc-xs-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdate-calc-xs-perl.git
Homepage: https://metacpan.org/release/Date-Calc-XS

Package: libdate-calc-xs-perl
Architecture: any
Depends: ${perl:Depends},
         ${shlibs:Depends},
         ${misc:Depends},
         libbit-vector-perl,
         libcarp-clan-perl,
         libdate-calc-perl
Multi-Arch: same
Description: Perl library for accessing dates
 Date::Calc::XS is a C/XS-based implementation of the Date::Calc Perl module.
 It interfaces with a C library to provide a wide variety of calculations
 based on the Gregorian calendar. This package is never used directly. See
 Date::Calc's documentation (libdate-calc-perl) for usage details.