File: control

package info (click to toggle)
libpoe-component-server-simplehttp-perl 2.22-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 384 kB
  • ctags: 152
  • sloc: perl: 2,715; makefile: 2
file content (42 lines) | stat: -rw-r--r-- 1,844 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
33
34
35
36
37
38
39
40
41
42
Source: libpoe-component-server-simplehttp-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Antonio Radici <antonio@dyne.org>,
           Ryan Niebur <ryan@debian.org>,
           Jonathan Yu <jawnsy@cpan.org>,
           Fabrizio Regalli <fabreg@fabreg.it>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libipc-shareable-perl,
                     libmoose-perl,
                     libmoosex-poe-perl,
                     libpoe-component-client-http-perl,
                     libpoe-component-sslify-perl,
                     libpoe-filter-http-parser-perl,
                     libpoe-perl,
                     libtest-pod-perl,
                     libtest-poe-client-tcp-perl,
                     libwww-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpoe-component-server-simplehttp-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libpoe-component-server-simplehttp-perl.git
Homepage: https://metacpan.org/release/POE-Component-Server-SimpleHTTP

Package: libpoe-component-server-simplehttp-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libmoose-perl,
         libmoosex-poe-perl,
         libpoe-perl,
         libwww-perl
Suggests: libipc-shareable-perl,
          libpoe-component-sslify-perl
Description: simple HTTP server for POE
 POE::Component::Server::SimpleHTTP is Perl extension to easily serve HTTP
 requests within the POE framework. It also includes support for secure
 connections via SSL if POE::Component::SSLify (libpoe-component-sslify-perl),
 and pre-forking if IPC::Shareable (libipc-shareable-perl) are available.