1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-12 18:10:47 +02:00

gnu: Add clasp-optima.

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

Change-Id: Id8b8f0c602be0e0a3ec516e2c1612638c4564abf
This commit is contained in:
jgart 2025-06-26 14:56:38 -04:00
parent 41409f2b24
commit c5352e6766
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -23819,6 +23819,9 @@ optimizing techniques widely used in the functional programming world.")
(define-public ecl-optima
(sbcl-package->ecl-package sbcl-optima))
(define-public clasp-optima
(sbcl-package->clasp-package sbcl-optima))
(define-public sbcl-org-sampler
(let ((commit "ee135a417750e5b1d810bb9574eb85223cb3038a")
(revision "1"))