diff options
| author | smallfx <primaryxeffect@gmail.com> | 2016-07-05 09:59:26 -0700 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-07-05 17:59:26 +0100 |
| commit | 44d5634427740055cecf902d2ef93c42ebdcbd89 (patch) | |
| tree | ad24ec8048c5af33858378056f7632e04017629d | |
| parent | 43790a8e701b406435eb4c48bc89c9ad52ab0b43 (diff) | |
| download | packages-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.json | 12 |
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" } ] |
