diff options
Diffstat (limited to 'packages.json')
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index cff3106..8b8704c 100644 --- a/packages.json +++ b/packages.json @@ -4311,5 +4311,19 @@ "description": "Jsmn - a world fastest JSON parser - in pure Nim", "license": "MIT", "web": "https://github.com/OpenSystemsLab/jsmn.nim" + }, + { + "name": "mangle", + "url": "https://github.com/baabelfish/mangle", + "method": "git", + "tags": [ + "functional", + "iterators", + "lazy", + "library" + ], + "description": "Yet another iterator library", + "license": "MIT", + "web": "https://github.com/baabelfish/mangle" } ] |
