File: control

package info (click to toggle)
libfcgi-engine-perl 0.22-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 368 kB
  • sloc: perl: 3,226; makefile: 2
file content (49 lines) | stat: -rw-r--r-- 2,001 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Source: libfcgi-engine-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: libcgi-simple-perl,
                     libclass-load-perl,
                     libconfig-any-perl,
                     libdeclare-constraints-simple-perl,
                     libfcgi-perl,
                     libfcgi-client-perl,
                     libio-string-perl,
                     libmoose-perl,
                     libmoosex-daemonize-perl,
                     libmoosex-getopt-perl,
                     libmoosex-nonmoose-perl,
                     libmoosex-types-path-class-perl,
                     libplack-perl,
                     libtest-exception-perl,
                     libtest-www-mechanize-perl,
                     libyaml-libyaml-perl,
                     perl
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libfcgi-engine-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libfcgi-engine-perl.git
Homepage: https://metacpan.org/release/FCGI-Engine

Package: libfcgi-engine-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcgi-simple-perl,
         libclass-load-perl,
         libconfig-any-perl,
         libdeclare-constraints-simple-perl,
         libfcgi-perl,
         libmoose-perl,
         libmoosex-daemonize-perl,
         libmoosex-getopt-perl,
         libmoosex-nonmoose-perl,
         libmoosex-types-path-class-perl
Recommends: libplack-perl
Description: flexible engine for running FCGI-based applications
 FCGI::Engine helps manage FCGI based web applications by providing a wrapper
 which handles most of the low-level FCGI details for you. It can run FCGI
 programs as simple scripts or as full standalone socket based servers who are
 managed by FCGI::Engine::ProcManager.