File: control

package info (click to toggle)
libparallel-prefork-perl 0.17-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 192 kB
  • ctags: 143
  • sloc: perl: 1,759; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,240 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
30
31
Source: libparallel-prefork-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominic Hargreaves <dom@earth.li>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libclass-accessor-lite-perl,
                     liblist-moreutils-perl,
                     libproc-wait3-perl,
                     libscope-guard-perl,
                     libsignal-mask-perl,
                     libtest-requires-perl,
                     libtest-sharedfork-perl,
                     perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libparallel-prefork-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libparallel-prefork-perl.git
Homepage: https://metacpan.org/release/Parallel-Prefork

Package: libparallel-prefork-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclass-accessor-lite-perl,
         liblist-moreutils-perl,
         libproc-wait3-perl,
         libscope-guard-perl,
         libsignal-mask-perl
Description: simple prefork server framework
 Parallel::Prefork is much like Parallel::ForkManager, but supports graceful
 shutdown and run-time reconfiguration.