Source: libpicohttpparser Section: libs Priority: optional Maintainer: Joachim Zobel Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), Standards-Version: 4.7.2 Homepage: https://github.com/h2o/picohttpparser Vcs-Browser: https://salsa.debian.org/debian/libpicohttpparser Vcs-Git: https://salsa.debian.org/debian/libpicohttpparser.git Package: libpicohttpparser-dev Section: libdevel Architecture: any Multi-Arch: same Depends: libpicohttpparser1 (= ${binary:Version}), ${misc:Depends}, Description: Development files for picohttpparser This contains the header and adds an unversioned symlink to the library Package: libpicohttpparser1 Architecture: any Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends}, Description: PicoHTTPParser is a tiny, primitive, fast HTTP request/response parser Unlike most parsers, it is stateless and does not allocate memory by itself. All it does is accept pointer to buffer and the output structure, and setups the pointers in the latter to point at the necessary portions of the buffer.