| 123456789101112131415161718192021222324252627282930313233343536 | 
							- Source: http-parser
 
- Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
 
- Homepage: https://github.com/joyent/http-parser
 
- Standards-Version: 4.1.1
 
- Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/http-parser.git
 
- Vcs-Git: https://anonscm.debian.org/git/collab-maint/http-parser.git
 
- Build-Depends: debhelper (>= 10~),
 
- Priority: optional
 
- Section: libs
 
- Package: libhttp-parser2.8
 
- Architecture: any
 
- Pre-Depends:
 
-     ${misc:Pre-Depends},
 
- Depends: ${misc:Depends}, ${shlibs:Depends},
 
- Multi-Arch: same
 
- Description: parser for HTTP messages written in C
 
-  It parses both requests and responses. The parser is designed to be used in
 
-  performance HTTP applications. It does not make any syscalls nor allocations,
 
-  it does not buffer data, it can be interrupted at anytime. Depending on your
 
-  architecture, it only requires about 40 bytes of data per message stream (in
 
-  a web server that is per connection).
 
- Package: libhttp-parser-dev
 
- Architecture: any
 
- Depends: ${misc:Depends},
 
-     libhttp-parser2.8 (= ${binary:Version}),
 
- Section: libdevel
 
- Description: parser for HTTP messages: development libraries and header files
 
-  It parses both requests and responses. The parser is designed to be used in
 
-  performance HTTP applications. It does not make any syscalls nor allocations,
 
-  it does not buffer data, it can be interrupted at anytime. Depending on your
 
-  architecture, it only requires about 40 bytes of data per message stream (in
 
-  a web server that is per connection).
 
-  .
 
-  This package contains development libraries and header files.
 
 
  |