cl-fiveam 1.4.2-1 source package in Ubuntu

Changelog

cl-fiveam (1.4.2-1) unstable; urgency=medium

  * New upstream release
  * Display more explicit messages for autopkgtest failures
  * Bump to debhelper 13
  * Add Rules-Requires-Root: no
  * Bump to S-V 4.5.1
  * Disable clisp autopkgtest on ppc64el, it is not reliable
  
 -- Sébastien Villemot <email address hidden>  Thu, 26 Nov 2020 17:03:10 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cl-fiveam_1.4.2-1.dsc 1.9 KiB 509864ce7343a180ab54ea7a10b588603cdc707797a74dad73623834d8b96053
cl-fiveam_1.4.2.orig.tar.gz 23.7 KiB f2c955e54de40792722d28a3dc0dc15613f59f17e92ef6fa2f1d5336bc181738
cl-fiveam_1.4.2-1.debian.tar.xz 3.1 KiB 8dbb3f15573eea2cb7250986e768d1985bdb80d548ab12635cd1a14dbe958e27

Available diffs

No changes file available.

Binary packages built by this source

cl-fiveam: simple regression testing framework for Common Lisp

 It has been designed with Common Lisp's interactive development model in
 mind.
 .
 Features:
  - Test and test suite hierarchies allow test to be organized into hierarchies
    to ease running.
  - Functions for re-running recently run tests.
  - Inter-test dependencies.
  - Specification based testing ala QuickCheck.
  - Redefined macros are instantly seen by the test code, no explicit
    recompilation required (this is exactly what LispUnit and FReT do).