File: control

package info (click to toggle)
libnet-async-fastcgi-perl 0.25-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 276 kB
  • sloc: perl: 2,133; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,573 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
35
Source: libnet-async-fastcgi-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Xavier Guimard <x.guimard@free.fr>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10),
               libmodule-build-perl
Build-Depends-Indep: libhttp-message-perl,
                     libio-async-perl,
                     libnet-fastcgi-perl,
                     libtest-hexstring-perl,
                     libtest-identity-perl,
                     libtest-refcount-perl,
                     perl
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-async-fastcgi-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-async-fastcgi-perl.git
Homepage: https://metacpan.org/release/Net-Async-FastCGI

Package: libnet-async-fastcgi-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libhttp-message-perl,
         libio-async-perl,
         libnet-fastcgi-perl
Description: FastCGI engine using IO::Async
 Net::Async::FastCGI allows a program to respond asynchronously to FastCGI
 requests, as part of a program based on IO::Async. An object in this class
 represents a single FastCGI responder that the webserver is configured to
 communicate with. It can handle multiple outstanding requests at a time,
 responding to each as data is provided by the program. Individual outstanding
 requests that have been started but not yet finished, are represented by
 instances of Net::Async::FastCGI::Request.