File: control

package info (click to toggle)
libwhisker2-perl 2.5-1.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,168 kB
  • sloc: perl: 9,119; makefile: 22
file content (32 lines) | stat: -rw-r--r-- 1,018 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
25
26
27
28
29
30
31
32
Source: libwhisker2-perl
Section: perl
Priority: optional
Maintainer: Vincent Bernat <bernat@debian.org>
Build-Depends: perl, debhelper-compat (= 13)
Standards-Version: 4.7.2
Homepage: http://www.wiretrip.net/rfp/lw.asp
Vcs-Browser: https://salsa.debian.org/debian/libwhisker2-perl
Vcs-Git: https://salsa.debian.org/debian/libwhisker2-perl.git

Package: libwhisker2-perl
Architecture: all
Multi-Arch: foreign
Depends:
 perl:any,
 ${perl:Depends},
 ${misc:Depends},
Recommends: libnet-ssleay-perl
Description: Perl module geared for HTTP testing
 This package provides LibWhisker 2 (LW2), a flexible, portable and
 self-contained Perl module implementing fast and small replacements
 to the usual HTTP testing functions, as available in LWP, URI,
 HTML::Parser, MIME::Base64, etc.
 .
 It supports:
    - HTTP 0.9, 1.0, and 1.1;
    - persistent connections (with keep-alives);
    - proxying;
    - anti-IDS features;
    - SSL (through libnet-ssleay-perl);
    - chunked encoding;
    - basic and NTLM authentication.