Add package letUtils (#2523)

Co-authored-by: Gabriel Huber <mail@gabrielhuber.at>
This commit is contained in:
Nickolay Bukreyev 2023-03-06 05:23:50 +07:00 committed by GitHub
parent 68f9bd1796
commit cf235bd1d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29333,5 +29333,20 @@
"description": "NimProtect is a tiny single-macro library for protecting sensitive strings in compiled binaries",
"license": "MIT",
"web": "https://github.com/itaymigdal/NimProtect"
},
{
"name": "letUtils",
"url": "https://github.com/SirNickolas/let-utils-nim",
"method": "git",
"tags": [
"functional",
"macros",
"sugar",
"syntax",
"utility"
],
"description": "A few handy macros for those who prefer `let` over `var`",
"license": "MIT",
"doc": "https://sirnickolas.github.io/let-utils-nim/letUtils"
}
]