Source: libpicohttpparser Section: libs Maintainer: Joachim Zobel Build-Depends: debhelper-compat (= 13), Standards-Version: 4.7.4.1 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. . It is originally intended to be embedded as source. To help with situations where this is undesirable this package provides the picohttpparser as a shared library.