luaPackages.cosmo: init at 16.06.04-1

This commit is contained in:
Mario Rodas 2020-02-11 00:01:00 -05:00 committed by Caleb Maclennan
parent 0b2a15fddd
commit 7d64380b6b
No known key found for this signature in database
GPG key ID: 63CC496475267693
2 changed files with 18 additions and 0 deletions

View file

@ -9,6 +9,7 @@ busted,,,,,
cassowary,,,,,marsam
cjson,lua-cjson,,,,
compat53,,,,,vcunat
cosmo,,,,,marsam
coxpcall,,,1.17.0-1,,
cqueues,,,,,vcunat
cyrussasl,,,,,vcunat

1 # nix name luarocks name server version luaversion maintainers
9 cassowary marsam
10 cjson lua-cjson
11 compat53 vcunat
12 cosmo marsam
13 coxpcall 1.17.0-1
14 cqueues vcunat
15 cyrussasl vcunat

View file

@ -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";