File: control

package info (click to toggle)
araneida 0.90.1-dfsg-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 700 kB
  • ctags: 643
  • sloc: lisp: 4,878; perl: 166; sh: 109; makefile: 34
file content (22 lines) | stat: -rw-r--r-- 960 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: araneida
Section: web
Priority: extra
Maintainer: Peter Van Eynde <pvaneynd@debian.org>
Build-Depends: debhelper (>> 4.0.0)
Build-Depends-Indep: dh-lisp
Standards-Version: 3.7.2.0
XS-Vcs-Darcs: http://cl-debian.alioth.debian.org/repository/pvaneynd/araneida/

Package: araneida
Architecture: all
Depends: ${shlibs:Depends}, cl-utilities, cl-net-telent-date, cl-split-sequence
Recommends: apache2, sbcl
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.