1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: libsort-naturally-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Pierre Neyron <pierre.neyron@free.fr>
Standards-Version: 3.9.5
Homepage: https://metacpan.org/release/Sort-Naturally
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsort-naturally-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsort-naturally-perl.git
Package: libsort-naturally-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Description: Sort naturally - sort lexically except for numerical parts
Sort::Naturally exports two functions, nsort and ncmp; they are used
in implementing the idea of "natural sorting" algorithm. With that natural
sorting, numeric substrings are compared numerically, and other
word-characters are compared lexically.
|