File: control

package info (click to toggle)
libyahc-perl 0.035-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 440 kB
  • sloc: perl: 3,661; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 1,645 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
Source: libyahc-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Andrius Merkys <merkys@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: libev-perl <!nocheck>,
                     libio-socket-ssl-perl <!nocheck>,
                     libjson-perl <!nocheck>,
                     libplack-perl <!nocheck>,
                     libtest-exception-perl <!nocheck>,
                     libtest-memory-cycle-perl <!nocheck>,
                     perl,
                     starman <!nocheck>
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libyahc-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libyahc-perl.git
Homepage: https://metacpan.org/release/YAHC

Package: libyahc-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libev-perl,
         libio-socket-ssl-perl
Description: Yet another HTTP client
 YAHC is fast & minimal low-level asynchronous HTTP client intended to be used
 where you control both the client and the server. Is especially suits cases
 where set of requests need to be executed against group of machines.
 .
 It is NOT a general HTTP user agent, it doesn't support redirects, proxies
 and any number of other advanced HTTP features like (in roughly descending
 order of feature completeness) LWP::UserAgent, WWW::Curl, HTTP::Tiny,
 HTTP::Lite or Furl. YAHC is basically one step above manually talking HTTP
 over sockets.
 .
 YAHC supports SSL and socket reuse (latter is in experimental mode).