File: control

package info (click to toggle)
libapreq2-perl 2.04-dev-1sarge2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,700 kB
  • ctags: 1,508
  • sloc: sh: 8,103; ansic: 5,557; perl: 2,842; cpp: 1,052; makefile: 234
file content (22 lines) | stat: -rw-r--r-- 979 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
Source: libapreq2-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 4.0.2), apache2-threaded-dev (>= 2.0.50-10) | apache2-prefork-dev (>= 2.0.50-10), libapr0-dev (>= 2.0.50-10), libextutils-xsbuilder-perl, perl (>= 5.8.0-7), libapache2-mod-perl2 (>= 1.99.14-4), libapache2-mod-perl2-dev
Maintainer: Steinar H. Gunderson <sesse@debian.org>
Standards-Version: 3.6.1

Package: libapache2-request-perl
Architecture: any
Depends: apache2-common (>= 2.0.46), ${perl:Depends}, ${shlibs:Depends}, libapache2-mod-perl2 (>= 1.99.14-3)
Description: generic Apache request library
 This package contains modules for manipulating client request data via
 the Apache API with Perl and C.  Functionality includes:
 .
  - parsing of application/x-www-form-urlencoded data
  - parsing of multipart/form-data
  - parsing of HTTP Cookies
 .
 The Perl modules are simply a thin XS layer on top of libapreq,
 making them a lighter and faster alternative to CGI.pm and
 CGI::Cookie.