File: control

package info (click to toggle)
libsort-naturally-perl 1.03-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 104 kB
  • sloc: perl: 170; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,004 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
Source: libsort-naturally-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@debian.org>
Section: perl
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libsort-naturally-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libsort-naturally-perl.git
Homepage: https://metacpan.org/release/Sort-Naturally

Package: libsort-naturally-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Multi-Arch: foreign
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.