lua*Packages.moonscript: init at 0.5.0-1 (generated)
This commit is contained in:
parent
c84a282c74
commit
740a7255b6
@ -57,6 +57,7 @@ luv,,,,,
|
|||||||
markdown,,,,,
|
markdown,,,,,
|
||||||
mediator_lua,,,,,
|
mediator_lua,,,,,
|
||||||
mpack,,,,,
|
mpack,,,,,
|
||||||
|
moonscript,,,,,arobyn
|
||||||
nvim-client,,,,,
|
nvim-client,,,,,
|
||||||
penlight,,,,,
|
penlight,,,,,
|
||||||
rapidjson,,,,,
|
rapidjson,,,,,
|
||||||
|
|
@ -1210,6 +1210,26 @@ mpack = buildLuarocksPackage {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
moonscript = buildLuarocksPackage {
|
||||||
|
pname = "moonscript";
|
||||||
|
version = "0.5.0-1";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/moonscript-0.5.0-1.src.rock;
|
||||||
|
sha256 = "09vv3ayzg94bjnzv5fw50r683ma0x3lb7sym297145zig9aqb9q9";
|
||||||
|
};
|
||||||
|
disabled = (luaOlder "5.1");
|
||||||
|
propagatedBuildInputs = [ lua lpeg alt-getopt luafilesystem ];
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
homepage = "http://moonscript.org";
|
||||||
|
description = "A programmer friendly language that compiles to Lua";
|
||||||
|
maintainers = with maintainers; [ arobyn ];
|
||||||
|
license = {
|
||||||
|
fullName = "MIT";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
nvim-client = buildLuarocksPackage {
|
nvim-client = buildLuarocksPackage {
|
||||||
pname = "nvim-client";
|
pname = "nvim-client";
|
||||||
version = "0.2.0-1";
|
version = "0.2.0-1";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user