File: control

package info (click to toggle)
libnet-fastcgi-perl 0.14-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 412 kB
  • sloc: perl: 3,585; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,067 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
Source: libnet-fastcgi-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 (>= 10)
Build-Depends-Indep: libtest-exception-perl,
 libtest-hexstring-perl,
 perl (>= 5.15.2)
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-fastcgi-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-fastcgi-perl.git
Homepage: https://metacpan.org/release/Net-FastCGI
Testsuite: autopkgtest-pkg-perl

Package: libnet-fastcgi-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: Perl toolkit to write FastCGI applications
 Net::FastCGI aims to provide a complete API for working with the FastCGI
 protocol.
 .
 The primary goal is to provide a function oriented and object oriented
 API which are not tied to a specific I/O model or framework.
 Secondary goal is to provide higher level tools/API which can be used for
 debugging and interoperability testing.