aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjangko <jangko128@gmail.com>2015-12-09 21:05:44 +0700
committerjangko <jangko128@gmail.com>2015-12-09 21:05:44 +0700
commit3f28fda4520ad9557bebf5dffbdbd471e09b8ca5 (patch)
tree0801cc686d0911b66652f03b9a9eafa698f9cb61
parentb4ad872135a7abd1748481ba957fb7945f345aa0 (diff)
downloadpackages-3f28fda4520ad9557bebf5dffbdbd471e09b8ca5.tar.gz
packages-3f28fda4520ad9557bebf5dffbdbd471e09b8ca5.zip
add nimLUA
glue code generator to bind Nim and Lua together using Nim's powerful macro
-rw-r--r--packages.json17
1 files changed, 16 insertions, 1 deletions
diff --git a/packages.json b/packages.json
index 6c299ef..c64e57e 100644
--- a/packages.json
+++ b/packages.json
@@ -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"
+ }
]