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

Changelog

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

  Promoting 2.015.12 as 2.016. Since 2.015, we have the following improvements:
  * Portability: fixes for ECL, RMCL, CLISP.
    Improvements to Windows configuration.
  * Fix to load-source-op (broken in 2.014.13).
  * Avoid infinite loops in defsystem in cases of bad interference
    between quicklisp and your source-registry.
  * Small fixes regarding upgrade, compile-file* :output-file.
  * Make defsystem-depends-on much more useful by allowing a system
    thus depended on to define the class of the system depending on it.
  * Some documentation updates.
    Notably, for the sake of CLISP, (require "asdf") is the new canonical way
    to load ASDF, instead of (require :asdf). Sigh.
  * Better tests, notably wrt hot upgrade.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sun,  12 Jun 2011 12:46:56 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Common Lisp Team
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
cl-asdf_2.016.orig.tar.gz 159.8 KiB 469362793ce96f776d64bf74a070e6d5a308705617096562f2bf1cad383f6b00
cl-asdf_2.016-1.debian.tar.gz 12.9 KiB a66de43f0a8736c4906ccf4117d301f2ad4814183290f58148ccfc82cdebdaae
cl-asdf_2.016-1.dsc 1.9 KiB 6c86f77aba6fb80a8ff9a869a666629f12929900a877596e3988d9808b234d66

Available diffs

View changes file

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.