Source: cl-launch
Section: lisp
Priority: optional
Maintainer: Francois-Rene Rideau <fare@tunes.org>
Uploaders: Milan Zamazal <pdm@debian.org>, Peter Van Eynde <pvaneynd@debian.org>
Build-Depends: debhelper (>= 7.2.8)
Build-Depends-Indep: dh-lisp
Standards-Version: 3.8.4

Package: cl-launch
Architecture: all
Depends: ${misc:Depends}
Suggests: cl-asdf (>= 2:2.000)
Recommends: common-lisp-controller (>= 7.2), sbcl (>= 1:1.0.40)
Breaks: cl-asdf (<< 2:2.000), common-lisp-controller (<= 7.0)
Description: uniform frontend to running Common Lisp code from the shell
 CL-Launch will allow you to invoke Common Lisp source code from the shell
 command line or from a shell script. It will also allow you to turn your
 Common Lisp source programs into standalone executables or executable shell
 scripts (optionally using a dumped image), depending on the features
 available in your underlying implementation.
 .
 CL-Launch will automatically detect a supported Common Lisp implementation
 and use adequate invocation options. It can also be configured to fit exactly
 the programmer's desires. Supported implementations are:
     SBCL, CMUCL, GNU CLISP, ECL, OpenMCL, Allegro, GCL, LispWorks Pro.
 (GCL 2.6 support has limitations; GCL 2.7 has been broken for me on debian.)
 .
 CL-Launch also offers Common Lisp programs a simple uniform interface to
 invocation parameters (command-line arguments and environment variables).
 It relies on ASDF 2 for system construction. See the ASDF 2 manual for
 more information on how to configure source and object code location.
 CL-Launch may save memory images for fast startup (at the expense of disk
 space). It can also be used as a quick way to evaluate and print simple Lisp
 forms or scripts from the command-line without invoking a full-fledged REPL.
 .
Homepage: http://www.cliki.net/cl-launch
