luaPackages.lpeglabel: init at 1.5.0
This commit is contained in:
parent
2fc71c7404
commit
021e04d0eb
@ -11,6 +11,7 @@ inspect,,,,
|
|||||||
ldoc,,,,
|
ldoc,,,,
|
||||||
lgi,,,,
|
lgi,,,,
|
||||||
lpeg_patterns,,,,
|
lpeg_patterns,,,,
|
||||||
|
lpeglabel,,,,
|
||||||
lpty,,,,
|
lpty,,,,
|
||||||
lrexlib-gnu,,,,
|
lrexlib-gnu,,,,
|
||||||
lrexlib-posix,,,,
|
lrexlib-posix,,,,
|
||||||
|
|
@ -257,6 +257,25 @@ lpeg_patterns = buildLuarocksPackage {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
lpeglabel = buildLuarocksPackage {
|
||||||
|
pname = "lpeglabel";
|
||||||
|
version = "1.5.0-1";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = https://luarocks.org/lpeglabel-1.5.0-1.src.rock;
|
||||||
|
sha256 = "068mwvwwn5n69pdm04qnk354391w9mk34jsczxql0xi5qgmz6w8j";
|
||||||
|
};
|
||||||
|
disabled = (luaOlder "5.1");
|
||||||
|
propagatedBuildInputs = [ lua ];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
homepage = "https://github.com/sqmedeiros/lpeglabel/";
|
||||||
|
description = "Parsing Expression Grammars For Lua with Labeled Failures";
|
||||||
|
license = {
|
||||||
|
fullName = "MIT/X11";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
lpty = buildLuarocksPackage {
|
lpty = buildLuarocksPackage {
|
||||||
pname = "lpty";
|
pname = "lpty";
|
||||||
version = "1.2.2-1";
|
version = "1.2.2-1";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user