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

Changelog

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

  * Team upload
  * New upstream release
  * Update homepage URL in d/control and d/copyright
  * Update standards version to 4.6.1, no changes needed.
  * Add d/upstream/metadata
  * Add autopkgtest for abcl
  * Mark autopkgtests as superficial, since currently they only test the upgrade
    of the ASDF shipped by the implementation

 -- Sébastien Villemot <email address hidden>  Sat, 24 Sep 2022 11:05:35 +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
Plucky release universe devel
Oracular release universe devel
Noble release universe devel
Mantic release universe devel
Lunar release universe devel

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cl-asdf_3.3.6-1.dsc 2.2 KiB a246c91c3425ff7bf00196bd29633f5b111c76680d8bc19c9c9fef86e3b2f416
cl-asdf_3.3.6.orig.tar.gz 513.7 KiB 3648ef3652ea2670407cec42f44093b66b92e4afb4bf96573b0db1b7c97bbe09
cl-asdf_3.3.6-1.debian.tar.xz 27.6 KiB 8c82356035e0f518f8fd8a72b3f5be483c2c9eeeda24c6d233814dae15101f16

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.