mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-08 00:53:10 +00:00
Add package lazyseq (#1783)
This commit is contained in:
parent
4d0dc6c4ef
commit
8c9a0e5404
@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user