File: control

package info (click to toggle)
libanyevent-fcgi-perl 0.04-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 76 kB
  • sloc: perl: 314; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 918 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
Source: libanyevent-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: perl,
 libanyevent-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libanyevent-fcgi-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libanyevent-fcgi-perl.git
Homepage: https://metacpan.org/release/AnyEvent-FCGI
Testsuite: autopkgtest-pkg-perl

Package: libanyevent-fcgi-perl
Architecture: all
Depends: ${misc:Depends},
 ${perl:Depends},
 libanyevent-perl
Description: Perl non-blocking FastCGI server
 AnyEvent offers module authors the ability to do event programming using
 different event implementation.
 .
 AnyEvent::FCGI implements non-blocking FastCGI server based on AnyEvent for
 event based applications.