Source: weighttp
Section: net
Priority: optional
Maintainer: Stefan Bühler <source@stbuehler.de>
Build-Depends: debhelper-compat (= 13), libev-dev, meson
Standards-Version: 4.6.2
Homepage: https://redmine.lighttpd.net/projects/weighttp/wiki
Vcs-Git: https://git.lighttpd.net/lighttpd/weighttp.git
Vcs-Browser: https://git.lighttpd.net/lighttpd/weighttp
Rules-Requires-Root: no

Package: weighttp
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: lightweight and simple webserver benchmarking tool
 weighttp was designed to be very fast and easy to use and only supports a
 tiny fraction of the HTTP protocol in order to be lean and simple.
 .
 weighttp supports multithreading to make good use of modern CPUs with
 multiple cores as well as asynchronous i/o for concurrent requests
 within a single thread.
 .
 For event handling, weighty relies on libev which fits the design perfectly,
 being lightweight and fast itself.
 .
 Thanks to that, weighty supports all modern high-performance event
 interfaces like epoll or kqueue, that the major OSs provide.
