From 7a609cfad234e76c6d9dec251aa724472cb58eea Mon Sep 17 00:00:00 2001 From: CodeDoes Date: Sat, 14 Jul 2018 05:12:01 +0200 Subject: [PATCH] Added package nimspice --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 89ca743..697b2a6 100644 --- a/packages.json +++ b/packages.json @@ -9943,5 +9943,19 @@ "description": "Nim wrapper for libclipboard", "license": "MIT", "web": "https://github.com/genotrance/nimclipboard" + }, + { + "name": "nimspice", + "url": "https://github.com/CodeDoes/nimspice", + "method": "git", + "tags": [ + "macro", + "template", + "class", + "collection" + ], + "description": "A bunch of macros. sugar if you would", + "license": "MIT", + "web": "https://github.com/CodeDoes/nimspice" } ]