File: control

package info (click to toggle)
liblingua-en-number-isordinal-perl 0.05-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 120 kB
  • sloc: perl: 111; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,160 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
Source: liblingua-en-number-isordinal-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: liblingua-en-findnumber-perl,
 libtest-fatal-perl,
 libtry-tiny-perl,
 perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liblingua-en-number-isordinal-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblingua-en-number-isordinal-perl.git
Homepage: https://metacpan.org/release/Lingua-EN-Number-IsOrdinal
Testsuite: autopkgtest-pkg-perl

Package: liblingua-en-number-isordinal-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 liblingua-en-findnumber-perl
Description: module for detecting English ordinal numbers
 Lingua::EN::Number::IsOrdinal will tell you if a number, either in words or
 as digits, is a cardinal or ordinal number
 <http://www.ego4u.com/en/cram-up/vocabulary/numbers/ordinal>.
 .
 This is useful if you e.g. want to distinguish these types of numbers found
 with Lingua::EN::FindNumber and take different actions.