@hackage fastcgi3001.0.2.2
A Haskell library for writing FastCGI programs
Categories
License
BSD-3-Clause
Maintainer
bjorn@bringert.net
Links
- Documentation
- No source repository
- Security
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 >=2 && <3
- bytestring >=0.9.0.1
- cgi >=3000.0.0 Show all…
Dependents (7)
@hackage/happstack-fastcgi, @hackage/pubsub, @hackage/acme-everything, @hackage/hxweb, @hackage/haskoon, @hackage/kibro, Show all…
Package Flags
small_base
(on by default)
Choose the new smaller, split-up base package.
This library lets you write FastCGI programs. This 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.