mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add clasp-the-cost-of-nothing.
* gnu/packages/lisp-xyz.scm (clasp-the-cost-of-nothing): New variable. Change-Id: I0acd82883f0b8eaf1121b26d959b809f4a58519a
This commit is contained in:
parent
eee894e402
commit
0d2db888dd
1 changed files with 3 additions and 0 deletions
|
@ -30093,6 +30093,9 @@ determine the cost of certain actions on a given platform and implementation.")
|
||||||
(define-public ecl-the-cost-of-nothing
|
(define-public ecl-the-cost-of-nothing
|
||||||
(sbcl-package->ecl-package sbcl-the-cost-of-nothing))
|
(sbcl-package->ecl-package sbcl-the-cost-of-nothing))
|
||||||
|
|
||||||
|
(define-public clasp-the-cost-of-nothing
|
||||||
|
(sbcl-package->clasp-package sbcl-the-cost-of-nothing))
|
||||||
|
|
||||||
(define-public sbcl-tooter
|
(define-public sbcl-tooter
|
||||||
(let ((commit "76fbb36552b036ee84ec7fe4773616470b1ce4c2")
|
(let ((commit "76fbb36552b036ee84ec7fe4773616470b1ce4c2")
|
||||||
(revision "5"))
|
(revision "5"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue