File: control

package info (click to toggle)
http-parser 2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 340 kB
  • ctags: 531
  • sloc: ansic: 4,894; makefile: 74
file content (50 lines) | stat: -rw-r--r-- 2,201 bytes parent folder | download | duplicates (2)
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
Source: http-parser
Priority: extra
Maintainer: Praveen Arimbrathodiyil <praveen@debian.org>
Build-Depends: debhelper (>= 9), dh-exec (>=0.3), dpkg-dev (>= 1.16.1~)
Standards-Version: 3.9.4
Section: libs
Homepage: https://github.com/joyent/http-parser
Vcs-Git: git://anonscm.debian.org/collab-maint/http-parser.git
Vcs-Browser: http://anonscm.debian.org/gitweb?p=collab-maint/http-parser.git;a=summary

Package: libhttp-parser-dev
Section: libdevel
Architecture: any
Depends: libhttp-parser2.1 (= ${binary:Version}), ${misc:Depends}
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.

Package: libhttp-parser2.1
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
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-parser2.1-dbg
Architecture: any
Multi-Arch: same
Section: debug
Depends:
    libhttp-parser2.1 (= ${binary:Version}),
    ${misc:Depends}
Description: debugging symbols for libhttp-parser2.1
 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 the debugging symbols for libhttp-parser2.1.