luaPackages.luaepnf: init at 0.3-1
This commit is contained in:
parent
2edf9a0332
commit
460224d4cd
@ -44,6 +44,7 @@ luadbi-mysql,,,,,
|
|||||||
luadbi-postgresql,,,,,
|
luadbi-postgresql,,,,,
|
||||||
luadbi-sqlite3,,,,,
|
luadbi-sqlite3,,,,,
|
||||||
luadoc,,,,,
|
luadoc,,,,,
|
||||||
|
luaepnf,,,,,
|
||||||
luaevent,,,,,
|
luaevent,,,,,
|
||||||
luaexpat,,,1.3.0-1,,arobyn flosse
|
luaexpat,,,1.3.0-1,,arobyn flosse
|
||||||
luaffi,,http://luarocks.org/dev,,,
|
luaffi,,http://luarocks.org/dev,,,
|
||||||
|
|
@ -933,9 +933,24 @@ luadoc = buildLuarocksPackage {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "http://luadoc.luaforge.net/";
|
homepage = "http://luadoc.luaforge.net/";
|
||||||
description = "LuaDoc is a documentation tool for Lua source code";
|
description = "LuaDoc is a documentation tool for Lua source code";
|
||||||
license = {
|
license.fullName = "MIT/X11";
|
||||||
fullName = "MIT/X11";
|
};
|
||||||
};
|
};
|
||||||
|
luaepnf = buildLuarocksPackage {
|
||||||
|
pname = "luaepnf";
|
||||||
|
version = "0.3-1";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = mirror://luarocks/luaepnf-0.3-1.src.rock;
|
||||||
|
sha256 = "12z7radxk1dkyjqflr85sghywgc82xdg4mzb9mbwbrrqbnjw8mp5";
|
||||||
|
};
|
||||||
|
disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
|
||||||
|
propagatedBuildInputs = [ lua lpeg ];
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
homepage = "http://siffiejoe.github.io/lua-luaepnf/";
|
||||||
|
description = "Extended PEG Notation Format (easy grammars for LPeg)";
|
||||||
|
license.fullName = "MIT";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
luaevent = buildLuarocksPackage {
|
luaevent = buildLuarocksPackage {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user