mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-04 07:03:13 +00:00
Added lazy library to packages.json
This commit is contained in:
parent
469b93f861
commit
66ed52dbdf
@ -1668,5 +1668,14 @@
|
|||||||
"description": "A* Pathfinding",
|
"description": "A* Pathfinding",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/Nycto/AStarNim"
|
"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…
x
Reference in New Issue
Block a user