Added lazy library to packages.json
This commit is contained in:
parent
469b93f861
commit
66ed52dbdf
1 changed files with 9 additions and 0 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue