From 8c9a0e540449c638635ab428a3e1019e2488e97b Mon Sep 17 00:00:00 2001 From: markspanbroek Date: Thu, 14 Jan 2021 18:11:45 +0100 Subject: [PATCH] Add package lazyseq (#1783) --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages.json b/packages.json index 3a3326c..db19602 100644 --- a/packages.json +++ b/packages.json @@ -21166,5 +21166,23 @@ "description": "Syllable estimation for Nim.", "license": "MIT", "web": "https://github.com/Knaque/nim-syllables" + }, + { + "name": "lazyseq", + "url": "https://github.com/markspanbroek/nim-lazyseq", + "method": "git", + "tags": [ + "lazy", + "sequences", + "infinite", + "functional", + "map", + "reduce", + "zip", + "filter" + ], + "description": "Lazy evaluated sequences", + "license": "MIT", + "web": "https://github.com/markspanbroek/nim-lazyseq" } ]