Updates for new debian standards
[cl-modlisp.git] / debian / control
1 Source: cl-modlisp
2 Section: lisp
3 Priority: optional
4 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
5 Build-Depends: debhelper (>> 7.0.0)
6 Standards-Version: 3.8.2.0
7 Vcs-Git: git://git.b9.com/cl-modlisp.git
8
9 Package: cl-modlisp
10 Architecture: all
11 Depends: common-lisp-controller (>= 3.37),libapache2-mod-lisp,cl-kmrcl
12 Description: Common Lisp interface to the Apache mod-lisp module
13  cl-modlisp provides a Common Lisp interface to the mod_lisp Apache module.
14  The mod_lisp is a low-level Apache interface. This package provides a
15  higher level layer on top of mod_lisp.
16  The package has support for CMUCL, SBCL, CLISP, AllegroCL, and Lispworks.