From bc68b9b5eaf71544c00bff482aadd25376e5696e Mon Sep 17 00:00:00 2001 From: YaDev Date: Tue, 9 Apr 2024 20:47:26 -0500 Subject: [PATCH] Added package NimCLS (#2849) --- packages.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/packages.json b/packages.json index ab1c54c..e97d18c 100644 --- a/packages.json +++ b/packages.json @@ -33073,5 +33073,24 @@ "license": "GPL3", "web": "https://github.com/jaar23/octolog", "doc": "https://jaar23.github.io/octolog" + }, + { + "name": "nimcls", + "url": "https://github.com/YaDev/NimCLS", + "method": "git", + "tags": [ + "class", + "dependency-injection", + "oop", + "inheritance", + "object", + "di", + "method", + "singleton", + "inject" + ], + "description": "Classes and dependency injection for Nim.", + "license": "MIT", + "web": "https://github.com/YaDev/NimCLS" } ]