From ae9326ebe4ed266e8a73915121ea9ea913170eaf Mon Sep 17 00:00:00 2001 From: Nickolay Bukreyev Date: Thu, 9 Mar 2023 08:23:52 +0700 Subject: [PATCH] Add package asyncIters (#2533) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index cea9356..d38a980 100644 --- a/packages.json +++ b/packages.json @@ -29420,5 +29420,20 @@ "description": "Convert epub to gpub (https://codeberg.org/oppenlab/gempub)", "license": "MIT", "web": "https://gitlab.com/mars2klb/epub2gpub" + }, + { + "name": "asyncIters", + "url": "https://github.com/SirNickolas/asyncIters-Nim", + "method": "git", + "tags": [ + "async", + "iterator", + "macros", + "sugar", + "syntax" + ], + "description": "Async iterators. Able to both await futures and yield values", + "license": "MIT", + "doc": "https://sirnickolas.github.io/asyncIters-Nim/asyncIters" } ]