File: control

package info (click to toggle)
libnumber-recordlocator-perl 0.005-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 132 kB
  • ctags: 98
  • sloc: perl: 1,076; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 963 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
Source: libnumber-recordlocator-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Christine Spang <christine@debian.org>
Standards-Version: 3.8.2
Homepage: http://search.cpan.org/dist/Number-RecordLocator/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnumber-recordlocator-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnumber-recordlocator-perl

Package: libnumber-recordlocator-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: Perl module that encodes integers into a short "locator string"
 Number::RecordLocator encodes integers into a 32 character "alphabet"
 designed to be short and easy to read and pronounce. The encoding maps:
 .
     0 to O
     1 to I
     S to F
     B to P
 .
 With a 32 bit encoding, you can map 33.5 million unique ids into a 5
 character code.