File: control

package info (click to toggle)
libmojo-server-fastcgi-perl 0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 120 kB
  • sloc: perl: 356; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 992 bytes parent folder | download
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: 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>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
 libmojolicious-perl (>= 2.0)
Standards-Version: 3.9.2
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmojo-server-fastcgi-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libmojo-server-fastcgi-perl.git
Homepage: http://search.cpan.org/dist/Mojo-Server-FastCGI/

Package: libmojo-server-fastcgi-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libmojolicious-perl (>= 2.0)
Replaces: libmojolicious-perl (<< 1.98~)
Breaks: libmojolicious-perl (<< 1.98~)
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.