Skip to content
Snippets Groups Projects
Commit 9e118ecf authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Update Debian control file.

parent e6e5b1de
No related branches found
No related tags found
No related merge requests found
......@@ -3,31 +3,32 @@ Section: lisp
Priority: optional
Homepage: http://www.cliki.net/cl-launch
Maintainer: Francois-Rene Rideau <fare@tunes.org>
Uploaders: Christoph Egger <christoph@debian.org>, Kan-Ru Chen <koster@debian.org>, Milan Zamazal <pdm@debian.org>, Peter Van Eynde <pvaneynd@debian.org>
Uploaders: Christoph Egger <christoph@debian.org>, Kan-Ru Chen <koster@debian.org>, Milan Zamazal <pdm@debian.org>, Peter Van Eynde <pvaneynd@debian.org>, Julien Danjou <acid@debian.org>, Francois-Rene Rideau <fare@tunes.org>
Build-Depends: debhelper (>= 7.2.8)
Standards-Version: 3.9.3
Standards-Version: 3.9.4
Vcs-Git: git://common-lisp.net/projects/xcvb/cl-launch.git
Package: cl-launch
Architecture: all
Depends: ${misc:Depends}
Suggests: cl-asdf (>= 2:3.0.0)
Recommends: common-lisp-controller (>= 7.3), sbcl (>= 1:1.0.40)
Recommends: sbcl (>= 1:1.1.10), cl-asdf (>= 3.0.1)
Breaks: cl-asdf (<< 2:2.015), common-lisp-controller (<= 7.2)
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.
command line, from a shell script or as a Common Lisp 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. Fully supported implementations are:
Allegro, CLISP, ClozureCL, CMUCL, ECL, SBCL, SCL.
Of these, SBCL, ECL and CLISP support creating standalone executables.
Partially supported implementations are:
LispWorks Professional, ABCL, GCL 2.6, GCL 2.7, XCL.
LispWorks Professional, ABCL, GCL, XCL.
Creating standalone executables is supported on:
CLISP, ClozureCL, CMUCL, LispWorks, SBCL, SCL
.
CL-Launch also offers Common Lisp programs a simple uniform interface to
invocation parameters (command-line arguments and environment variables).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment