From 810387848395c15e79dce0c8c705d8462d693fdd Mon Sep 17 00:00:00 2001 From: GeK2K <149762577+GeK2K@users.noreply.github.com> Date: Sat, 28 Sep 2024 02:22:44 +0200 Subject: [PATCH] Update packages.json (#2940) Adding 'nimutils' package. --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 575f72c..58341ea 100644 --- a/packages.json +++ b/packages.json @@ -34075,5 +34075,19 @@ "description": "runtime array types with destructors", "license": "MIT", "web": "https://github.com/metagn/manta" + }, + { + "name": "nimutils", + "url": "https://github.com/GeK2K/nimutils", + "method": "git", + "tags": [ + "util", + "date", + "intersection", + "easter", + ], + "description": " some useful tools for programming with Nim", + "license": "MIT", + "web": "https://github.com/GeK2K/nimutils" } ]