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

Changelog

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

  * Team upload
  * Build-Depend on texlive-plain-generic, instead of obsolete
    texlive-generic-recommended (Closes: #941515)
  * Bump S-V to 4.4.1

 -- Sébastien Villemot <email address hidden>  Sat, 12 Oct 2019 00:53:15 +0200

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

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cl-asdf_3.3.3-3.dsc 2.2 KiB 1cbcd91070d31f3d8aee62fbc8c3211fc1a8b0b6bd069936def46a36f38f77d4
cl-asdf_3.3.3.orig.tar.gz 490.4 KiB efcd05120132aa3173ff8102ed9534ba3cae192a59d0c27a5c0dac3a0b21c784
cl-asdf_3.3.3-3.debian.tar.xz 27.0 KiB a46d31c24c598785ac47f87ee672ecb8295842b8079e45f282ee3ab6aa87e1e3

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.