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
|
Source: libevhtp
Section: libs
Priority: optional
Maintainer: Vincent Bernat <bernat@debian.org>
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9),
cmake,
libevent-dev,
libonig-dev,
libssl1.0-dev | libssl-dev (<< 1.1.0~),
doxygen
Homepage: https://github.com/ellzey/libevhtp
Vcs-Git: https://alioth.debian.org/anonscm/git/collab-maint/libevhtp.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/libevhtp.git
Package: libevhtp0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Libevent based HTTP API
Libevent's http interface was created as a JIT server, never meant to
be a full-fledged HTTP service. This library attempts to improve on
that with the following features:
.
+ design as a fully functional HTTP server
+ HTTP parser able to process data with a low memory footprint
+ use of regular expressions for routing
+ out-of-the box HTTPS server
.
This package contains the runtime library.
Package: libevhtp-dev
Section: libdevel
Architecture: any
Depends: libevhtp0 (= ${binary:Version}), libonig-dev, ${misc:Depends}
Suggests: libevhtp-doc
Description: Libevent based HTTP API - development files
Libevent's http interface was created as a JIT server, never meant to
be a full-fledged HTTP service. This library attempts to improve on
that.
.
This package contains the development library.
Package: libevhtp0-dbg
Architecture: any
Multi-Arch: same
Section: debug
Priority: extra
Depends: libevhtp0 (= ${binary:Version}), ${misc:Depends}
Description: Libevent based HTTP API - debugging symbols
Libevent's http interface was created as a JIT server, never meant to
be a full-fledged HTTP service. This library attempts to improve on
that.
.
This package contains the debugging symbols.
Package: libevhtp-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Breaks: libevhtp-dev (<= 1.2.8-1)
Replaces: libevhtp-dev (<= 1.2.8-1)
Description: Libevent based HTTP API - documentation
Libevent's http interface was created as a JIT server, never meant to
be a full-fledged HTTP service. This library attempts to improve on
that.
.
This package contains the documentation and examples.
|