File: control

package info (click to toggle)
libtie-array-sorted-perl 1.41-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 84 kB
  • ctags: 28
  • sloc: perl: 110; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 910 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: libtie-array-sorted-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
 libtest-pod-perl, libtest-pod-coverage-perl
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/Tie-Array-Sorted
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtie-array-sorted-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtie-array-sorted-perl.git
Testsuite: autopkgtest-pkg-perl

Package: libtie-array-sorted-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: Perl array which is kept sorted
 Tie::Array::Sorted presents an ordinary array, but it is kept sorted. All
 pushes and unshifts cause the elements in question to be inserted in the
 appropriate location to maintain order.