libarray-intspan-perl 2.004-ok1 source package in openKylin

Changelog

libarray-intspan-perl (2.004-ok1) yangtze; urgency=low

  * Build for openkylin.

 -- denghao <email address hidden>  Mon, 29 Aug 2022 05:37:39 +0300

Upload details

Uploaded by:
denghao
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Low Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libarray-intspan-perl_2.004.orig.tar.gz 19.6 KiB 4dcd17afce0955ee6b2a9bdd6e06669b9fa1daca161e11b4808f0e33a0ce0c99
libarray-intspan-perl_2.004-ok1.debian.tar.xz 4.8 KiB a62315b9fe84775f0d8241fe3b9459f81c8967799797f6b271acc6c1e8b70324
libarray-intspan-perl_2.004-ok1.dsc 1.9 KiB 6ceb471396d921fd7aff726d88c217822cb1debd11610e2e6046c3b27741a09a

Available diffs

View changes file

Binary packages built by this source

libarray-intspan-perl: 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.