From a01fa1ddf972b15600da2d7ecafa485bb016a7f5 Mon Sep 17 00:00:00 2001 From: hamid bluri Date: Mon, 12 Jul 2021 10:51:26 +0430 Subject: [PATCH] Added package macroplus (#1967) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 9df4c7a..372019e 100644 --- a/packages.json +++ b/packages.json @@ -23299,5 +23299,20 @@ "description": "Unroll for-loops at compile-time.", "license": "MIT", "web": "https://github.com/schneiderfelipe/unrolled" + }, + { + "name": "macroplus", + "url": "https://github.com/hamidb80/macroplus", + "method": "git", + "tags": [ + "macroplus", + "macro", + "macro", + "nim", + "compiletime" + ], + "description": "a collection of useful macro functionalities", + "license": "MIT", + "web": "https://github.com/hamidb80/macroplus" } ]