File: control

package info (click to toggle)
cl-trivial-garbage 20211229.gitb3af9c0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 132 kB
  • sloc: lisp: 718; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 825 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-trivial-garbage
Section: lisp
Priority: optional
Maintainer: Debian Common Lisp Team <debian-common-lisp@lists.debian.org>
Uploaders: Sébastien Villemot <sebastien@debian.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.0
Homepage: https://common-lisp.net/project/trivial-garbage/
Vcs-Git: https://salsa.debian.org/common-lisp-team/cl-trivial-garbage.git
Vcs-Browser: https://salsa.debian.org/common-lisp-team/cl-trivial-garbage
Rules-Requires-Root: no

Package: cl-trivial-garbage
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: cl-rt
Description: portable garbage collector-related APIs for Common Lisp
 trivial-garbage provides a portable API to finalizers, weak hash-tables and
 weak pointers on all major implementations of the Common Lisp programming
 language.