cl-launch 4.1.4-1.1 source package in Ubuntu

Changelog

cl-launch (4.1.4-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Mon, 04 Jan 2021 15:18:13 +0100

Upload details

Uploaded by:
Francois-Rene Rideau
Uploaded to:
Sid
Original maintainer:
Francois-Rene Rideau
Architectures:
all
Section:
lisp
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe devel
Noble release universe devel
Mantic release universe devel
Lunar release universe devel
Jammy release universe devel

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cl-launch_4.1.4-1.1.dsc 1.9 KiB 89032ce6cef2ff451b11aba243dfb96b663a36c9ab6415ba5eddd0c305ae647c
cl-launch_4.1.4.orig.tar.gz 78.7 KiB d7baad6cd488def3536d828f0e6db02e1f5651f5f91ac0fae7c3f44ece7d7ee3
cl-launch_4.1.4-1.1.debian.tar.xz 33.3 KiB 928b1c3833f57bd4bf36182c9e5006dcf2f09fd61c4e4a2d7a58f4e006a82635

Available diffs

No changes file available.

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, 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, MKCL, SBCL, SCL.
 Partially supported implementations are:
        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).
 It relies on ASDF 3 for system construction. See the ASDF 3 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.