cl-asdf 2:3.3.3-4 source package in Ubuntu

Changelog

cl-asdf (2:3.3.3-4) unstable; urgency=medium

  * Team upload
  * sbcl-2.0.1.patch: new patch, fixes compilation failure against SBCL 2.0.1
    (Closes: #950235)
  * Bump S-V to 4.5.0

 -- Sébastien Villemot <email address hidden>  Thu, 30 Jan 2020 20:16:03 +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

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cl-asdf_3.3.3-4.dsc 2.2 KiB fc141e5dd1dd7da40e1cbfbf0cf2833f934ca4e16843558f633a054ee92da625
cl-asdf_3.3.3.orig.tar.gz 490.4 KiB efcd05120132aa3173ff8102ed9534ba3cae192a59d0c27a5c0dac3a0b21c784
cl-asdf_3.3.3-4.debian.tar.xz 27.7 KiB 09c5ad4661b8ecbadf0df80a790552c544bb0f208ae85db12ffc237740382b03

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.