libiterator-util-perl 0.02+ds1-ok2 source package in openKylin

Changelog

libiterator-util-perl (0.02+ds1-ok2) nile; urgency=medium

  * Re-upload

 -- CI Bot <email address hidden>  Tue, 09 Jul 2024 03:04:00 +0000

Upload details

Uploaded by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main perl
Huanghe V3.0 release main perl
Nile V2.0 release main perl
Nile V2.0 proposed main perl

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libiterator-util-perl_0.02+ds1.orig.tar.gz 11.0 KiB 66c2e4dd4eb9dc27bfce3b195aca56fa35dad143fa61e610031500ff374096fa
libiterator-util-perl_0.02+ds1-ok2.debian.tar.xz 1.4 KiB f194edfb76395c64e9234a2956849cc18002413aec4ef0dec85aef8e58434d34
libiterator-util-perl_0.02+ds1-ok2.dsc 2.0 KiB 240b8ffb8914c1c3c5ff07dcde9344fd3410d13d130480714eb90f1cc6274570

Available diffs

View changes file

Binary packages built by this source

libiterator-util-perl: Useful functions for creating and manipulating iterator objects

 Iterator::Util implements many useful functions for creating and manipulating
 iterator objects.
 .
 An "iterator" is an object, represented as a code block that generates the
 "next value" of a sequence, and generally implemented as a closure. For
 further information, including a tutorial on using iterator objects, see the
 Iterator documentation.