cl-launch 3.013-1 source package in Ubuntu

Changelog

cl-launch (3.013-1) unstable; urgency=low

  * Gratuitous upgrade to achieve a patchless debian package.

cl-launch (3.012-1) unstable; urgency=low

  * Simple optimization assuming recentish CMUCL.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 09:12:05 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Francois-Rene Rideau
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
cl-launch_3.013.orig.tar.gz 48.2 KiB a3ac50d76ef0ff1b53ea592d8e9818f07d0e36c5756243f78d195d34cfb8a5f1
cl-launch_3.013-1.debian.tar.gz 12.9 KiB 866db8c7418b61c6a89b1cd215e519ee18d52fa95fa3b362053e8b34c4a5e69a
cl-launch_3.013-1.dsc 1.7 KiB 0f6184b13a8abcd52b6e8b31059620c7ab36305b33a4738bfe001e6ad6356129

Available diffs

View changes file

Binary packages built by this source

cl-launch: 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. Fully supported implementations are:
        Allegro, CLISP, ClozureCL, CMUCL, ECL, GCL 2.7, SBCL, SCL.
 Of these, SBCL, ECL and CLISP support creating standalone executables.
 Partially supported implementations are:
        LispWorks Professional, ABCL, GCL 2.6, XCL.
 .
 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 dump 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,
 and to easily compare results between implementations.