File: control

package info (click to toggle)
libnet-socks-perl 0.03-17
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 176 kB
  • sloc: perl: 86; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 929 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
Source: libnet-socks-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: perl,
                     libnet-dns-perl
Standards-Version: 4.1.3
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-socks-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-socks-perl
Homepage: https://metacpan.org/release/SOCKS

Package: libnet-socks-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libnet-dns-perl
Enhances: elza
Description: Perl module providing an API to communicate with SOCKS servers
 Net::SOCKS is a SOCKS client module that can communicate with SOCKS v4 and v5
 servers. It currently allows you to make outgoing and incoming TCP
 connections.