mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-02 14:13:05 +00:00
add nimLUA
glue code generator to bind Nim and Lua together using Nim's powerful macro
This commit is contained in:
parent
b4ad872135
commit
3f28fda452
@ -3731,5 +3731,20 @@
|
||||
"description": "Nim wrapper for the snappy compression library. there is also a high-level API for easy use",
|
||||
"license": "BSD",
|
||||
"web": "https://github.com/dfdeshom/nimsnappy"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "nimLUA",
|
||||
"url": "https://github.com/jangko/nimLUA",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"lua",
|
||||
"library",
|
||||
"bind",
|
||||
"glue",
|
||||
"macros"
|
||||
],
|
||||
"description": "glue code generator to bind Nim and Lua together using Nim's powerful macro",
|
||||
"license": "MIT",
|
||||
"web": "https://github.com/jangko/nimLUA"
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user