Files
opus-apps/moonscript/.package
kepler155c@gmail.com 4f74ab2840 added moonscript package
2020-06-05 21:38:45 -06:00

12 lines
428 B
Plaintext

{
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',
},
}