File: control

package info (click to toggle)
libanyevent-http-scopedclient-perl 0.0.5-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 104 kB
  • sloc: perl: 139; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,286 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
Source: libanyevent-http-scopedclient-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: perl,
                     libanyevent-perl,
                     libanyevent-http-perl,
                     libmoose-perl,
                     liburi-perl,
                     libhttp-message-perl,
                     libnamespace-autoclean-perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libanyevent-http-scopedclient-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libanyevent-http-scopedclient-perl.git
Homepage: https://metacpan.org/release/AnyEvent-HTTP-ScopedClient

Package: libanyevent-http-scopedclient-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libanyevent-http-perl,
         libmoose-perl,
         liburi-perl,
         libhttp-message-perl,
         libnamespace-autoclean-perl
Description: AnyEvent::HTTP based scoped client
 AnyEvent::HTTP::ScopedClient is based on the Node.js Scoped-http-client.
 This module provides a simple wrapper around the AnyEvent::HTTP for using
 a easy event based HTTP client in Perl.