summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjgart <jgart@dismail.de>2025-06-29 16:27:09 -0400
committerjgart <jgart@dismail.de>2025-06-29 16:27:09 -0400
commit3bb1cfd136a68c1e3f164e7c0527608ebfcd72aa (patch)
treeca00dfd856d049f78864ba14225c425e19c22d47
parent40ee3ec6660c2ea0f92903353f62cb9685c2878e (diff)
gnu: Add clasp-ctype.
* gnu/packages/lisp-xyz.scm (clasp-ctype): New variable. Change-Id: I7ca368abe8f1a04af113503e550ce7a2c3a26dba
-rw-r--r--gnu/packages/lisp-xyz.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 65a8bb078f..8470d16d20 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -13352,6 +13352,9 @@ particularly @code{cl:typep} and @code{cl:subtypep}.")
;; (define-public ecl-ctype
;; (sbcl-package->ecl-package sbcl-ctype))
+(define-public clasp-ctype
+ (sbcl-package->clasp-package sbcl-ctype))
+
(define-public sbcl-curry-compose-reader-macros
(let ((commit "beaa92dedf392726c042184bfd6149fa8d9e6ac2")
(revision "0"))