diff --git a/packages.json b/packages.json index 35aaab0..e9685aa 100644 --- a/packages.json +++ b/packages.json @@ -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" } ]