libmicrohttpd 0.9.73-4 source package in Ubuntu

Changelog

libmicrohttpd (0.9.73-4) sid; urgency=medium

  * Uploading to sid.
  * Removing examples for now, fixing multi-arch issues (Closes: #993980).

 -- Daniel Baumann <email address hidden>  Wed, 13 Oct 2021 18:32:29 +0200

Upload details

Uploaded by:
Daniel Baumann
Uploaded to:
Sid
Original maintainer:
Daniel Baumann
Architectures:
any
Section:
httpd
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libmicrohttpd_0.9.73-4.dsc 2.2 KiB c6cb03e47c6887482536247d3af0ab32171d1c8a745ae8800b48705ad8682c9b
libmicrohttpd_0.9.73.orig.tar.xz 935.4 KiB 0549586042d086dc133581982b9dbf9f568acbc0a8cd533967fd6ba57d30d299
libmicrohttpd_0.9.73-4.debian.tar.xz 16.3 KiB 62c594b9759cc535070e5595ff8e43ddb395d7cb311e8ff417165f710f1e299d

Available diffs

No changes file available.

Binary packages built by this source

libmicrohttpd-dev: 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.

libmicrohttpd12: 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

libmicrohttpd12-dbgsym: debug symbols for libmicrohttpd12