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

Changelog

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


  UIOP:DIRECTORY* fixed to NOT follow symbolic links on LispWorks.
  Fix handling of :at key in :read-file-form.
  Fix package issue for system-definition-error (lp #1206173).
  Some docstring updates. Also documentation updates.

 -- Francois-Rene Rideau <email address hidden>  Tue, 03 Sep 2013 12:17:21 -0500

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

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
cl-asdf_3.0.2.4-1.dsc 1.4 KiB 82ef0e5c04a62bda371cad24a1e0f58322008542047518010096151ecbccdbae
cl-asdf_3.0.2.4.orig.tar.gz 276.3 KiB da328a8242273a0d28ff3abde4f4cf877c9aa393cb7a62a493bd93a0ef3f0f62
cl-asdf_3.0.2.4-1.debian.tar.gz 23.6 KiB 0ccba6fbd3c119bf5b3df63e5e2b8d92102b25081d7de2a3ff62054ac657c397

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.