Skip to content

Commit

Permalink
Added package stackclosures (#2731)
Browse files Browse the repository at this point in the history
  • Loading branch information
guibar64 authored Oct 29, 2023
1 parent 5253d60 commit 24424fd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]

0 comments on commit 24424fd

Please sign in to comment.