From 2aea2c96be216f02029f80d207670bff0caa865f Mon Sep 17 00:00:00 2001 From: Carpal <65513900+Carpall@users.noreply.github.com> Date: Mon, 25 Jan 2021 07:08:30 +0100 Subject: [PATCH] Added package nobject (#1793) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index fa3b9a6..297f247 100644 --- a/packages.json +++ b/packages.json @@ -21249,6 +21249,22 @@ "license": "MIT", "web": "https://github.com/davidgarland/nim-hats" }, + { + "name": "nobject", + "url": "https://github.com/Carpall/nobject", + "method": "git", + "tags": [ + "nim", + "nimble", + "nim-lang", + "object", + "runtime", + "dynamic" + ], + "description": "A partially compile and runtime evaluated object, inspired from .net object", + "license": "GPL-3.0", + "web": "https://github.com/Carpall/nobject" + }, { "name": "nimfcuk", "url": "https://github.com/2KAbhishek/nimfcuk",