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
|
Source: libmojo-server-fastcgi-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
Florian Schlichting <fsfs@debian.org>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
libfile-slurp-perl,
libmojolicious-perl (>= 3.21)
Standards-Version: 4.1.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmojo-server-fastcgi-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmojo-server-fastcgi-perl.git
Homepage: https://metacpan.org/release/Mojo-Server-FastCGI
Testsuite: autopkgtest-pkg-perl
Package: libmojo-server-fastcgi-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libmojolicious-perl (>= 3.21)
Description: Mojolicious FastCGI Server
Mojo::Server::FastCGI is a portable pure-Perl FastCGI implementation as
described in the FastCGI Specification.
.
Mojolicious::Command::fastcgi is a command interface to
Mojo::Server::FastCGI.
|