File: control

package info (click to toggle)
libapache2-mod-lisp 1.3.1-1.3
  • links: PTS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 104 kB
  • ctags: 74
  • sloc: ansic: 688; makefile: 58; sh: 2
file content (16 lines) | stat: -rw-r--r-- 675 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-dev, dh-apache2, quilt
Standards-Version: 3.7.3

Package: libapache2-mod-lisp
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
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.