From 18683df0ecd07d8043f93e22880d896b8379f72e Mon Sep 17 00:00:00 2001 From: Rekihyt Date: Sat, 13 Jun 2020 04:42:52 -0700 Subject: [PATCH] Added package nimviz (#1514) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 8fbc3f7..0293440 100644 --- a/packages.json +++ b/packages.json @@ -18269,5 +18269,18 @@ "description": "A glue wrapper to do awk-style text processing with Nim", "license": "MIT", "web": "https://github.com/capocasa/naw" + }, + { + "name": "nimviz", + "url": "https://github.com/Rekihyt/nimviz", + "method": "git", + "tags": [ + "graphviz", + "library", + "wrapper" + ], + "description": "A wrapper for the graphviz c api.", + "license": "MIT", + "web": "https://github.com/Rekihyt/nimviz" } ]