diff --git a/packages.json b/packages.json index efe8c0afa..8ce919e84 100644 --- a/packages.json +++ b/packages.json @@ -31678,5 +31678,17 @@ "description": "Parse a HTML document in Nim.", "license": "MIT", "web": "https://github.com/nim-lang/htmlparser" + }, + { + "name": "stackclosures", + "url": "https://github.com/guibar64/stackclosures", + "method": "git", + "tags": [ + "closures", + "optimization" + ], + "description": "Allocate closures on stack", + "license": "MIT", + "web": "https://github.com/guibar64/stackclosures" } ]