File: control

package info (click to toggle)
libparallel-runner-perl 0.013-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 128 kB
  • sloc: perl: 491; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,122 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
Source: libparallel-runner-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Xavier Guimard <x.guimard@free.fr>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8),
               libmodule-build-perl (>= 0.400000)
Build-Depends-Indep: libchild-perl,
                     libtest-exception-lessclever-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libparallel-runner-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libparallel-runner-perl.git
Homepage: https://metacpan.org/release/Parallel-Runner
Testsuite: autopkgtest-pkg-perl

Package: libparallel-runner-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libchild-perl
Description: Perl module to manage running things in parallel processes
 Parallel::Runner is a super specialised parallel task manager. You create
 the object with a process limit and callbacks for what to do while waiting for
 a free process slot, as well as a callback for what a process should do just
 before exiting.