From 75a1868288ce626df8870407dd88043dbe350da1 Mon Sep 17 00:00:00 2001 From: Jason Beetham Date: Sat, 10 Oct 2020 00:06:31 -0600 Subject: [PATCH] Added constructor package (#1665) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 2d07b07..034238a 100644 --- a/packages.json +++ b/packages.json @@ -19786,6 +19786,20 @@ "license": "MIT/ISC", "web": "https://github.com/c-blake/nimp" }, + { + "name": "constructor", + "url": "https://github.com/beef331/constructor", + "method": "git", + "tags": [ + "nim", + "utillity", + "macros", + "object", + "events" + ], + "description": "Nim macros to aid in object construction including event programming, and constructors.", + "license": "MIT" + }, { "name": "fpn", "url": "https://gitlab.com/lbartoletti/fpn",