File: control

package info (click to toggle)
libperlbal-xs-httpheaders-perl 0.20-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 188 kB
  • sloc: cpp: 500; perl: 110; pascal: 69; makefile: 3
file content (33 lines) | stat: -rw-r--r-- 1,509 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
25
26
27
28
29
30
31
32
33
Source: libperlbal-xs-httpheaders-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libperlbal-perl <!nocheck>,
               perl-xs-dev,
               perl:native
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libperlbal-xs-httpheaders-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libperlbal-xs-httpheaders-perl.git
Homepage: https://metacpan.org/release/Perlbal-XS-HTTPHeaders
Rules-Requires-Root: no

Package: libperlbal-xs-httpheaders-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
         libperlbal-perl
Description: Perlbal extension for processing HTTP headers faster
 Perlbal::XS::HTTPHeaders is used to read HTTP headers from a string and to
 parse them into an internal storage format for easy access and modification.
 You can also ask the module to reconstitute the headers into one big string,
 useful if you're writing a proxy and need to read and write headers while
 maintaining the ability to modify individual parts of the whole.
 .
 The goal is to be fast. This is a lot faster than doing all of the text
 processing in Perl directly, and a lot of the flexibility of Perl is
 maintained by implementing the library in Perl and descending from
 Perlbal::HTTPHeaders.