gnu: Add ecl-iterate.

* gnu/packages/lisp.scm (ecl-iterate): New variable.
This commit is contained in:
Guillaume Le Vaillant 2019-10-21 14:02:59 +02:00 committed by Pierre Neidhardt
parent 5bb3272e18
commit 93b2739434
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F

View File

@ -1526,6 +1526,9 @@ It is similar to the @code{CL:LOOP} macro, with these distinguishing marks:
(define-public cl-iterate
(sbcl-package->cl-source-package sbcl-iterate))
(define-public ecl-iterate
(sbcl-package->ecl-package sbcl-iterate))
(define-public sbcl-cl-uglify-js
;; There have been many bug fixes since the 2010 release.
(let ((commit "429c5e1d844e2f96b44db8fccc92d6e8e28afdd5")