summaryrefslogtreecommitdiff
path: root/debian/control
blob: 4a1cb0155e4355a3df1a7a7514ac895307e6c0b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: trivial-macroexpand-all
Section: lisp
Priority: optional
Maintainer: Debian Common Lisp Team <debian-common-lisp@lists.debian.org>
Uploaders: Sean Whitton <spwhitton@spwhitton.name>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.5.1
Homepage: https://github.com/cbaggers/trivial-macroexpand-all
Vcs-Git: https://salsa.debian.org/common-lisp-team/trivial-macroexpand-all.git
Vcs-Browser: https://salsa.debian.org/common-lisp-team/trivial-macroexpand-all
Rules-Requires-Root: no

Package: cl-trivial-macroexpand-all
Architecture: all
Depends: ${misc:Depends}
Description: macroexpand-all function which calls implementation-specific equivalent
 Provides a macroexpand-all function that calls the implementation specific
 equivalent.  This small library is one way to deal with the fact that the
 ANSI Common Lisp standard does not provide quite enough facilities to do
 completely reliable code walking.
 .
 Supported Common Lisp implementations: `abcl`, `allegro`, `ccl`, `clisp`,
 `cmucl`, `corman`, `lispworks`, `mkcl`, `sbcl`, `ecl` & `scl`.