libmicrohttpd 0.9.75-6ubuntu1 source package in Ubuntu
Changelog
libmicrohttpd (0.9.75-6ubuntu1) lunar; urgency=medium * Drop the optional Build-Depends on zzuf on i386 to avoid needing to build zzuf there -- Jeremy Bicha <email address hidden> Wed, 08 Mar 2023 14:46:04 -0500
Upload details
- Uploaded by:
- Jeremy BĂcha
- Uploaded to:
- Lunar
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- libs
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | libs | |
Lunar | release | universe | libs |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libmicrohttpd_0.9.75.orig.tar.xz | 1.0 MiB | 796e7e217a4802679fcac667a4e98501c53185dcf50ca0583870e84192620131 |
libmicrohttpd_0.9.75-6ubuntu1.debian.tar.xz | 17.2 KiB | 305d14b6645c673e5ea55b9a84bd600b1b38a54def143ea2cef9760f685fcad0 |
libmicrohttpd_0.9.75-6ubuntu1.dsc | 2.3 KiB | d527e57345d0aa53c28c2b42b7e5c6495e73c9d712aecc6f1491d8a0f71ab105 |
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