@hackage fastcgi3001.0.2.5
A Haskell library for writing FastCGI programs
Categories
License
BSD-3-Clause
Maintainer
Krasimir Angelov <kr.angelov@gmail.com>
Links
Versions
- 3001.0.2.5 Wed, 22 Jan 2020
- 3001.0.2.4 Mon, 8 Dec 2014
- 3001.0.2.3 Wed, 23 Jun 2010
- 3001.0.2.2 Sat, 29 Nov 2008
- 3001.0.2.1 Sat, 6 Sep 2008
- 3001.0.2 Fri, 29 Feb 2008 Show all…
Installation
Dependencies (3)
- base >=4 && <5
- bytestring >=0.9.1.5
- cgi >=3000.0.0 Show all…
Dependents (7)
@hackage/happstack-fastcgi, @hackage/pubsub, @hackage/acme-everything, @hackage/hxweb, @hackage/haskoon, @hackage/kibro, Show all…
This library lets you write FastCGI programs. The package reuses the cgi package API, making it very easy to port CGI programs to FastCGI. The FastCGI C development kit is required to build this library.