File: control

package info (click to toggle)
libapache-request-perl 1.33-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,556 kB
  • ctags: 202
  • sloc: sh: 8,329; ansic: 1,289; perl: 298; makefile: 54
file content (23 lines) | stat: -rw-r--r-- 804 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
Source: libapache-request-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>=4.0.2), perl (>= 5.8.0-10), apache-dev, apache-perl | libapache-mod-perl
Maintainer: Ron Lee <ron@debian.org>
Uploaders: Ivan Kohler <ivan-debian@420.am>
Standards-Version: 3.5.9

Package: libapache-request-perl
Architecture: any
Depends: ${perl:Depends}, libapache-mod-perl
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.