File: control

package info (click to toggle)
cl-memoization 20080224
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 308 kB
  • ctags: 50
  • sloc: lisp: 523; makefile: 40
file content (21 lines) | stat: -rw-r--r-- 750 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
Source: cl-memoization
Section: libs
Priority: optional
Build-Depends: debhelper (> 4)
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.7.3
Homepage: http://www.apl.jhu.edu/~hall/lisp/Memoization-1.0/
Vcs-Git: http://git.debian.org/git/pkg-common-lisp/cl-memoization.git

Package: cl-memoization
Architecture: all
Depends: common-lisp-controller (>= 3.45), cl-asdf
Replaces: memoization
Conflicts: memoization
Description: A extension library that adds memoization support to CMU-CL
 The library adds support not only to memoize functions,
 but also to have persistent memoization information recording to
 CMU-CL.