From 126dcb9ae72ea09d8e286884375448474b060529 Mon Sep 17 00:00:00 2001 From: Rekihyt Date: Sat, 15 Jan 2022 19:49:22 -0700 Subject: [PATCH] add package astdot (#2120) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 1042f25..6aee16c 100644 --- a/packages.json +++ b/packages.json @@ -24841,5 +24841,19 @@ "description": "Calculate the next semver version given the git log and previous version", "license": "MIT", "web": "https://gitlab.com/SimplyZ/conventional_semver" + }, + { + "name": "astdot", + "url": "https://github.com/Rekihyt/astdot", + "method": "git", + "tags": [ + "ast", + "dot", + "jpg", + "tree" + ], + "description": "Prints a dot graph of a nim ast dumped using the `dumpTree` macro.", + "license": "MIT", + "web": "https://github.com/Rekihyt/astdot" } ]