Added package classes (#1679)

This commit is contained in:
Josh 2020-10-25 21:49:13 +02:00 committed by GitHub
parent 14c06007f3
commit 91ec6e89f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19991,5 +19991,20 @@
"description": "eachdo executes commands with each multidimensional values",
"license": "MIT",
"web": "https://github.com/jiro4989/eachdo"
},
{
"name": "classes",
"url": "https://github.com/jjv360/nim-classes",
"method": "git",
"tags": [
"class",
"classes",
"macro",
"oop",
"super"
],
"description": "Adds class support to Nim.",
"license": "MIT",
"web": "https://github.com/jjv360/nim-classes"
}
]