File: control

package info (click to toggle)
libplack-handler-anyevent-fcgi-perl 0.01-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 180 kB
  • ctags: 125
  • sloc: perl: 1,505; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,203 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
Source: libplack-handler-anyevent-fcgi-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Xavier Guimard <x.guimard@free.fr>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libanyevent-fcgi-perl,
                     libio-handle-util-perl,
                     libplack-perl,
                     libtest-requires-perl,
                     perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libplack-handler-anyevent-fcgi-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libplack-handler-anyevent-fcgi-perl.git
Homepage: https://metacpan.org/release/Plack-Handler-AnyEvent-FCGI
Testsuite: autopkgtest-pkg-perl

Package: libplack-handler-anyevent-fcgi-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libanyevent-fcgi-perl,
         libio-handle-util-perl,
         libplack-perl
Description: asynchronous FCGI handler for PSGI using AnyEvent::FCGI
 Plack::Handler::AnyEvent::FCGI is a PSGI adapter for AnyEvent::FCGI
 allowing AnyEvent based non-blocking applications running behind a
 web server using FastCGI as a protocol.