File: control

package info (click to toggle)
libapache-mod-lisp 2.41-0.1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 128 kB
  • ctags: 112
  • sloc: ansic: 588; lisp: 493; makefile: 37; sh: 26
file content (16 lines) | stat: -rw-r--r-- 663 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: libapache-mod-lisp
Section: devel
Priority: optional
Maintainer: Matthew Danish <mrd@debian.org>
Build-Depends: debhelper (>> 2.0.0), apache-dev
Standards-Version: 3.6.1

Package: libapache-mod-lisp
Architecture: any
Depends: ${shlibs:Depends}, apache-common (>> 1.3.29-1)
Description: An Apache module that interfaces with Lisp environments
 Establishes a link between the Apache web server and a Lisp environment
 that allows a Lisp program to generate dynamic content while letting
 Apache take care of the dirty details of HTTP serving.  The protocol
 between Lisp and Apache is simple, making it easy to create WWW-
 accessible applications quickly.