chiark / gitweb /
runlisp-base.conf: Don't inhibit CMU CL's site-wide initialization file.
[runlisp] / debian / control
1 Source: runlisp
2 Section: lisp
3 Priority: extra
4 Maintainer: Mark Wooding <mdw@distorted.org.uk>
5 Build-Depends: autoconf, autoconf-archive, automake, clisp, cl-asdf,
6  debhelper (>= 10), ecl, groff, gsfonts, sbcl
7 Standards-Version: 3.1.1
8
9 Package: runlisp
10 Architecture: any
11 Depends: ${shlibs:Depends}
12 Description: 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'.