Source: libmicrohttpd Section: libs Priority: optional Maintainer: Daniel Baumann Build-Depends: autoconf, automake, debhelper-compat (= 13), libcurl4-gnutls-dev , libgnutls28-dev, pkg-config, socat[!hurd-i386] , texinfo, zzuf Standards-Version: 4.5.1 Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/libmicrohttpd Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/libmicrohttpd Homepage: https://www.gnu.org/software/libmicrohttpd/ Rules-Requires-Root: no Package: libmicrohttpd12 Architecture: any Multi-arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} Description: library embedding HTTP server functionality GNU libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application. Key features that distinguish GNU Libmicrohttpd from other projects are: * C library: fast and small * API is simple, expressive and fully reentrant * Implementation is HTTP 1.1 compliant * HTTP server can listen on multiple ports * Four different threading models (select, poll, pthread, thread pool) * Support for IPv6 * Support for SHOUTcast * Support for incremental processing of POST data (optional) * Support for basic and digest authentication (optional) * Support for SSL3 and TLS Package: libmicrohttpd-dev Section: libdevel Architecture: any Multi-arch: same Depends: libgnutls28-dev, libmicrohttpd12 (= ${binary:Version}), ${misc:Depends} Description: library embedding HTTP server functionality (development) GNU libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application. Key features that distinguish GNU Libmicrohttpd from other projects are: * C library: fast and small * API is simple, expressive and fully reentrant * Implementation is HTTP 1.1 compliant * HTTP server can listen on multiple ports * Four different threading models (select, poll, pthread, thread pool) * Support for IPv6 * Support for SHOUTcast * Support for incremental processing of POST data (optional) * Support for basic and digest authentication (optional) * Support for SSL3 and TLS . This package contains the development files.