diff options
| author | Peter Mora <morapeter@gmail.com> | 2015-06-10 13:45:36 +0200 |
|---|---|---|
| committer | Peter Mora <morapeter@gmail.com> | 2015-06-10 13:45:36 +0200 |
| commit | 66ed52dbdf2218edc81e0fa0adff55c54ae04b16 (patch) | |
| tree | 9b434fe6c78e94f157d3f26029db013a567aac99 | |
| parent | 469b93f8610bc5a1e3a081920e76ba66872b34d9 (diff) | |
| download | packages-66ed52dbdf2218edc81e0fa0adff55c54ae04b16.tar.gz packages-66ed52dbdf2218edc81e0fa0adff55c54ae04b16.zip | |
Added lazy library to packages.json
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index c3caa3e..b3f272b 100644 --- a/packages.json +++ b/packages.json @@ -1668,5 +1668,14 @@ "description": "A* Pathfinding", "license": "MIT", "web": "https://github.com/Nycto/AStarNim" + }, + { + "name": "lazy", + "url": "git://github.com/petermora/nimLazy/", + "method": "git", + "tags": ["library", "iterator", "lazy list"], + "description": "Iterator library for Nim", + "license": "MIT", + "web": "https://github.com/petermora/nimLazy" } ] |
