File: control

package info (click to toggle)
libsort-key-perl 1.33-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 348 kB
  • sloc: perl: 493; ansic: 212; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 977 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
Source: libsort-key-perl
Section: perl
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Build-Depends: debhelper (>= 10),
 perl
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libsort-key-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libsort-key-perl.git
Homepage: https://metacpan.org/release/Sort-Key

Package: libsort-key-perl
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
Description: module to sort a list of values by a calculated key
 Sort::Key claims to be the fastest way to sort anything in Perl. It
 provides a set of functions to sort lists of values by some calculated
 key value.  Multikey sorting functionality is also provided via the
 companion modules Sort::Key::Multi, Sort::Key::Maker and
 Sort::Key::Register.