luaPackages.cosmo: init at 16.06.04-1
This commit is contained in:
parent
0b2a15fddd
commit
7d64380b6b
@ -9,6 +9,7 @@ busted,,,,,
|
||||
cassowary,,,,,marsam
|
||||
cjson,lua-cjson,,,,
|
||||
compat53,,,,,vcunat
|
||||
cosmo,,,,,marsam
|
||||
coxpcall,,,1.17.0-1,,
|
||||
cqueues,,,,,vcunat
|
||||
cyrussasl,,,,,vcunat
|
||||
|
|
@ -214,6 +214,23 @@ compat53 = buildLuarocksPackage {
|
||||
};
|
||||
};
|
||||
};
|
||||
cosmo = buildLuarocksPackage {
|
||||
pname = "cosmo";
|
||||
version = "16.06.04-1";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://luarocks/cosmo-16.06.04-1.src.rock;
|
||||
sha256 = "1adrk74j0x1yzhy0xz9k80hphxdjvm09kpwpbx00sk3kic6db0ww";
|
||||
};
|
||||
propagatedBuildInputs = [ lpeg ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "http://cosmo.luaforge.net";
|
||||
description = "Safe templates for Lua";
|
||||
maintainers = with maintainers; [ marsam ];
|
||||
license.fullName = "MIT/X11";
|
||||
};
|
||||
};
|
||||
coxpcall = buildLuarocksPackage {
|
||||
pname = "coxpcall";
|
||||
version = "1.17.0-1";
|
||||
|
Loading…
Reference in New Issue
Block a user