File: control

package info (click to toggle)
libtext-roman-perl 3.5-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 224 kB
  • sloc: perl: 506; makefile: 5
file content (27 lines) | stat: -rw-r--r-- 1,208 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: libtext-roman-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Gunnar Wolf <gwolf@debian.org>,
           Axel Beckert <abe@debian.org>
Section: perl
Priority: optional
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtext-roman-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtext-roman-perl.git
Homepage: https://metacpan.org/release/Text-Roman
Build-Depends: debhelper (>= 10),
               perl
Testsuite: autopkgtest-pkg-perl

Package: libtext-roman-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: Allows conversion between Roman and Arabic algarisms
 Text::Roman supports both conventional Roman algarisms (which range
 from 1 to 3999) and Milhar Romans, a variation which uses a bar
 across the algarism to indicate multiplication by 1_000. For the
 purposes of this module, acceptable syntax consists of an underscore
 suffixed to the algarism e.g. IV_V = 4_005. The term Milhar
 apparently derives from the Portuguese word for "thousands" and the
 range of this notation extends the range of Roman numbers to 3999 *
 1000 + 3999 = 4_002_999.