File: control

package info (click to toggle)
libapache-request-perl 1.1-0.1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,312 kB
  • ctags: 184
  • sloc: sh: 6,975; ansic: 1,141; perl: 796; makefile: 55
file content (22 lines) | stat: -rw-r--r-- 769 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: libapache-request-perl
Section: interpreters
Priority: optional
Build-Depends: debhelper (>=3.0.18), perl (>= 5.8.0-10), apache-dev, apache-perl | libapache-mod-perl
Maintainer: Ron Lee <ron@debian.org>
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.