cl-asdf 2:3.0.1.3-1 source package in Ubuntu

Changelog

cl-asdf (2:3.0.1.3-1) unstable; urgency=low


  Add some backward-compatibility to the debian package,
  with a symlink from asdf.lisp to build/asdf.lisp.

 -- Francois-Rene Rideau <email address hidden>  Sun, 02 Jun 2013 00:56:50 +0200

Upload details

Uploaded by:
Debian Common Lisp Team
Uploaded to:
Sid
Original maintainer:
Debian Common Lisp Team
Architectures:
all
Section:
lisp
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
cl-asdf_3.0.1.3-1.dsc 1.4 KiB 3c7a8ef3997b4b366b16b13594c8900f6f9767999b0c798af63a4cbd9a847489
cl-asdf_3.0.1.3.orig.tar.gz 273.8 KiB c07822f387ab9c472d299c3dba2a2227424b3c361a1e1e7b4394d9db0a590e5f
cl-asdf_3.0.1.3-1.debian.tar.gz 23.3 KiB 314ae522c002882d3c390c1e10536777227aae2aa11f5e19f5aba07fcc4d4512

Available diffs

No changes file available.

Binary packages built by this source

cl-asdf: Another System Definition Facility

 asdf provides a "make" type functions for Common Lisp software.
 It drives compilation and dynamic loading for complex Lisp systems
 with multiple modules and files, and is the de facto standard used
 by free software written in Common Lisp.
 .
 Most Common Lisp implementations already provide asdf via (require "asdf"),
 but not all of them provide an up-to-date version.