File: control

package info (click to toggle)
libhttp-parser-perl 0.06-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 80 kB
  • ctags: 11
  • sloc: perl: 168; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 905 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: libhttp-parser-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
 liburi-perl,
 libwww-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>, Ansgar Burchardt <ansgar@debian.org>
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/HTTP-Parser/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhttp-parser-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhttp-parser-perl/

Package: libhttp-parser-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends},
 liburi-perl,
 libwww-perl
Description: module for parsing HTTP requests and responses
 HTTP::Parser is a Perl module for parsing HTTP requests and responses out of
 streams, returning an HTTP::Request or HTTP::Response object as appropriate.
 It also supports HTTP/1.1's chunked encoding.