cl-contextl 1:20200201.git5d18a71-1 source package in Ubuntu

Changelog

cl-contextl (1:20200201.git5d18a71-1) unstable; urgency=medium

  * Team upload
  * New upstream snapshot
  * Bump to debhelper 13
  * Bump to S-V 4.5.0
  * Disable ecl autopkgtest, it breaks with ecl 20.4.24. In any case,
    upstream explicitly says in README.md that ecl support is currently
    broken. (Closes: #970336)

 -- Sébastien Villemot <email address hidden>  Tue, 15 Sep 2020 11:15:37 +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
Jammy release universe libs

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cl-contextl_20200201.git5d18a71-1.dsc 2.1 KiB 47f16866be7aac3519f23c739317142514776a5edb154641c61f23c2b08bb813
cl-contextl_20200201.git5d18a71.orig.tar.xz 22.2 KiB 7ad1a3cdfe1b813e6dfe6f74700462cdbc596b1afa8db5d860c5c22cd8ca7e77
cl-contextl_20200201.git5d18a71-1.debian.tar.xz 4.1 KiB b24afebb40bcf2a9a72915647a4ebf7d97ecdf84f7372996cbcae16f0c73e5e6

No changes file available.

Binary packages built by this source

cl-contextl: context orientation for Common Lisp

 ContextL provides the Common Lisp Object System with functionality
 for context orientation. It allows the definition of context-specific
 methods or class slots, so that methods act differently depending on
 the dynamic context they are executed in.
 .
 It further allows developers to rebind places (e.g. slots of objects)
 dynamically using the "dletf" framework that has previously been
 present in AspectL.