File: control

package info (click to toggle)
libpoe-component-sslify-perl 1.012-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 548 kB
  • ctags: 26
  • sloc: perl: 2,547; xml: 27; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,596 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
33
34
35
36
Source: libpoe-component-sslify-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@debian.org>,
           Martín Ferrari <tincho@debian.org>,
           Jose Luis Rivas <ghostbar38@gmail.com>,
           Damyan Ivanov <dmn@debian.org>,
           Jonathan Yu <jawnsy@cpan.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20140227~),
               libmodule-build-tiny-perl
Build-Depends-Indep: libnet-ssleay-perl,
                     libpoe-perl,
                     libtask-weaken-perl,
                     libtest-failwarnings-perl,
                     netbase,
                     perl,
                     perl (>= 5.19.6) | libtest-simple-perl (>= 1.001002)
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpoe-component-sslify-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpoe-component-sslify-perl.git
Homepage: https://metacpan.org/release/POE-Component-SSLify

Package: libpoe-component-sslify-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libnet-ssleay-perl,
         libpoe-perl,
         libtask-weaken-perl
Description: module for SSL connection handling in POE Components
 POE::Component::SSLify is a POE Component that represents the standard way to
 handle SSL connections for other POE Components. It allows for the creation of
 SSL-wrapped sockets, generally used with POE::Wheel::SocketFactory, which are
 correctly handled by the POE engine.