Source: mighttpd2
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders:
 Clint Adams <clint@debian.org>,
Priority: optional
Section: web
Rules-Requires-Root: no
Build-Depends: debhelper (>= 10),
 haskell-devscripts (>= 0.13),
 cdbs,
 ghc (>= 8.4.3),
 libghc-async-dev,
 libghc-auto-update-dev,
 libghc-auto-update-prof,
 libghc-byteorder-dev,
 libghc-case-insensitive-dev,
 libghc-conduit-dev (>= 1.1),
 libghc-conduit-extra-dev,
 libghc-http-date-dev,
 libghc-http-types-dev,
 libghc-http-types-prof,
 libghc-network-dev,
 libghc-resourcet-dev,
 libghc-resourcet-prof,
 libghc-split-dev,
 libghc-split-prof,
 libghc-streaming-commons-dev,
 libghc-time-dev,
 libghc-transformers-dev,
 libghc-unix-time-dev,
 libghc-unix-time-prof,
 libghc-unliftio-dev,
 libghc-unliftio-prof,
 libghc-unordered-containers-dev,
 libghc-wai-dev (>= 3.2),
 libghc-wai-dev (<< 3.3),
 libghc-wai-prof,
 libghc-wai-app-file-cgi-dev (>= 3.1.9),
 libghc-wai-app-file-cgi-dev (<< 3.2),
 libghc-wai-app-file-cgi-prof,
 libghc-warp-dev (>= 3.3.15),
 libghc-warp-dev (<< 3.4),
 libghc-warp-prof,
 libghc-http-client-dev (>= 0.5),
 libghc-old-locale-dev,
 libghc-old-locale-prof,
 libghc-time-manager-dev,
 libghc-time-manager-prof,
 libghc-wai-http2-extra-dev (>= 0.1.3),
 libghc-wai-http2-extra-prof,
 libghc-wai-logger-dev (>= 2.3.0),
 libghc-wai-logger-prof,
 libghc-warp-dev (>= 3.3.13),
 libghc-hspec-dev (>= 1.3),
Build-Depends-Indep: ghc-doc,
 libghc-async-doc,
 libghc-auto-update-doc,
 libghc-byteorder-doc,
 libghc-case-insensitive-doc,
 libghc-conduit-doc,
 libghc-conduit-extra-doc,
 libghc-http-date-doc,
 libghc-http-types-doc,
 libghc-network-doc,
 libghc-resourcet-doc,
 libghc-split-doc,
 libghc-streaming-commons-doc,
 libghc-unix-time-doc,
 libghc-unliftio-doc,
 libghc-unordered-containers-doc,
 libghc-wai-doc,
 libghc-wai-app-file-cgi-doc,
 libghc-warp-doc,
Standards-Version: 4.6.1
Homepage: https://kazu-yamamoto.github.io/mighttpd2/
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/mighttpd2
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/mighttpd2]

Package: mighttpd2
Architecture: any
Depends: ${misc:Depends},
 ${shlibs:Depends},
Description: classical web server on WAI/warp
 Mighttpd2 (pronounced as "mighty") is a simple but practical HTTP server
 written in Haskell. It handles static files and CGI scripts. It also
 provides reverse proxy functionality.
 .
 Mighttpd2 is now implemented as a WAI application using the high-performance
 HTTP engine, "warp". To httperf Ping-Pong benchmark, Mighttpd2 is faster than
 nginx.
