gnu: Add clasp-cl-ppcre.

* gnu/packages/lisp-xyz.scm (clasp-cl-ppcre): New variable.

Change-Id: I95c5146a9ea86e9bea14f33f291f1c7650b413c9
This commit is contained in:
jgart 2025-06-26 02:49:49 -04:00
parent 29e75c336d
commit 3d9f413f42
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -8901,6 +8901,9 @@ compatible with ANSI-compliant Common Lisp implementations.")
(define-public ecl-cl-ppcre
(sbcl-package->ecl-package sbcl-cl-ppcre))
(define-public clasp-cl-ppcre
(sbcl-package->clasp-package sbcl-cl-ppcre))
(define-public sbcl-cl-ppcre-unicode
(package (inherit sbcl-cl-ppcre)
(name "sbcl-cl-ppcre-unicode")