Added lazy library to packages.json

This commit is contained in:
Peter Mora 2015-06-10 13:45:36 +02:00
parent 469b93f861
commit 66ed52dbdf

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