File: control

package info (click to toggle)
libhttp-server-simple-cgi-prefork-perl 6-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 140 kB
  • sloc: perl: 282; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,376 bytes parent folder | download
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
32
Source: libhttp-server-simple-cgi-prefork-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libhttp-server-simple-perl,
                     libio-socket-inet6-perl,
                     libnet-server-perl,
                     libnet-ssleay-perl,
                     libsocket6-perl,
                     perl
Standards-Version: 3.9.8
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhttp-server-simple-cgi-prefork-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhttp-server-simple-cgi-prefork-perl.git
Homepage: https://metacpan.org/release/HTTP-Server-Simple-CGI-PreFork

Package: libhttp-server-simple-cgi-prefork-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libhttp-server-simple-perl,
         libio-socket-inet6-perl,
         libnet-server-perl,
         libnet-ssleay-perl,
         libsocket6-perl
Description: module to make HTTP::Server::Simple::CGI preforking and turn on SSL
 HTTP::Server::Simple::CGI::PreFork extends HTTP::Server::Simple::CGI to handle
 multiple connections at once and also enables SSL.
 .
 HTTP::Server::Simple::CGI::PreFork should be fully IPv6 compliant.