File: control

package info (click to toggle)
libapache2-mod-lisp 1.3.1-1.2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 88 kB
  • sloc: ansic: 688; makefile: 57; sh: 2
file content (16 lines) | stat: -rw-r--r-- 683 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: libapache2-mod-lisp
Section: devel
Priority: optional
Maintainer: Chris Hanson <cph@debian.org>
Build-Depends: debhelper (>> 5.0.0), apache2-threaded-dev
Standards-Version: 3.7.3

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