Source: araneida Section: web Priority: extra Maintainer: Debian Common Lisp Team Uploaders: Peter Van Eynde Build-Depends: debhelper (>> 4.0.0) Build-Depends-Indep: dh-lisp Standards-Version: 3.7.3 Homepage: http://common-lisp.net/project/araneida/ Vcs-Darcs: http://darcs.debian.org/darcs/pkg-common-lisp/araneida Package: araneida Architecture: all Depends: ${shlibs:Depends}, cl-utilities, cl-net-telent-date, cl-split-sequence Recommends: apache2, sbcl [i386 powerpc amd64] Description: A programmable web server written and extended in Lisp Features: - all content is dynamic and created by calling user-defined handler functions - HTML-from-sexpr generation function makes balancing tags trivial - sexpr rewriting tools for flexible templates a la XSLT - sits behind a caching proxy; can write appropriate bits of Apache config - understands HTTP/1.1 Host: header for multiple host support - does not use multiple threads. Hooks into the CMUCL event loop so for many purposes it behaves as though it does.