Added package stackclosures (#2731)

This commit is contained in:
Guillaume Bareigts 2023-10-29 02:05:28 +01:00 committed by GitHub
parent 5253d604fa
commit 24424fd343
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]