File: control

package info (click to toggle)
liblwp-protocol-socks-perl 1.7-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 96 kB
  • sloc: perl: 140; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,429 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
Source: liblwp-protocol-socks-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Pierre Neyron <pierre.neyron@free.fr>,
           Ansgar Burchardt <ansgar@debian.org>,
           gregor herrmann <gregoa@debian.org>,
           Fabrizio Regalli <fabreg@fabreg.it>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libio-socket-socks-perl (>= 0.2),
                     libio-socket-ssl-perl,
                     liburi-perl,
                     libwww-perl,
                     liblwp-protocol-https-perl,
                     perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblwp-protocol-socks-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblwp-protocol-socks-perl.git
Homepage: https://metacpan.org/release/LWP-Protocol-socks

Package: liblwp-protocol-socks-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libio-socket-socks-perl (>= 0.2),
         libio-socket-ssl-perl,
         liburi-perl,
         libwww-perl,
         liblwp-protocol-https-perl
Description: SOCKS proxy support for LWP
 LWP::Protocol::socks implements the SOCKS protocol for Perl WWW library. It
 provides the essential hooks into the LWP system to add the capability to
 setup a LWP::UserAgent to use a SOCKS proxy the same way as already possible
 for a HTTP proxy.