cl-contextl 1:20211215.gitf4fb3f5-1 source package in Ubuntu

Changelog

cl-contextl (1:20211215.gitf4fb3f5-1) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.
  * Update standards version to 4.5.1, no changes needed.

  [ 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:58:12 +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-contextl_20211215.gitf4fb3f5-1.dsc 2.1 KiB 4fdea895cf64172f1b14671be06d3cdd2335dd16cb8fd214237236bbd9085b51
cl-contextl_20211215.gitf4fb3f5.orig.tar.xz 22.2 KiB ef573e97aa4f3e0a10c38b91cdf888f99a0497bbd79378b25b1106e75beec756
cl-contextl_20211215.gitf4fb3f5-1.debian.tar.xz 4.3 KiB fe37ef37bbd0f6b6dfd225499179de91f59aa49a78998084a292d78b354cd006

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.