From 510afa4f6308e4def0e3293f75941daa1f208da8 Mon Sep 17 00:00:00 2001 From: haxscramper Date: Mon, 31 Aug 2020 16:07:45 +0000 Subject: [PATCH] Added package hnimast (#1630) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index fec2bce..cee6439 100644 --- a/packages.json +++ b/packages.json @@ -19426,5 +19426,17 @@ "description": "Simpleflake for nim", "license": "MIT", "web": "https://github.com/aisk/simpleflake.nim" + }, + { + "name": "hnimast", + "url": "https://github.com/haxscramper/hnimast", + "method": "git", + "tags": [ + "ast", + "macro" + ], + "description": "User-friendly wrapper for nim ast", + "license": "Apache-2.0", + "web": "https://github.com/haxscramper/hnimast" } ]