mbox series

[bug#66318,0/3] Add HELambdaP

Message ID cover.1696261435.git.gabriel.hondet@laposte.net
Headers show
Series Add HELambdaP | expand

Message

Gabriel Hondet Oct. 2, 2023, 3:50 p.m. UTC
From: Gabriel Hondet <gabriel.hondet@laposte.net>

HELambdaP is a common lisp library to document code. These patches add
the library helambdap and two of its dependencies. For each library L,
we define first the sbcl version sbcl-L and then we build the cl version
cl-L from the sbcl version.

Gabriel Hondet (3):
  gnu: add sbcl-xhtmlambda
  gnu: add sbcl-clad
  gnu: add sbcl-helambdap

 gnu/packages/lisp-xyz.scm | 87 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 87 insertions(+)


base-commit: 3f7b091ea4897e3a170a54433a2476d3b6810dc4

Comments

Guillaume Le Vaillant Oct. 10, 2023, 8:12 a.m. UTC | #1
Patches applied as 1dbc630a3390d7232e26b4cfa3499b579b82e553 and
following (with some modifications and complete commit messages).
Thanks.