Added package nobject (#1793)

This commit is contained in:
Carpal 2021-01-25 07:08:30 +01:00 committed by GitHub
parent cd569530e3
commit 2aea2c96be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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