cl-xlunit 0.6.3-2.2 source package in Ubuntu
Changelog
cl-xlunit (0.6.3-2.2) unstable; urgency=medium * Non-maintainer upload. * debian/rules: Add build-{arch,indep} (Closes: #998971). -- Marcos Talau <email address hidden> Tue, 01 Nov 2022 23:51:27 -0300
Upload details
- Uploaded by:
- Kevin M. Rosenberg
- Uploaded to:
- Sid
- Original maintainer:
- Kevin M. Rosenberg
- Architectures:
- all
- Section:
- lisp
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Oracular | release | universe | devel | |
Noble | release | universe | devel | |
Mantic | release | universe | devel | |
Lunar | release | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
cl-xlunit_0.6.3-2.2.dsc | 1.8 KiB | 88788a18b5bdbee9d611dad6ea1333fd8f0fb129cacfc4635286537974fcfdeb |
cl-xlunit_0.6.3.orig.tar.gz | 7.8 KiB | 7711a5b7a8f328f579884d2bd06d9352ac13b30b0cc36977d44213f7576d582e |
cl-xlunit_0.6.3-2.2.diff.gz | 2.3 KiB | 8252162fb93c77588859348b35091ed786c7fb12e483b8905bb212e9b5a73f45 |
Available diffs
- diff from 0.6.3-2.1 to 0.6.3-2.2 (372 bytes)
No changes file available.
Binary packages built by this source
- cl-xlunit: Common Lisp eXtreme Lisp Unit Testing Package
XLUnit provides a unit testing package for Common Lisp.
It is based on the XPTest package by OnShore development, but is
rewritten to be closer in usage to the JUnit package. Also, it is
designed to be used with significantly less overhead on the
part of the test author compared to XPTest.