From b9a19257272a0a38464475f9dcc5b25ee0d596b3 Mon Sep 17 00:00:00 2001 From: Bartek Jasicki Date: Mon, 20 Mar 2023 11:07:23 +0100 Subject: [PATCH] Added package nimalyzer (#2545) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index ad64245..31bbbff 100644 --- a/packages.json +++ b/packages.json @@ -29577,5 +29577,18 @@ "description": "Play MineSweeper on CLI", "license": "MIT", "web": "https://github.com/KerorinNorthFox/MineSweeper_on_CLI" + }, + { + "name": "nimalyzer", + "url": "https://github.com/thindil/nimalyzer", + "method": "git", + "tags": [ + "cli", + "tool", + "static analyzer", + "code analyzer" + ], + "description": "A static code analyzer for Nim", + "license": "BSD-3" } ]