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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
|
Source: libapreq2
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9), apache2-dev (>= 2.0.50-10), dh-apache2, libapr1-dev, libextutils-xsbuilder-perl, perl (>= 5.8.0-7), libapache2-mod-perl2 (>= 2.0.2-2.1), libapache2-mod-perl2-dev, dpkg-dev (>= 1.16.1~), autotools-dev
Maintainer: Steinar H. Gunderson <sesse@debian.org>
Standards-Version: 3.9.5
Package: libapache2-mod-apreq2
Section: web
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libapreq2-3 (=${binary:Version}), apache2-api-20120211
Replaces: libapreq2 (<< 2.05-dev-5), libapache2-request-perl (<< 2.05-dev-3)
Description: generic Apache request library - Apache module
The generic Apache request library (APR) contains modules for manipulating
client request data with the Apache API from Perl and C. Functionality
includes:
.
- parsing of application/x-www-form-urlencoded data
- parsing of multipart/form-data
- parsing of HTTP Cookies
.
This package contains the Apache module itself.
Package: libapreq2-3
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: libapache2-mod-apreq2
Replaces: libapache2-request-perl (<< 2.05-dev-3), libapreq2 (<< 2.13-2~)
Conflicts: libapreq2 (<< 2.13-2~)
Description: generic Apache request library
The generic Apache request library (APR) contains modules for manipulating
client request data with the Apache API from Perl and C. Functionality
includes:
.
- parsing of application/x-www-form-urlencoded data
- parsing of multipart/form-data
- parsing of HTTP Cookies
.
This package contains the main library.
Package: libapreq2-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libapreq2-3 (=${binary:Version}), libapr1-dev
Recommends: libapreq2-doc (=${binary:Version})
Replaces: libapache2-request-perl (<< 2.05-dev-3)
Description: generic Apache request library - development files
The generic Apache request library (APR) contains modules for manipulating
client request data with the Apache API from Perl and C. Functionality
includes:
.
- parsing of application/x-www-form-urlencoded data
- parsing of multipart/form-data
- parsing of HTTP Cookies
.
This package contains the development library and C headers required for
compiling programs against the library.
Package: libapreq2-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Recommends: libapreq2-dev (=${binary:Version})
Description: generic Apache request library - documentation
The generic Apache request library (APR) contains modules for manipulating
client request data with the Apache API from Perl and C. Functionality
includes:
.
- parsing of application/x-www-form-urlencoded data
- parsing of multipart/form-data
- parsing of HTTP Cookies
.
This package contains the programming documentation for the library.
Package: libapache2-request-perl
Section: perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, libapache2-mod-perl2 (>= 1.99.23-1), libapreq2-3 (=${binary:Version}), libapache2-mod-apreq2 (=${binary:Version})
Description: generic Apache request library - Perl modules
The generic Apache request library (APR) contains modules for manipulating
client request data with the Apache API from Perl and C. Functionality
includes:
.
- parsing of application/x-www-form-urlencoded data
- parsing of multipart/form-data
- parsing of HTTP Cookies
.
This package contains the Perl bindings, which are simply a thin XS layer on
top of libapreq, making them a lighter and faster alternative to CGI.pm and
CGI::Cookie.
|