Source: cl-lisp-cgi-utils
Section: devel
Priority: optional
Maintainer: Alexander Schreiber <als@thangorodrim.de>
Build-Depends: debhelper (>= 4.0.0)
Standards-Version: 3.6.1

Package: cl-lisp-cgi-utils
Architecture: all
Depends: common-lisp-controller (>= 3.45), cl-asdf
Description: Common Lisp package to support CGI programming
 The lisp-cgi-utils is a software package for developing CGI scripts with 
 Common Lisp. It implements a very basic HTTP/CGI interface (sending headers,
 getting GET/POST and environment variables) and offers tools for easier HTML
 generation with special support for handling HTML forms. It also supports 
 HTTP cookies for managing state across requests.
