File: control

package info (click to toggle)
libio-socket-socks-perl 0.74-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 344 kB
  • ctags: 136
  • sloc: perl: 2,904; makefile: 14
file content (23 lines) | stat: -rw-r--r-- 1,023 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
Source: libio-socket-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
Standards-Version: 4.1.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libio-socket-socks-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libio-socket-socks-perl.git
Homepage: https://metacpan.org/release/IO-Socket-Socks

Package: libio-socket-socks-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends}
Description: extension to IO::Socket providing SOCKS proxy
 IO::Socket::Socks connects to a SOCKS proxy, tells it to open a
 connection to a remote host/port when the object is created.  The
 object you receive can be used directly as a socket for sending and
 receiving data from the remote host. In addition to create socks client
 this module could be used to create socks server.