File: control

package info (click to toggle)
cl-contextl 1%3A20231021.git3d5fbff-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 336 kB
  • sloc: lisp: 3,148; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,040 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: cl-contextl
Section: lisp
Priority: optional
Build-Depends: debhelper-compat (= 13)
Maintainer: Debian Common Lisp Team <debian-common-lisp@lists.debian.org>
Uploaders: Peter Van Eynde <pvaneynd@debian.org>
Standards-Version: 4.7.0
Homepage: https://github.com/pcostanza/contextl
Vcs-Git: https://salsa.debian.org/common-lisp-team/cl-contextl.git
Vcs-Browser: https://salsa.debian.org/common-lisp-team/cl-contextl
Rules-Requires-Root: no

Package: cl-contextl
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         cl-closer-mop,
         cl-lw-compat
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.