[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#37817] [PATCH 5/7] gnu: Add ecl-iterate.
From: |
Guillaume Le Vaillant |
Subject: |
[bug#37817] [PATCH 5/7] gnu: Add ecl-iterate. |
Date: |
Fri, 18 Oct 2019 22:42:04 +0200 |
* gnu/packages/lisp.scm (ecl-iterate): New variable.
---
gnu/packages/lisp.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index c8fdece80e..a7065213ce 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -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")
--
2.23.0
- [bug#37817] [PATCH 0/7] Add graph Common Lisp library and dependencies., Guillaume Le Vaillant, 2019/10/18
- [bug#37817] [PATCH 1/7] gnu: Add cl-heap., Guillaume Le Vaillant, 2019/10/18
- [bug#37817] [PATCH 4/7] gnu: sbcl-iterate: Add missing native input., Guillaume Le Vaillant, 2019/10/18
- [bug#37817] [PATCH 5/7] gnu: Add ecl-iterate.,
Guillaume Le Vaillant <=
- [bug#37817] [PATCH 2/7] gnu: Add curry-compose-reader-macros., Guillaume Le Vaillant, 2019/10/18
- [bug#37817] [PATCH 3/7] gnu: Add yason., Guillaume Le Vaillant, 2019/10/18
- [bug#37817] [PATCH 6/7] gnu: Add stefil., Guillaume Le Vaillant, 2019/10/18
- [bug#37817] [PATCH 7/7] gnu: Add graph., Guillaume Le Vaillant, 2019/10/18
- [bug#37817] [PATCH 1/7] gnu: Add cl-heap., [bug#37817] [PATCH 2/7] gnu: Add curry-compose-reader-macros., [bug#37817] [PATCH 3/7] gnu: Add yason., [bug#37817] [PATCH 4/7] gnu: sbcl-iterate: Add missing native input., [bug#37817] [PATCH 5/7] gnu: Add ecl-iterate., [bug#37817] [PATCH 6/7] gnu: Add stefil., [bug#37817] [PATCH 7/7] gnu: Add graph., Pierre Neidhardt, 2019/10/21
- [bug#37817] [PATCH 1/7] gnu: Add cl-heap., [bug#37817] [PATCH 2/7] gnu: Add curry-compose-reader-macros., [bug#37817] [PATCH 3/7] gnu: Add yason., [bug#37817] [PATCH 4/7] gnu: sbcl-iterate: Add missing native input., [bug#37817] [PATCH 5/7] gnu: Add ecl-iterate., [bug#37817] [PATCH 6/7] gnu: Add stefil., [bug#37817] [PATCH 7/7] gnu: Add graph., Guillaume Le Vaillant, 2019/10/21
- [bug#37817] [PATCH 1/7] gnu: Add cl-heap., [bug#37817] [PATCH 2/7] gnu: Add curry-compose-reader-macros., [bug#37817] [PATCH 3/7] gnu: Add yason., [bug#37817] [PATCH 4/7] gnu: sbcl-iterate: Add missing native input., [bug#37817] [PATCH 5/7] gnu: Add ecl-iterate., [bug#37817] [PATCH 6/7] gnu: Add stefil., [bug#37817] [PATCH 7/7] gnu: Add graph., Pierre Neidhardt, 2019/10/21
- [bug#37817] [PATCH v2 1/9] gnu: Add cl-heap., Guillaume Le Vaillant, 2019/10/21
- [bug#37817] [PATCH v2 3/9] gnu: Add yason., Guillaume Le Vaillant, 2019/10/21
- [bug#37817] [PATCH v2 4/9] gnu: sbcl-iterate: Add missing native input., Guillaume Le Vaillant, 2019/10/21