From 5195965c5b88dd6b3861c037b41eb40a64a89a1a Mon Sep 17 00:00:00 2001 From: Andre von Houck Date: Sat, 13 May 2023 23:43:34 -0700 Subject: [PATCH] Add pretty (#2597) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index ca755a6..bf0a240 100644 --- a/packages.json +++ b/packages.json @@ -11970,6 +11970,18 @@ "license": "MIT", "web": "https://github.com/treeform/print" }, + { + "name": "pretty", + "url": "https://github.com/treeform/pretty", + "method": "git", + "tags": [ + "pretty", + "print" + ], + "description": "A pretty printer for Nim types", + "license": "MIT", + "web": "https://github.com/treeform/pretty" + }, { "name": "vmath", "url": "https://github.com/treeform/vmath",