Source: mighttpd2
Section: haskell
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Clint Adams <clint@debian.org>
Build-Depends: ghc
  , ghc-prof
  , libghc-blaze-html-dev (>> 0.5)
  , libghc-conduit-dev
  , libghc-date-cache-dev
  , libghc-http-conduit-dev (>> 1.8.2.1)
  , libghc-http-date-dev
  , libghc-http-types-dev
  , libghc-io-choice-dev
  , libghc-network-dev
  , libghc-network-conduit-dev
  , libghc-parsec3-dev
  , libghc-process-conduit-dev
  , libghc-transformers-dev
  , libghc-unix-bytestring-dev
  , libghc-unordered-containers-dev
  , libghc-wai-dev (>> 1.3)
  , libghc-wai-app-file-cgi-dev
  , libghc-wai-logger-dev
  , libghc-wai-logger-prefork-dev
  , libghc-warp-dev (>> 1.3)
 , libghc-hspec-dev (>> 1.3)
Standards-Version: 3.9.4
Homepage: http://hackage.haskell.org/package/mighttpd2
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/mighttpd2
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/mighttpd2

Package: mighttpd2
Architecture: any
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.
