From 44d5634427740055cecf902d2ef93c42ebdcbd89 Mon Sep 17 00:00:00 2001 From: smallfx Date: Tue, 5 Jul 2016 09:59:26 -0700 Subject: [PATCH] Added luna Lua scripting library (#375) * Added luna Lua scripting library * Fix whitespace * Package rename --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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" } ]