Added constructor package (#1665)

This commit is contained in:
Jason Beetham 2020-10-10 00:06:31 -06:00 committed by GitHub
parent 317c9a6fbd
commit 75a1868288
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",