taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

control (1797B)


      1 Source: libmicrohttpd
      2 Section: libs
      3 Maintainer: Florian Ernst <florian@debian.org>
      4 Build-Depends: dpkg-dev (>= 1.22.5),
      5  autoconf,
      6  automake,
      7  debhelper-compat (= 13),
      8  libcurl4-gnutls-dev <!nocheck>,
      9  libgnutls28-dev,
     10  pkgconf,
     11  texinfo,
     12 Standards-Version: 4.7.4
     13 Homepage: https://www.gnu.org/software/libmicrohttpd/
     14 Vcs-Git: https://salsa.debian.org/debian/libmicrohttpd.git
     15 Vcs-Browser: https://salsa.debian.org/debian/libmicrohttpd
     16 
     17 Package: libmicrohttpd-dev
     18 Section: libdevel
     19 Architecture: any
     20 Multi-Arch: same
     21 Depends:
     22  libgnutls28-dev,
     23  libmicrohttpd12t64 (= ${binary:Version}),
     24  ${misc:Depends},
     25 Description: library embedding HTTP server functionality (development)
     26  GNU libmicrohttpd is a small C library that is supposed to make it easy to run
     27  an HTTP server as part of another application.
     28  .
     29  This package contains the development files.
     30 
     31 Package: libmicrohttpd12t64
     32 Provides: ${t64:Provides}
     33 Replaces: libmicrohttpd12
     34 Breaks: libmicrohttpd12 (<< ${source:Version})
     35 Architecture: any
     36 Multi-Arch: same
     37 Pre-Depends:
     38  ${misc:Pre-Depends},
     39 Depends:
     40  ${misc:Depends},
     41  ${shlibs:Depends},
     42 Description: library embedding HTTP server functionality
     43  GNU libmicrohttpd is a small C library that is supposed to make it easy to run
     44  an HTTP server as part of another application. Key features that distinguish
     45  GNU Libmicrohttpd from other projects are:
     46  .
     47   * C library: fast and small
     48   * API is simple, expressive and fully reentrant
     49   * Implementation is HTTP 1.1 compliant
     50   * HTTP server can listen on multiple ports
     51   * Four different threading models (select, poll, pthread, thread pool)
     52   * Support for IPv6
     53   * Support for SHOUTcast
     54   * Support for incremental processing of POST data (optional)
     55   * Support for basic and digest authentication (optional)
     56   * Support for SSL3 and TLS