File: control

package info (click to toggle)
libfurl-perl 3.13-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 668 kB
  • sloc: perl: 2,188; makefile: 20; sh: 4
file content (45 lines) | stat: -rw-r--r-- 1,328 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
33
34
35
36
37
38
39
40
41
42
43
44
45
Source: libfurl-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: cdbs,
 perl,
 libmodule-build-tiny-perl,
 debhelper,
 dh-buildinfo,
 libclass-accessor-lite-perl,
 libhttp-parser-xs-perl,
 libtest-requires-perl,
 libtest-tcp-perl (>= 2.11),
 libhttp-body-perl,
 libhttp-proxy-perl,
 libplack-perl,
 libtest-fake-httpd-perl,
 libtest-sharedfork-perl,
 liburi-perl,
 libtest-valgrind-perl,
 libplack-middleware-deflater-perl,
 libio-callback-perl,
 starlet,
 libhttp-cookiejar-perl,
 libio-socket-ssl-perl,
 libnet-idn-encode-perl
Standards-Version: 4.1.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libfurl-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libfurl-perl.git
Homepage: https://github.com/tokuhirom/Furl

Package: libfurl-perl
Architecture: all
Depends: ${cdbs:Depends},
 ${misc:Depends},
 ${perl:Depends}
Recommends: ${cdbs:Recommends}
Suggests: ${cdbs:Suggests}
Description: lightning-fast URL fetcher
 Furl is yet another HTTP client library.  LWP is the de facto standard
 HTTP client for Perl 5, but it is too slow for some critical jobs, and
 too complex for weekend hacking.  Furl resolves these issues.  Enjoy
 it!