mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-04 07:03:13 +00:00
Add package asyncIters (#2533)
This commit is contained in:
parent
0c545bf2b4
commit
ae9326ebe4
@ -29420,5 +29420,20 @@
|
|||||||
"description": "Convert epub to gpub (https://codeberg.org/oppenlab/gempub)",
|
"description": "Convert epub to gpub (https://codeberg.org/oppenlab/gempub)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://gitlab.com/mars2klb/epub2gpub"
|
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user