libarray-intspan-perl 2.004-ok2 source package in openKylin
Changelog
libarray-intspan-perl (2.004-ok2) yangtze; urgency=medium * Modify debian/control. -- denghao <email address hidden> Fri, 16 Sep 2022 05:29:21 +0300
libarray-intspan-perl (2.004-ok2) yangtze; urgency=medium * Modify debian/control. -- denghao <email address hidden> Fri, 16 Sep 2022 05:29:21 +0300
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | perl | |
Huanghe V3.0 | release | main | perl | |
Nile V2.0 | proposed | main | perl | |
Nile V2.0 | release | main | perl | |
Yangtze V1.0 | release | main | perl | |
Yangtze V1.0 | proposed | main | perl |
File | Size | SHA-256 Checksum |
---|---|---|
libarray-intspan-perl_2.004.orig.tar.gz | 19.6 KiB | 4dcd17afce0955ee6b2a9bdd6e06669b9fa1daca161e11b4808f0e33a0ce0c99 |
libarray-intspan-perl_2.004-ok2.debian.tar.xz | 4.8 KiB | f2eb171d9dd97b17b09827a175e9ef86b7f123dd3e58d9bffdc19f719447f13d |
libarray-intspan-perl_2.004-ok2.dsc | 1.8 KiB | 3da53c4ad98bd3cdc038890f2ad510de2b1ff9ccd154150560f1f23fd43a2182 |
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.