Add package asyncIters (#2533)

This commit is contained in:
Nickolay Bukreyev 2023-03-09 08:23:52 +07:00 committed by GitHub
parent 0c545bf2b4
commit ae9326ebe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]