summaryrefslogtreecommitdiff
path: root/debian/control
blob: 67adea76d642229046ac66a6615e4fb4e65eed5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: liblingua-en-words2nums-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7), perl5, dpkg-dev (>= 1.9.0)
Maintainer: Joey Hess <joeyh@debian.org>
Standards-Version: 3.8.4
Vcs-Git: git://git.kitenet.net/words2nums
Homepage: http://kitenet.net/~joey/code/words2nums/

Package: liblingua-en-words2nums-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: convert English text to numbers
 A perl module that can parse a wide variety of English text
 and deduce the number it represents. For example, it can convert
 "five million, one thousand and sixteen" to 5001016, and 
 "twenty-seventh" to 27.