luaPackages.lpeglabel: init at 1.5.0
This commit is contained in:
parent
2fc71c7404
commit
021e04d0eb
@ -11,6 +11,7 @@ inspect,,,,
|
||||
ldoc,,,,
|
||||
lgi,,,,
|
||||
lpeg_patterns,,,,
|
||||
lpeglabel,,,,
|
||||
lpty,,,,
|
||||
lrexlib-gnu,,,,
|
||||
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 {
|
||||
pname = "lpty";
|
||||
version = "1.2.2-1";
|
||||
|
Loading…
Reference in New Issue
Block a user