From e3d1822c47842e8b641eb513e8fe26136c8b90ee Mon Sep 17 00:00:00 2001 From: hmbemba Date: Tue, 16 Jan 2024 02:45:12 -0500 Subject: [PATCH] Added package icecream (#2778) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index fa28e9113..908de2a25 100644 --- a/packages.json +++ b/packages.json @@ -32266,6 +32266,20 @@ "license": "MIT License", "web": "https://github.com/arnetheduck/nph" }, + { + "name": "icecream", + "url": "https://github.com/hmbemba/icecream", + "method": "git", + "tags": [ + "print", + "icecream", + "ic", + "echo" + ], + "description": "nim port of the icecream python library", + "license": "MIT", + "web": "https://github.com/hmbemba/icecream" + }, { "name": "threadButler", "url": "https://github.com/PhilippMDoerner/Appster",