libmicrohttpd 0.9.75-3ubuntu1 source package in Ubuntu
Changelog
libmicrohttpd (0.9.75-3ubuntu1) jammy; urgency=medium * Drop the build dependency on zzuf, only used for some tests. -- Matthias Klose <email address hidden> Fri, 11 Feb 2022 08:45:02 +0100
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Jammy
- Original maintainer:
- Daniel Baumann
- Architectures:
- any
- Section:
- libs
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | libs | |
Jammy | release | universe | libs |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libmicrohttpd_0.9.75.orig.tar.xz | 1.0 MiB | 796e7e217a4802679fcac667a4e98501c53185dcf50ca0583870e84192620131 |
libmicrohttpd_0.9.75-3ubuntu1.debian.tar.xz | 16.5 KiB | 5a9426f9fa5bb50d0aef45d6f0aa0c5929ba587a56f33b33ff0ff7ab766147c2 |
libmicrohttpd_0.9.75-3ubuntu1.dsc | 2.2 KiB | 72b07ce2e6cf7c69c656c3d15db227ce2cb17860dd60aa584be117ec4206465e |
Available diffs
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