File: control

package info (click to toggle)
libhash-ordered-perl 0.014-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 260 kB
  • sloc: perl: 710; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,518 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
27
28
29
30
31
32
33
Source: libhash-ordered-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libscalar-list-utils-perl <!nocheck>,
                     libtest-deep-perl <!nocheck>,
                     libtest-failwarnings-perl <!nocheck>,
                     libtest-fatal-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     perl
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhash-ordered-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhash-ordered-perl.git
Homepage: https://metacpan.org/release/Hash-Ordered
Rules-Requires-Root: no

Package: libhash-ordered-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: Perl ordered hash class implementation
 Hash::Ordered implements an ordered hash, meaning that it associates keys
 with values like a Perl hash, but keeps the keys in a consistent order.
 Because it is implemented as an object and manipulated with method calls, it
 is much slower than a Perl hash. This is the cost of keeping order.
 .
 However, compared to other ordered hash implementations, Hash::Ordered is
 optimized for getting and setting individual elements and is generally faster
 at most other tasks as well. For specific details, see
 Hash::Ordered::Benchmarks.