File: control

package info (click to toggle)
libplack-handler-fcgi-ev-perl 0.01-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 184 kB
  • sloc: perl: 1,556; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,200 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
Source: libplack-handler-fcgi-ev-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)
Build-Depends-Indep: libanyevent-perl,
                     libev-perl,
                     libfcgi-ev-perl,
                     libplack-perl,
                     libtest-requires-perl,
                     perl
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libplack-handler-fcgi-ev-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libplack-handler-fcgi-ev-perl.git
Homepage: https://metacpan.org/release/Plack-Handler-FCGI-EV

Package: libplack-handler-fcgi-ev-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libanyevent-perl,
         libev-perl,
         libfcgi-ev-perl,
         libplack-perl
Description: asynchronous PSGI handler using FCGI::EV
 Plack::Handler::FCGI::EV is an asynchronous PSGI handler using FCGI::EV as
 its backend. It can be used to replace Plack::Handler::FCGI to run
 application using asynchronous EV library.