libarray-intspan-perl/debian/control

27 lines
1.0 KiB
Plaintext

Source: libarray-intspan-perl
Section: perl
Priority: optional
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
Build-Depends: debhelper-compat (=12)
Build-Depends-Indep: perl
Testsuite: autopkgtest-pkg-perl
Standards-Version: 4.5.0
Vcs-Browser: https://gitee.com/openkylin/libarray-intspan-perl
Vcs-Git: https://gitee.com/openkylin/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.