File: control

package info (click to toggle)
libhttp-server-simple-cgi-prefork-perl 6-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 152 kB
  • sloc: perl: 282; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,368 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
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 (>= 9)
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://anonscm.debian.org/cgit/pkg-perl/packages/libhttp-server-simple-cgi-prefork-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/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.