Source: libnet-ssleay-perl
Section: perl
Priority: optional
Maintainer: OpenKylin Developers  <packaging@list.openkylin.top>
Build-Depends: debhelper-compat (= 13),           
               libscalar-list-utils-perl <!nocheck>,
               libsocket-perl <!nocheck>,
               libssl-dev,
               libtest-pod-perl <!nocheck>,
               libtest-simple-perl <!nocheck>,
               openssl,
               perl-xs-dev,
               perl:native
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-ssleay-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-ssleay-perl.git
Homepage: https://metacpan.org/release/Net-SSLeay
Rules-Requires-Root: no


Package: libnet-ssleay-perl
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Description: Perl module for Secure Sockets Layer (SSL)
 Net::SSLeay is a perl module that allows you to call Secure Sockets Layer
 (SSL) functions of the SSLeay library directly from your perl scripts. It
 is useful if you want to program robots that access secure web servers or
 if you want to build your own applications over SSL encrypted tunnels. If
 you just want to view web pages on https servers, you do not need this -
 your web browser already knows to do that.

