From 27d5c61ee0c86907782e7bd99186f1c00a831777 Mon Sep 17 00:00:00 2001 From: Nil <81917075+voidpunk@users.noreply.github.com> Date: Mon, 14 Apr 2025 07:10:44 +0200 Subject: [PATCH] Update packages.json (#3022) --- packages.json | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 14bab9f..a04d003 100644 --- a/packages.json +++ b/packages.json @@ -35021,5 +35021,24 @@ "description": "App to build Nim Docker images and push them to Docker Hub.", "license": "MIT", "web": "https://github.com/moigagoo/dhbp" - } + }, + { + "name": "nimatch", + "url": "https://github.com/voidpunk/NiMatch", + "method": "git", + "tags": [ + "match", + "rust", + "macro", + "nim", + "caseof", + "switch", + "sugar", + "synatx", + "nimatch" + ], + "description": "Rust-like match syntax macros for Nim", + "license": "MIT", + "web": "https://github.com/voidpunk/NiMatch" + }, ]