Add package lazyseq (#1783)

This commit is contained in:
markspanbroek 2021-01-14 18:11:45 +01:00 committed by GitHub
parent 4d0dc6c4ef
commit 8c9a0e5404
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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