aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsmallfx <primaryxeffect@gmail.com>2016-07-05 09:59:26 -0700
committerDominik Picheta <dominikpicheta@googlemail.com>2016-07-05 17:59:26 +0100
commit44d5634427740055cecf902d2ef93c42ebdcbd89 (patch)
treead24ec8048c5af33858378056f7632e04017629d
parent43790a8e701b406435eb4c48bc89c9ad52ab0b43 (diff)
downloadpackages-44d5634427740055cecf902d2ef93c42ebdcbd89.tar.gz
packages-44d5634427740055cecf902d2ef93c42ebdcbd89.zip
Added luna Lua scripting library (#375)
* Added luna Lua scripting library * Fix whitespace * Package rename
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 31273da..22ea718 100644
--- a/packages.json
+++ b/packages.json
@@ -4889,5 +4889,17 @@
"web": "https://github.com/miere43/nim-registry",
"license": "MIT",
"method": "git"
+ },
+ {
+ "name": "luna",
+ "description": "Lua convenience library for nim",
+ "tags": [
+ "lua",
+ "scripting"
+ ],
+ "url": "https://github.com/smallfx/luna.nim",
+ "web": "https://github.com/smallfx/luna.nim",
+ "license": "MIT",
+ "method": "git"
}
]