File: control

package info (click to toggle)
libnet-socks-perl 0.03-15
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 176 kB
  • ctags: 7
  • sloc: perl: 86; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 921 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 (>= 9)
Build-Depends-Indep: perl,
                     libnet-dns-perl
Standards-Version: 4.1.0
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libnet-socks-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-socks-perl.git
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.