File: control

package info (click to toggle)
libsort-naturally-perl 1.03-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 104 kB
  • ctags: 7
  • sloc: perl: 170; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 927 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
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.