Merge pull request #187 from petermora/patch-1

Added lazy library to packages.json
This commit is contained in:
Dominik Picheta 2015-06-10 12:57:28 +01:00
commit 4c34fc59b2

View File

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