cl-closer-mop 2:20220227.giteabdf6a-1 source package in Ubuntu

Changelog

cl-closer-mop (2:20220227.giteabdf6a-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.

  [ Sébastien Villemot ]
  * New upstream snapshot
  * Update standards version to 4.6.0, no changes needed.

 -- Sébastien Villemot <email address hidden>  Sat, 12 Mar 2022 15:55:38 +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
Oracular release universe libs
Noble release universe libs
Mantic release universe libs
Lunar release universe libs

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cl-closer-mop_20220227.giteabdf6a-1.dsc 2.1 KiB 8050c7123a2abfdeddf8afdbfd08175d530a8d85dd34b1d73558f9fd4ae4a20e
cl-closer-mop_20220227.giteabdf6a.orig.tar.xz 19.7 KiB 7d50ff21d1992ae24697936e18bdae18c38f1718ce8305d173f6de8fc0ff964a
cl-closer-mop_20220227.giteabdf6a-1.debian.tar.xz 4.0 KiB bc379b9bba649bde56738b83c0d1d4162bd15558668e3d61bd98c568860df636

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)