File: control

package info (click to toggle)
cl-contextl 1%3A0.61-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 296 kB
  • sloc: lisp: 3,152; makefile: 29
file content (23 lines) | stat: -rw-r--r-- 971 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
Source: cl-contextl
Section: lisp
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: dh-lisp
Maintainer: Debian Common Lisp Team <pkg-common-lisp-devel@lists.alioth.debian.org>
Uploaders: Peter Van Eynde <pvaneynd@debian.org>
Standards-Version: 3.9.2
Homepage: http://common-lisp.net/project/closer/contextl.html
Vcs-Darcs: http://darcs.debian.org/darcs/pkg-common-lisp/cl-contextl

Package: cl-contextl
Architecture: all
Depends: ${misc:Depends}, cl-closer-mop (>= 0.31-1), 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.