added moonscript package

This commit is contained in:
kepler155c@gmail.com
2020-06-05 21:38:45 -06:00
parent b289594c7f
commit 4f74ab2840
15 changed files with 1799 additions and 461 deletions

11
moonscript/.package Normal file
View File

@@ -0,0 +1,11 @@
{
title = 'moonscript',
repository = 'kepler155c/opus-apps/{{OPUS_BRANCH}}/moonscript',
description = [[MoonScript is a programmer friendly language that compiles into Lua. It gives you the power of the fastest scripting language combined with a rich set of features. It runs on Lua 5.1 and above, including alternative runtimes like LuaJIT.
See https://moonscript.org.]],
license = 'MIT',
required = {
'lpeg',
},
}