File: control

package info (click to toggle)
libcgi-psgi-perl 0.15-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 220 kB
  • sloc: perl: 1,586; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 929 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
Source: libcgi-psgi-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominic Hargreaves <dom@earth.li>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13), libmodule-install-perl
Build-Depends-Indep: perl,
                     libcgi-pm-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcgi-psgi-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcgi-psgi-perl
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/CGI-PSGI

Package: libcgi-psgi-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         perl,
         libcgi-pm-perl
Description: Adapt CGI.pm to the PSGI protocol
 CGI::PSGI is for web application framework developers who currently use CGI
 to handle query parameters, and would like the frameworks to comply with
 the PSGI protocol.