File: control

package info (click to toggle)
libparallel-iterator-perl 1.00-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 172 kB
  • sloc: perl: 494; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,062 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
Source: libparallel-iterator-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Frank Lichtenheld <djpig@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8~),
               libmodule-build-perl
Build-Depends-Indep: perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libparallel-iterator-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libparallel-iterator-perl.git
Homepage: https://metacpan.org/release/Parallel-Iterator

Package: libparallel-iterator-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: Simple parallel execution
 The standard map() function applies a user supplied transformation function
 to each element in a list, returning a new list containing the transformed
 elements.
 .
 Parallel::Iterator provides a 'parallel map()'. Multiple worker processes are
 forked so that many instances of the transformation function may be executed
 simultaneously.