1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: s-http-server
Section: libs
Priority: optional
Build-Depends: debhelper (>= 4.0)
Build-Depends-Indep: dh-lisp
Maintainer: Peter Van Eynde <pvaneynd@debian.org>
Standards-Version: 3.7.2.0
XS-Vcs-Darcs: http://cl-debian.alioth.debian.org/repository/pvaneynd/s-http-server/
Package: cl-s-http-server
Architecture: all
Depends: ${misc:Depends}, cl-s-utils, cl-s-sysdeps, cl-s-base64, cl-puri
Description: A Minimal Standalone Common Lisp HTTP Server
S-HTTP-SERVER is a minimal standalone HTTP Server. This simple package is used
as a building block in a number of other open source projects.
.
S-HTTP-SERVER can: handle HTTP requests and generate HTTP responses, be
configured with plugins or handlers, has a builtin status handler, comes with
a static resource handler and allows you to write and install your own
handlers
.
Homepage: http://homepage.mac.com/svc/s-http-server/
|