pkg://cl-contextl_0.40-2_all.deb:17488/control
downloads
Package: cl-contextl
Version: 0.40-2
Architecture: all
Maintainer: Debian Common Lisp Team <pkg-common-lisp-devel@lists.alioth.debian.org>
Installed-Size: 160
Depends: cl-closer-mop (>= 0.31-1), cl-lw-compat, common-lisp-controller (>= 5.11)
Section: libs
Priority: optional
Homepage: http://common-lisp.net/project/closer/contextl.html
Description: 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.