cl-closer-mop 2:20201029.git91f877a-1 source package in Ubuntu

Changelog

cl-closer-mop (2:20201029.git91f877a-1) unstable; urgency=medium

  * New upstream snapshot
  * Mark autopkgtests as superficial
  * Bump to debhelper 13
  * Bump to S-V 4.5.1

 -- Sébastien Villemot <email address hidden>  Sat, 28 Nov 2020 15:52:09 +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
Jammy release universe libs

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cl-closer-mop_20201029.git91f877a-1.dsc 2.1 KiB a38dba360d6919b47655b613621e6ea426c394fad459648fca7da09a9b624212
cl-closer-mop_20201029.git91f877a.orig.tar.xz 19.6 KiB 3d431a30ca929221123fef4f8315e76065f9e781f16892e2e2bfaaafddf5dd6f
cl-closer-mop_20201029.git91f877a-1.debian.tar.xz 3.8 KiB 06dc4e09f3cffec285a12c918750759a9cdf9eaa2bd63f5c8d9a0fc660041b03

No changes file available.

Binary packages built by this source

cl-closer-mop: Cross Implementation AMOP library

 This library enhances the different MOP implementations so that
 they support better the AMOP specifications.
 .
 The CLOS spec contained two parts, only the basic level went into
 the Common Lisp standard. The lower level functions of the AMOP
 were not included so different implementations differ (mostly
 slightly) in how to implement the AMOP.
 .
 With the help of cl-closer-mop you can use the full power of
 AMOP on all supported implementations, relying on the library
 to translate your code.
 .
 Supported implementations:
  - Allegro Common Lisp
  - Armed Bear Common Lisp (ABCL)
  - Clisp
  - Clozure Common Lisp (CCL)
  - CMU Common Lisp (CMUCL)
  - Embeddable Common Lisp (ECL)
  - LispWorks Personal and Hobbyist editions
  - Steel Bank Common Lisp (SBCL)
 (version restrictions might apply)