mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-05 23:53:08 +00:00
Add package vtable (#1762)
This commit is contained in:
parent
fe435d5ea7
commit
8b9b8eb97b
@ -20894,5 +20894,18 @@
|
||||
"description": "Easy to use Nim/Nimscript interop, for scripting logic in compiled binaries.",
|
||||
"license": "MIT",
|
||||
"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"
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user