Update domain name to kpe.io
[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-Indep: dh-lisp
6 Build-Depends: debhelper (>> 7.0.0)
7 Standards-Version: 3.8.3.0
8 Vcs-Git: git://git.kpe.io/cl-modlisp.git
9 Vcs-Browser: http://git.kpe.io/?p=cl-modlisp.git
10
11 Package: cl-modlisp
12 Architecture: all
13 Depends: ${misc:Depends},libapache2-mod-lisp,cl-kmrcl
14 Description: Common Lisp interface to the Apache mod-lisp module
15  cl-modlisp provides a Common Lisp interface to the mod_lisp Apache module.
16  The mod_lisp is a low-level Apache interface. This package provides a
17  higher level layer on top of mod_lisp.
18  The package has support for CMUCL, SBCL, CLISP, AllegroCL, and Lispworks.