File: control

package info (click to toggle)
libarray-intspan-perl 2.004-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 216 kB
  • sloc: perl: 521; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,134 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
Source: libarray-intspan-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominique Dumont <dod@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: perl
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libarray-intspan-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libarray-intspan-perl.git
Homepage: https://metacpan.org/release/Array-IntSpan

Package: libarray-intspan-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Multi-Arch: foreign
Description: Handles arrays of scalars or objects using integer ranges as index
 Array::IntSpan brings the speed advantages of Set::IntSpan to
 arrays. Uses include manipulating grades, routing tables, or any other
 situation where you have mutually exclusive ranges of integers that
 map to given values.
 .
 Array::IntSpan is also able to consolidate ranges
 by comparing the adjacent values of the range. If 2 adjacent values
 are identical, the 2 adjacent ranges are merged.