File: control

package info (click to toggle)
libiterator-util-perl 0.02%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 136 kB
  • ctags: 12
  • sloc: perl: 234; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,233 bytes parent folder | download | duplicates (2)
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
28
29
Source: libiterator-util-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Axel Beckert <abe@debian.org>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libexception-class-perl (>= 1.21),
                     libiterator-perl (>= 0.01),
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libiterator-util-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libiterator-util-perl.git
Homepage: https://metacpan.org/release/Iterator-Util
Testsuite: autopkgtest-pkg-perl

Package: libiterator-util-perl
Architecture: all
Depends: libexception-class-perl (>= 1.21),
         libiterator-perl (>= 0.01),
         ${misc:Depends},
         ${perl:Depends}
Description: 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.