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

Changelog

cl-asdf (2:3.1.7-1) unstable; urgency=medium

  Package changes:
  * temporary fix for upstream 'make clean' deleting debian/patches

  New upstream release:

  * Fix compilation on Genera.
  * Fix UIOP:FILE-EXISTS-P for dotfiles on CCL.
  * Fix infinite loop in source registry configuration that can occur when
        there are cycles in the filesystem (typically caused by symlinks)
        on some CL implementations.
  * Miscellaneous bug fixes.
  * Documentation improvements.
  * Restore original Makefile.

 -- Kambiz Darabi <email address hidden>  Thu, 24 Mar 2016 12:12:25 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cl-asdf_3.1.7-1.dsc 2.1 KiB 12bcff89d309e96e36b569060073e046fbc9d9c7609dedf4ab3411e9fce03ae9
cl-asdf_3.1.7.orig.tar.gz 390.5 KiB 8d721607f5599b64354e4ddbc54ce453c777548ba7557e8d0055fbe6b781079b
cl-asdf_3.1.7-1.debian.tar.xz 34.3 KiB 4a173da73dc488c427600e7d6a4611cbcc92e368b050782e8e5aca21dfa4b988

Available diffs

No changes file available.

Binary packages built by this source

cl-asdf: Another System Definition Facility

 ASDF provides the functionality of make and ld.so 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.
 .
 It also includes a utility library, UIOP, to portably deal with many issues
 that all Common Lisp programs have to deal with, including handling pathnames,
 accessing the filesystem, executing external programs, user configuration, etc.
 .
 Most Common Lisp implementations already provide asdf via (require "asdf"),
 but not all of them provide an up-to-date version.