dump-ecl: Defeat ASDF's magic internal knowledge of itself.
[runlisp] / debian / control
CommitLineData
35ed3e78
MW
1Source: runlisp
2Section: lisp
3Priority: extra
4Maintainer: Mark Wooding <mdw@distorted.org.uk>
5Build-Depends: autoconf, autoconf-archive, automake, clisp, cl-asdf,
6 debhelper (>= 10), ecl, groff, gsfonts, sbcl
7Standards-Version: 3.1.1
8
9Package: runlisp
10Architecture: any
11Depends: ${shlibs:Depends}
12Description: Utility for running scripts written in Common Lisp.
13 `runlisp' is a small C program intended to be run from a script `#!'
14 line. It selects and invokes a Common Lisp implementation, so as to run
15 the script. In this sense, `runlisp' is a partial replacement for
16 `cl-launch'.