From 24424fd343e68b801993583ad537f4293d321155 Mon Sep 17 00:00:00 2001 From: Guillaume Bareigts Date: Sun, 29 Oct 2023 02:05:28 +0100 Subject: [PATCH] Added package stackclosures (#2731) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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" } ]