From cf235bd1d6eb0ca0dd07ce314a64260a93f491ce Mon Sep 17 00:00:00 2001 From: Nickolay Bukreyev Date: Mon, 6 Mar 2023 05:23:50 +0700 Subject: [PATCH] Add package letUtils (#2523) Co-authored-by: Gabriel Huber --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index bdc6bce..6c8b7f4 100644 --- a/packages.json +++ b/packages.json @@ -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" } ]