diff --git a/packages.json b/packages.json index 5064378..713a62e 100644 --- a/packages.json +++ b/packages.json @@ -11371,6 +11371,22 @@ "license": "MIT", "web": "https://github.com/nim-lang/graveyard/tree/master/xmldomparser" }, + { + "name": "list_comprehension", + "url": "https://github.com/nim-lang/graveyard?subdir=lc", + "method": "git", + "tags": [ + "graveyard", + "lc", + "list", + "comprehension", + "list_comp", + "list_comprehension" + ], + "description": "List comprehension, for creating sequences.", + "license": "MIT", + "web": "https://github.com/nim-lang/graveyard/tree/master/lc" + }, { "name": "result", "url": "https://github.com/arnetheduck/nim-result",