Add package vtable (#1762)

This commit is contained in:
Code Hz 2020-12-25 08:24:05 +08:00 committed by GitHub
parent fe435d5ea7
commit 8b9b8eb97b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20894,5 +20894,18 @@
"description": "Easy to use Nim/Nimscript interop, for scripting logic in compiled binaries.", "description": "Easy to use Nim/Nimscript interop, for scripting logic in compiled binaries.",
"license": "MIT", "license": "MIT",
"web": "https://github.com/beef331/nimscripter" "web": "https://github.com/beef331/nimscripter"
},
{
"name": "vtable",
"url": "https://github.com/codehz/nim-vtable",
"method": "git",
"tags": [
"oop",
"method",
"vtable",
"trait"
],
"description": "Implement dynamic dispatch through vtable, should works for dynlib.",
"license": "LGPL-3.0"
} }
] ]