lua-modules/generated-packages: regen

Mostly formatting improvements,
basexx apparently has new version which was picked up.
wip/yesman
Will Dietz 5 years ago
parent 9a3ed7ea04
commit c1f3c92fef
  1. 224
      pkgs/development/lua-modules/generated-packages.nix

@ -18,13 +18,13 @@ ansicolors = buildLuarocksPackage {
url = https://luarocks.org/ansicolors-1.0.2-3.src.rock;
sha256 = "1mhmr090y5394x1j8p44ws17sdwixn5a0r4i052bkfgk3982cqfz";
};
disabled = ( luaOlder "5.1");
disabled = ( luaOlder "5.1" );
propagatedBuildInputs = [ lua ];
buildType = "builtin";
meta = {
homepage = "https://github.com/kikito/ansicolors.lua";
description="Library for color Manipulation.";
description = "Library for color Manipulation.";
license = {
fullName = "MIT <http://opensource.org/licenses/MIT>";
};
@ -38,13 +38,13 @@ argparse = buildLuarocksPackage {
url = https://luarocks.org/argparse-0.6.0-1.src.rock;
sha256 = "10ic5wppyghd1lmgwgl0lb40pv8z9fi9i87080axxg8wsr19y0p4";
};
disabled = ( luaOlder "5.1") || ( luaAtLeast "5.4");
disabled = ( luaOlder "5.1" ) || ( luaAtLeast "5.4" );
propagatedBuildInputs = [ lua ];
buildType = "builtin";
meta = {
homepage = "https://github.com/mpeterv/argparse";
description="A feature-rich command-line argument parser";
description = "A feature-rich command-line argument parser";
license = {
fullName = "MIT";
};
@ -52,19 +52,25 @@ argparse = buildLuarocksPackage {
};
basexx = buildLuarocksPackage {
pname = "basexx";
version = "0.4.0-1";
version = "0.4.1-1";
knownRockspec = (fetchurl {
url = https://luarocks.org/basexx-0.4.1-1.rockspec;
sha256 = "0kmydxm2wywl18cgj303apsx7hnfd68a9hx9yhq10fj7yfcxzv5f";
}).outPath;
src = fetchurl {
url = https://luarocks.org/basexx-0.4.0-1.src.rock;
sha256 = "1px8yrxg1qkk3kzdqj3siry742jdv4ysp2dmicxi15mkynqpjlzz";
url = https://github.com/aiq/basexx/archive/v0.4.1.tar.gz;
sha256 = "1rnz6xixxqwy0q6y2hi14rfid4w47h69gfi0rnlq24fz8q2b0qpz";
};
disabled = ( luaOlder "5.1");
disabled = ( luaOlder "5.1" );
propagatedBuildInputs = [ lua ];
buildType = "builtin";
meta = {
homepage = "https://github.com/aiq/basexx";
description="A base2, base16, base32, base64 and base85 library for Lua";
description = "A base2, base16, base32, base64 and base85 library for Lua";
license = {
fullName = "MIT";
};
@ -78,13 +84,13 @@ dkjson = buildLuarocksPackage {
url = https://luarocks.org/dkjson-2.5-2.src.rock;
sha256 = "1qy9bzqnb9pf9d48hik4iq8h68aw3270kmax7mmpvvpw7kkyp483";
};
disabled = ( luaOlder "5.1") || ( luaAtLeast "5.4");
disabled = ( luaOlder "5.1" ) || ( luaAtLeast "5.4" );
propagatedBuildInputs = [ lua ];
buildType = "builtin";
meta = {
homepage = "http://dkolf.de/src/dkjson-lua.fsl/";
description="David Kolf's JSON module for Lua";
description = "David Kolf's JSON module for Lua";
license = {
fullName = "MIT/X11";
};
@ -104,7 +110,7 @@ fifo = buildLuarocksPackage {
meta = {
homepage = "https://github.com/daurnimator/fifo.lua";
description="A lua library/'class' that implements a FIFO";
description = "A lua library/'class' that implements a FIFO";
license = {
fullName = "MIT/X11";
};
@ -118,18 +124,44 @@ inspect = buildLuarocksPackage {
url = https://luarocks.org/inspect-3.1.1-0.src.rock;
sha256 = "0k4g9ahql83l4r2bykfs6sacf9l1wdpisav2i0z55fyfcdv387za";
};
disabled = ( luaOlder "5.1");
disabled = ( luaOlder "5.1" );
propagatedBuildInputs = [ lua ];
buildType = "builtin";
meta = {
homepage = "https://github.com/kikito/inspect.lua";
description="Lua table visualizer, ideal for debugging";
description = "Lua table visualizer, ideal for debugging";
license = {
fullName = "MIT <http://opensource.org/licenses/MIT>";
};
};
};
ldoc = buildLuarocksPackage {
pname = "ldoc";
version = "1.4.6-2";
knownRockspec = (fetchurl {
url = https://luarocks.org/ldoc-1.4.6-2.rockspec;
sha256 = "14yb0qihizby8ja0fa82vx72vk903mv6m7izn39mzfrgb8mha0pm";
}).outPath;
src = fetchurl {
url = http://stevedonovan.github.io/files/ldoc-1.4.6.zip;
sha256 = "1fvsmmjwk996ypzizcy565hj82bhj17vdb83ln6ff63mxr3zs1la";
};
propagatedBuildInputs = [ penlight markdown ];
buildType = "builtin";
meta = {
homepage = "http://stevedonovan.github.com/ldoc";
description = "A Lua Documentation Tool";
license = {
fullName = "MIT/X11";
};
};
};
lgi = buildLuarocksPackage {
pname = "lgi";
version = "0.9.2-1";
@ -138,13 +170,13 @@ lgi = buildLuarocksPackage {
url = https://luarocks.org/lgi-0.9.2-1.src.rock;
sha256 = "07ajc5pdavp785mdyy82n0w6d592n96g95cvq025d6i0bcm2cypa";
};
disabled = ( luaOlder "5.1");
disabled = ( luaOlder "5.1" );
propagatedBuildInputs = [ lua ];
buildType = "make";
meta = {
homepage = "https://github.com/pavouk/lgi";
description="Lua bindings to GObject libraries";
homepage = "http://github.com/pavouk/lgi";
description = "Lua bindings to GObject libraries";
license = {
fullName = "MIT/X11";
};
@ -164,7 +196,7 @@ lpeg_patterns = buildLuarocksPackage {
meta = {
homepage = "https://github.com/daurnimator/lpeg_patterns/archive/v0.5.zip";
description="a collection of LPEG patterns";
description = "a collection of LPEG patterns";
license = {
fullName = "MIT";
};
@ -178,13 +210,13 @@ lpty = buildLuarocksPackage {
url = https://luarocks.org/lpty-1.2.2-1.src.rock;
sha256 = "1vxvsjgjfirl6ranz6k4q4y2dnxqh72bndbk400if22x8lqbkxzm";
};
disabled = ( luaOlder "5.1");
disabled = ( luaOlder "5.1" );
propagatedBuildInputs = [ lua ];
buildType = "make";
meta = {
homepage = "http://www.tset.de/lpty/";
description="A simple facility for lua to control other programs via PTYs.";
description = "A simple facility for lua to control other programs via PTYs.";
license = {
fullName = "MIT";
};
@ -198,13 +230,13 @@ lrexlib-gnu = buildLuarocksPackage {
url = https://luarocks.org/lrexlib-gnu-2.9.0-1.src.rock;
sha256 = "036rda4rji1pbnbxk1nzjy5zmigdsiacqbzrbvciwq3lrxa2j5s2";
};
disabled = ( luaOlder "5.1");
disabled = ( luaOlder "5.1" );
propagatedBuildInputs = [ lua ];
buildType = "builtin";
meta = {
homepage = "https://github.com/rrthomas/lrexlib";
description="Regular expression library binding (GNU flavour).";
homepage = "http://github.com/rrthomas/lrexlib";
description = "Regular expression library binding (GNU flavour).";
license = {
fullName = "MIT/X11";
};
@ -218,13 +250,13 @@ lrexlib-posix = buildLuarocksPackage {
url = https://luarocks.org/lrexlib-posix-2.9.0-1.src.rock;
sha256 = "0ifpybf4m94g1nk70l0f5m45gph0rbp5wrxrl1hnw8ibv3mc1b1r";
};
disabled = ( luaOlder "5.1");
disabled = ( luaOlder "5.1" );
propagatedBuildInputs = [ lua ];
buildType = "builtin";
meta = {
homepage = "https://github.com/rrthomas/lrexlib";
description="Regular expression library binding (POSIX flavour).";
homepage = "http://github.com/rrthomas/lrexlib";
description = "Regular expression library binding (POSIX flavour).";
license = {
fullName = "MIT/X11";
};
@ -238,13 +270,13 @@ ltermbox = buildLuarocksPackage {
url = https://luarocks.org/ltermbox-0.2-1.src.rock;
sha256 = "08jqlmmskbi1ml1i34dlmg6hxcs60nlm32dahpxhcrgjnfihmyn8";
};
disabled = ( luaOlder "5.1");
disabled = ( luaOlder "5.1" );
propagatedBuildInputs = [ lua ];
buildType = "builtin";
meta = {
homepage = "http://code.google.com/p/termbox";
description="A termbox library package";
description = "A termbox library package";
license = {
fullName = "New BSD License";
};
@ -268,13 +300,13 @@ lua-cmsgpack = buildLuarocksPackage {
}
'') ["date"]) ;
disabled = ( luaOlder "5.1");
disabled = ( luaOlder "5.1" );
propagatedBuildInputs = [ lua ];
buildType = "builtin";
meta = {
homepage = "https://github.com/antirez/lua-cmsgpack";
description="MessagePack C implementation and bindings for Lua 5.1/5.2/5.3";
homepage = "http://github.com/antirez/lua-cmsgpack";
description = "MessagePack C implementation and bindings for Lua 5.1/5.2/5.3";
license = {
fullName = "Two-clause BSD";
};
@ -288,13 +320,13 @@ lua_cliargs = buildLuarocksPackage {
url = https://luarocks.org/lua_cliargs-3.0-2.src.rock;
sha256 = "0qqdnw00r16xbyqn4w1xwwpg9i9ppc3c1dcypazjvdxaj899hy9w";
};
disabled = ( luaOlder "5.1");
disabled = ( luaOlder "5.1" );
propagatedBuildInputs = [ lua ];
buildType = "builtin";
meta = {
homepage = "https://github.com/amireh/lua_cliargs";
description="A command-line argument parser.";
description = "A command-line argument parser.";
license = {
fullName = "MIT <http://opensource.org/licenses/MIT>";
};
@ -308,13 +340,13 @@ lua-iconv = buildLuarocksPackage {
url = https://luarocks.org/lua-iconv-7-3.src.rock;
sha256 = "03xibhcqwihyjhxnzv367q4bfmzmffxl49lmjsq77g0prw8v0q83";
};
disabled = ( luaOlder "5.1");
disabled = ( luaOlder "5.1" );
propagatedBuildInputs = [ lua ];
buildType = "builtin";
meta = {
homepage = "http://ittner.github.com/lua-iconv/";
description="Lua binding to the iconv";
description = "Lua binding to the iconv";
license = {
fullName = "MIT/X11";
};
@ -340,7 +372,7 @@ lua-term = buildLuarocksPackage {
meta = {
homepage = "https://github.com/hoelzro/lua-term";
description="Terminal functions for Lua";
description = "Terminal functions for Lua";
license = {
fullName = "MIT/X11";
};
@ -364,13 +396,13 @@ luabitop = buildLuarocksPackage {
}
'') ["date"]) ;
disabled = ( luaOlder "5.1") || ( luaAtLeast "5.3");
disabled = ( luaOlder "5.1" ) || ( luaAtLeast "5.3" );
propagatedBuildInputs = [ lua ];
buildType = "builtin";
meta = {
homepage = "http://bitop.luajit.org/";
description="Lua Bit Operations Module";
description = "Lua Bit Operations Module";
license = {
fullName = "MIT/X license";
};
@ -384,13 +416,13 @@ luaevent = buildLuarocksPackage {
url = https://luarocks.org/luaevent-0.4.6-1.src.rock;
sha256 = "0chq09nawiz00lxd6pkdqcb8v426gdifjw6js3ql0lx5vqdkb6dz";
};
disabled = ( luaOlder "5.1");
disabled = ( luaOlder "5.1" );
propagatedBuildInputs = [ lua ];
buildType = "builtin";
meta = {
homepage = "https://github.com/harningt/luaevent";
description="libevent binding for Lua";
description = "libevent binding for Lua";
license = {
fullName = "MIT";
};
@ -404,13 +436,13 @@ luacheck = buildLuarocksPackage {
url = https://luarocks.org/luacheck-0.23.0-1.src.rock;
sha256 = "0akj61c7k1na2mggsckvfn9a3ljfp4agnmr9gp3mac4vin99a1cl";
};
disabled = ( luaOlder "5.1") || ( luaAtLeast "5.4");
disabled = ( luaOlder "5.1" ) || ( luaAtLeast "5.4" );
propagatedBuildInputs = [ lua argparse luafilesystem ];
buildType = "builtin";
meta = {
homepage = "https://github.com/mpeterv/luacheck";
description="A static analyzer and a linter for Lua";
description = "A static analyzer and a linter for Lua";
license = {
fullName = "MIT";
};
@ -424,13 +456,13 @@ luaffi = buildLuarocksPackage {
url = http://luarocks.org/dev/luaffi-scm-1.src.rock;
sha256 = "0dia66w8sgzw26bwy36gzyb2hyv7kh9n95lh5dl0158rqa6fsf26";
};
disabled = ( luaOlder "5.1");
disabled = ( luaOlder "5.1" );
propagatedBuildInputs = [ lua ];
buildType = "builtin";
meta = {
homepage = "https://github.com/facebook/luaffifb";
description="FFI library for calling C functions from lua";
description = "FFI library for calling C functions from lua";
license = {
fullName = "BSD";
};
@ -444,13 +476,13 @@ luuid = buildLuarocksPackage {
url = https://luarocks.org/luuid-20120509-2.src.rock;
sha256 = "08q54x0m51w89np3n117h2a153wsgv3qayabd8cz6i55qm544hkg";
};
disabled = ( luaOlder "5.2") || ( luaAtLeast "5.4");
disabled = ( luaOlder "5.2" ) || ( luaAtLeast "5.4" );
propagatedBuildInputs = [ lua ];
buildType = "builtin";
meta = {
homepage = "http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#luuid";
description="A library for UUID generation";
description = "A library for UUID generation";
license = {
fullName = "Public domain";
};
@ -476,7 +508,7 @@ penlight = buildLuarocksPackage {
meta = {
homepage = "http://stevedonovan.github.com/Penlight";
description="Lua utility libraries loosely based on the Python standard libraries";
description = "Lua utility libraries loosely based on the Python standard libraries";
license = {
fullName = "MIT/X11";
};
@ -496,18 +528,58 @@ say = buildLuarocksPackage {
sha256 = "1jh76mxq9dcmv7kps2spwcc6895jmj2sf04i4y9idaxlicvwvs13";
};
disabled = ( luaOlder "5.1");
disabled = ( luaOlder "5.1" );
propagatedBuildInputs = [ lua ];
buildType = "builtin";
meta = {
homepage = "http://olivinelabs.com/busted/";
description="Lua String Hashing/Indexing Library";
description = "Lua String Hashing/Indexing Library";
license = {
fullName = "MIT <http://opensource.org/licenses/MIT>";
};
};
};
std__debug = buildLuarocksPackage {
pname = "std._debug";
version = "1.0.1-1";
src = fetchurl {
url = https://luarocks.org/std._debug-1.0.1-1.src.rock;
sha256 = "1qkcc5rph3ns9mzrfsa1671pb3hzbzfnaxvyw7zdly2b7ll88svz";
};
disabled = ( luaOlder "5.1" ) || ( luaAtLeast "5.5" );
propagatedBuildInputs = [ lua ];
buildType = "builtin";
meta = {
homepage = "http://lua-stdlib.github.io/_debug";
description = "Debug Hints Library";
license = {
fullName = "MIT/X11";
};
};
};
std_normalize = buildLuarocksPackage {
pname = "std.normalize";
version = "2.0.2-1";
src = fetchurl {
url = https://luarocks.org/std.normalize-2.0.2-1.src.rock;
sha256 = "0yn60zqnxflhhlv6xk6w0ifdfxk1qcg8gq1wnrrbwsxwpipsrfjh";
};
disabled = ( luaOlder "5.1" ) || ( luaAtLeast "5.4" );
propagatedBuildInputs = [ lua std__debug ];
buildType = "builtin";
meta = {
homepage = "https://lua-stdlib.github.io/normalize";
description = "Normalized Lua Functions";
license = {
fullName = "MIT/X11";
};
};
};
luv = buildLuarocksPackage {
pname = "luv";
version = "1.27.0-0";
@ -516,13 +588,13 @@ luv = buildLuarocksPackage {
url = https://luarocks.org/luv-1.27.0-0.src.rock;
sha256 = "16csnnypi2m71ncr8qwc9drqbrb40l5li1nk7zpsxnslg5fiax6x";
};
disabled = ( luaOlder "5.1");
disabled = ( luaOlder "5.1" );
propagatedBuildInputs = [ lua ];
buildType = "cmake";
meta = {
homepage = "https://github.com/luvit/luv";
description="Bare libuv bindings for lua";
description = "Bare libuv bindings for lua";
license = {
fullName = "Apache 2.0";
};
@ -536,13 +608,13 @@ luasystem = buildLuarocksPackage {
url = https://luarocks.org/luasystem-0.2.1-0.src.rock;
sha256 = "091xmp8cijgj0yzfsjrn7vljwznjnjn278ay7z9pjwpwiva0diyi";
};
disabled = ( luaOlder "5.1");
disabled = ( luaOlder "5.1" );
propagatedBuildInputs = [ lua ];
buildType = "builtin";
meta = {
homepage = "http://olivinelabs.com/luasystem/";
description="Platform independent system calls for Lua.";
description = "Platform independent system calls for Lua.";
license = {
fullName = "MIT <http://opensource.org/licenses/MIT>";
};
@ -556,13 +628,13 @@ mediator_lua = buildLuarocksPackage {
url = http://luarocks.org/manifests/teto/mediator_lua-1.1.2-0.src.rock;
sha256 = "18j49vvs94yfk4fw0xsq4v3j4difr6c99gfba0kxairmcqamd1if";
};
disabled = ( luaOlder "5.1");
disabled = ( luaOlder "5.1" );
propagatedBuildInputs = [ lua ];
buildType = "builtin";
meta = {
homepage = "http://olivinelabs.com/mediator_lua/";
description="Event handling through channels";
description = "Event handling through channels";
license = {
fullName = "MIT <http://opensource.org/licenses/MIT>";
};
@ -582,7 +654,7 @@ mpack = buildLuarocksPackage {
meta = {
homepage = "https://github.com/libmpack/libmpack-lua/releases/download/1.0.7/libmpack-lua-1.0.7.tar.gz";
description="Lua binding to libmpack";
description = "Lua binding to libmpack";
license = {
fullName = "MIT";
};
@ -596,13 +668,13 @@ nvim-client = buildLuarocksPackage {
url = https://luarocks.org/nvim-client-0.1.0-1.src.rock;
sha256 = "1p57mrvm0ny3yi5cydr3z9qwzyg124rjp5w7vdflf2i23z39mkma";
};
disabled = ( luaOlder "5.1");
disabled = ( luaOlder "5.1" );
propagatedBuildInputs = [ lua mpack luv coxpcall ];
buildType = "builtin";
meta = {
homepage = "https://github.com/neovim/lua-client/archive/0.1.0-1.tar.gz";
description="Lua client to Nvim";
description = "Lua client to Nvim";
license = {
fullName = "Apache";
};
@ -622,13 +694,13 @@ busted = buildLuarocksPackage {
sha256 = "0m72bldn1r6j94ahcfmpaq1mmysrshf9qi9fjas7hpal0jp8ivvl";
};
disabled = ( luaOlder "5.1");
disabled = ( luaOlder "5.1" );
propagatedBuildInputs = [ lua lua_cliargs luafilesystem luasystem dkjson say luassert lua-term penlight mediator_lua ];
buildType = "builtin";
meta = {
homepage = "http://olivinelabs.com/busted/";
description="Elegant Lua unit testing.";
description = "Elegant Lua unit testing.";
license = {
fullName = "MIT <http://opensource.org/licenses/MIT>";
};
@ -648,13 +720,13 @@ luassert = buildLuarocksPackage {
sha256 = "1vwq3wqj9cjyz9lnf1n38yhpcglr2h40v3n9096i8vcpmyvdb3ka";
};
disabled = ( luaOlder "5.1");
disabled = ( luaOlder "5.1" );
propagatedBuildInputs = [ lua say ];
buildType = "builtin";
meta = {
homepage = "http://olivinelabs.com/busted/";
description="Lua Assertions Extension";
description = "Lua Assertions Extension";
license = {
fullName = "MIT <http://opensource.org/licenses/MIT>";
};
@ -674,33 +746,7 @@ coxpcall = buildLuarocksPackage {
meta = {
homepage = "http://keplerproject.github.io/coxpcall";
description="Coroutine safe xpcall and pcall";
license = {
fullName = "MIT/X11";
};
};
};
ldoc = buildLuarocksPackage {
pname = "ldoc";
version = "1.4.6-2";
knownRockspec = (fetchurl {
url = https://luarocks.org/ldoc-1.4.6-2.rockspec;
sha256 = "14yb0qihizby8ja0fa82vx72vk903mv6m7izn39mzfrgb8mha0pm";
}).outPath;
src = fetchurl {
url = http://stevedonovan.github.io/files/ldoc-1.4.6.zip;
sha256 = "1fvsmmjwk996ypzizcy565hj82bhj17vdb83ln6ff63mxr3zs1la";
};
propagatedBuildInputs = [ penlight markdown ];
buildType = "builtin";
meta = {
homepage = "http://stevedonovan.github.com/ldoc";
description="A Lua Documentation Tool";
description = "Coroutine safe xpcall and pcall";
license = {
fullName = "MIT/X11";
};

Loading…
Cancel
Save