1
2/* pkgs/development/lua-modules/generated-packages.nix is an auto-generated file -- DO NOT EDIT!
3Regenerate it with:
4nixpkgs$ maintainers/scripts/update-luarocks-packages pkgs/development/lua-modules/generated-packages.nix
5
6These packages are manually refined in lua-overrides.nix
7*/
8{ self, lib, fetchurl, fetchgit, pkgs, ... } @ args:
9self: super:
10with self;
11{
12
13alt-getopt = buildLuarocksPackage {
14 pname = "alt-getopt";
15 version = "0.8.0-1";
16
17 src = fetchurl {
18 url = "mirror://luarocks/alt-getopt-0.8.0-1.src.rock";
19 sha256 = "1mi97dqb97sf47vb6wrk12yf1yxcaz0asr9gbgwyngr5n1adh5i3";
20 };
21 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
22 propagatedBuildInputs = [ lua ];
23
24 meta = with lib; {
25 homepage = "https://github.com/cheusov/lua-alt-getopt";
26 description = "Process application arguments the same way as getopt_long";
27 maintainers = with maintainers; [ arobyn ];
28 license.fullName = "MIT/X11";
29 };
30};
31ansicolors = buildLuarocksPackage {
32 pname = "ansicolors";
33 version = "1.0.2-3";
34
35 src = fetchurl {
36 url = "mirror://luarocks/ansicolors-1.0.2-3.src.rock";
37 sha256 = "1mhmr090y5394x1j8p44ws17sdwixn5a0r4i052bkfgk3982cqfz";
38 };
39 disabled = (luaOlder "5.1");
40 propagatedBuildInputs = [ lua ];
41
42 meta = with lib; {
43 homepage = "https://github.com/kikito/ansicolors.lua";
44 description = "Library for color Manipulation.";
45 license.fullName = "MIT <http://opensource.org/licenses/MIT>";
46 };
47};
48argparse = buildLuarocksPackage {
49 pname = "argparse";
50 version = "0.7.0-1";
51
52 src = fetchurl {
53 url = "mirror://luarocks/argparse-0.7.0-1.src.rock";
54 sha256 = "1jvar543d21x7wq8rxxaaf7h1ricd7zvxc16xwjblwa9ffgcmcs7";
55 };
56 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
57 propagatedBuildInputs = [ lua ];
58
59 meta = with lib; {
60 homepage = "https://github.com/luarocks/argparse";
61 description = "A feature-rich command-line argument parser";
62 license.fullName = "MIT";
63 };
64};
65basexx = buildLuarocksPackage {
66 pname = "basexx";
67 version = "0.4.1-1";
68
69 knownRockspec = (fetchurl {
70 url = "mirror://luarocks/basexx-0.4.1-1.rockspec";
71 sha256 = "0kmydxm2wywl18cgj303apsx7hnfd68a9hx9yhq10fj7yfcxzv5f";
72 }).outPath;
73
74 src = fetchurl {
75 url = "https://github.com/aiq/basexx/archive/v0.4.1.tar.gz";
76 sha256 = "1rnz6xixxqwy0q6y2hi14rfid4w47h69gfi0rnlq24fz8q2b0qpz";
77 };
78
79 disabled = (luaOlder "5.1");
80 propagatedBuildInputs = [ lua ];
81
82 meta = with lib; {
83 homepage = "https://github.com/aiq/basexx";
84 description = "A base2, base16, base32, base64 and base85 library for Lua";
85 license.fullName = "MIT";
86 };
87};
88binaryheap = buildLuarocksPackage {
89 pname = "binaryheap";
90 version = "0.4-1";
91
92 src = fetchurl {
93 url = "mirror://luarocks/binaryheap-0.4-1.src.rock";
94 sha256 = "11rd8r3bpinfla2965jgjdv1hilqdc1q6g1qla5978d7vzg19kpc";
95 };
96 disabled = (luaOlder "5.1");
97 propagatedBuildInputs = [ lua ];
98
99 meta = with lib; {
100 homepage = "https://github.com/Tieske/binaryheap.lua";
101 description = "Binary heap implementation in pure Lua";
102 maintainers = with maintainers; [ vcunat ];
103 license.fullName = "MIT/X11";
104 };
105};
106bit32 = buildLuarocksPackage {
107 pname = "bit32";
108 version = "5.3.0-1";
109
110 src = fetchurl {
111 url = "mirror://luarocks/bit32-5.3.0-1.src.rock";
112 sha256 = "19i7kc2pfg9hc6qjq4kka43q6qk71bkl2rzvrjaks6283q6wfyzy";
113 };
114 disabled = (luaOlder "5.1");
115 propagatedBuildInputs = [ lua ];
116
117 meta = with lib; {
118 homepage = "http://www.lua.org/manual/5.2/manual.html#6.7";
119 description = "Lua 5.2 bit manipulation library";
120 maintainers = with maintainers; [ lblasc ];
121 license.fullName = "MIT/X11";
122 };
123};
124busted = buildLuarocksPackage {
125 pname = "busted";
126 version = "2.0.0-1";
127
128 knownRockspec = (fetchurl {
129 url = "mirror://luarocks/busted-2.0.0-1.rockspec";
130 sha256 = "0cbw95bjxl667n9apcgng2kr5hq6bc7gp3vryw4dzixmfabxkcbw";
131 }).outPath;
132
133 src = fetchurl {
134 url = "https://github.com/Olivine-Labs/busted/archive/v2.0.0.tar.gz";
135 sha256 = "1ps7b3f4diawfj637mibznaw4x08gn567pyni0m2s50hrnw4v8zx";
136 };
137
138 disabled = (luaOlder "5.1");
139 propagatedBuildInputs = [ lua lua_cliargs luafilesystem luasystem dkjson say luassert lua-term penlight mediator_lua ];
140
141 meta = with lib; {
142 homepage = "http://olivinelabs.com/busted/";
143 description = "Elegant Lua unit testing.";
144 license.fullName = "MIT <http://opensource.org/licenses/MIT>";
145 };
146};
147cassowary = buildLuarocksPackage {
148 pname = "cassowary";
149 version = "2.2-1";
150
151 src = fetchurl {
152 url = "mirror://luarocks/cassowary-2.2-1.src.rock";
153 sha256 = "0laghzk5jbap5rfd8sasnrdrbda649sfciarba8rhygm0qni1azy";
154 };
155 propagatedBuildInputs = [ lua penlight ];
156
157 meta = with lib; {
158 homepage = "https://github.com/sile-typesetter/cassowary.lua";
159 description = "The cassowary constraint solver";
160 maintainers = with maintainers; [ marsam alerque ];
161 license.fullName = "Apache 2";
162 };
163};
164cjson = buildLuarocksPackage {
165 pname = "lua-cjson";
166 version = "2.1.0.6-1";
167
168 src = fetchurl {
169 url = "mirror://luarocks/lua-cjson-2.1.0.6-1.src.rock";
170 sha256 = "0dqqkn0aygc780kiq2lbydb255r8is7raf7md0gxdjcagp8afps5";
171 };
172 disabled = (luaOlder "5.1");
173 propagatedBuildInputs = [ lua ];
174
175 meta = with lib; {
176 homepage = "https://www.kyne.com.au/~mark/software/lua-cjson.php";
177 description = "A fast JSON encoding/parsing module";
178 license.fullName = "MIT";
179 };
180};
181compat53 = buildLuarocksPackage {
182 pname = "compat53";
183 version = "0.7-1";
184
185 src = fetchurl {
186 url = "mirror://luarocks/compat53-0.7-1.src.rock";
187 sha256 = "0kpaxbpgrwjn4jjlb17fn29a09w6lw732d21bi0302kqcaixqpyb";
188 };
189 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
190 propagatedBuildInputs = [ lua ];
191
192 meta = with lib; {
193 homepage = "https://github.com/keplerproject/lua-compat-5.3";
194 description = "Compatibility module providing Lua-5.3-style APIs for Lua 5.2 and 5.1";
195 maintainers = with maintainers; [ vcunat ];
196 license.fullName = "MIT";
197 };
198};
199cosmo = buildLuarocksPackage {
200 pname = "cosmo";
201 version = "16.06.04-1";
202
203 src = fetchurl {
204 url = "mirror://luarocks/cosmo-16.06.04-1.src.rock";
205 sha256 = "1adrk74j0x1yzhy0xz9k80hphxdjvm09kpwpbx00sk3kic6db0ww";
206 };
207 propagatedBuildInputs = [ lpeg ];
208
209 meta = with lib; {
210 homepage = "http://cosmo.luaforge.net";
211 description = "Safe templates for Lua";
212 maintainers = with maintainers; [ marsam ];
213 license.fullName = "MIT/X11";
214 };
215};
216coxpcall = buildLuarocksPackage {
217 pname = "coxpcall";
218 version = "1.17.0-1";
219
220 src = fetchurl {
221 url = "mirror://luarocks/coxpcall-1.17.0-1.src.rock";
222 sha256 = "0n1jmda4g7x06458596bamhzhcsly6x0p31yp6q3jz4j11zv1zhi";
223 };
224
225 meta = with lib; {
226 homepage = "http://keplerproject.github.io/coxpcall";
227 description = "Coroutine safe xpcall and pcall";
228 license.fullName = "MIT/X11";
229 };
230};
231cqueues = buildLuarocksPackage {
232 pname = "cqueues";
233 version = "20190813.52-0";
234
235 src = fetchurl {
236 url = "mirror://luarocks/cqueues-20190813.52-0.src.rock";
237 sha256 = "1mfhana4xdfddzxmr7vkvm65679hx549f9k1rmsrz6is2gji5wvi";
238 };
239 disabled = (lua.luaversion != "5.2");
240 propagatedBuildInputs = [ lua ];
241
242 meta = with lib; {
243 homepage = "http://25thandclement.com/~william/projects/cqueues.html";
244 description = "Continuation Queues: Embeddable asynchronous networking, threading, and notification framework for Lua on Unix.";
245 maintainers = with maintainers; [ vcunat ];
246 license.fullName = "MIT/X11";
247 };
248};
249cyrussasl = buildLuarocksPackage {
250 pname = "cyrussasl";
251 version = "1.1.0-1";
252
253 knownRockspec = (fetchurl {
254 url = "mirror://luarocks/cyrussasl-1.1.0-1.rockspec";
255 sha256 = "0zy9l00l7kr3sq8phdm52jqhlqy35vdv6rdmm8mhjihcbx1fsplc";
256 }).outPath;
257
258 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
259 "url": "git://github.com/JorjBauer/lua-cyrussasl",
260 "rev": "78ceec610da76d745d0eff4e21a4fb24832aa72d",
261 "date": "2015-08-21T18:24:54-04:00",
262 "sha256": "14kzm3vk96k2i1m9f5zvpvq4pnzaf7s91h5g4h4x2bq1mynzw2s1",
263 "fetchSubmodules": true
264}
265 '') ["date"]) ;
266
267 disabled = (luaOlder "5.1");
268 propagatedBuildInputs = [ lua ];
269
270 meta = with lib; {
271 homepage = "https://github.com/JorjBauer/lua-cyrussasl";
272 description = "Cyrus SASL library for Lua 5.1+";
273 maintainers = with maintainers; [ vcunat ];
274 license.fullName = "BSD";
275 };
276};
277digestif = buildLuarocksPackage {
278 pname = "digestif";
279 version = "0.2-1";
280
281 src = fetchurl {
282 url = "mirror://luarocks/digestif-0.2-1.src.rock";
283 sha256 = "03blpj5lxlhmxa4hnj21sz7sc84g96igbc7r97yb2smmlbyq8hxd";
284 };
285 disabled = (luaOlder "5.3");
286 propagatedBuildInputs = [ lua lpeg dkjson ];
287
288 meta = with lib; {
289 homepage = "https://github.com/astoff/digestif/";
290 description = "A code analyzer for TeX";
291 license.fullName = "MIT";
292 };
293};
294dkjson = buildLuarocksPackage {
295 pname = "dkjson";
296 version = "2.5-2";
297
298 src = fetchurl {
299 url = "mirror://luarocks/dkjson-2.5-2.src.rock";
300 sha256 = "1qy9bzqnb9pf9d48hik4iq8h68aw3270kmax7mmpvvpw7kkyp483";
301 };
302 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
303 propagatedBuildInputs = [ lua ];
304
305 meta = with lib; {
306 homepage = "http://dkolf.de/src/dkjson-lua.fsl/";
307 description = "David Kolf's JSON module for Lua";
308 license.fullName = "MIT/X11";
309 };
310};
311fifo = buildLuarocksPackage {
312 pname = "fifo";
313 version = "0.2-0";
314
315 src = fetchurl {
316 url = "mirror://luarocks/fifo-0.2-0.src.rock";
317 sha256 = "082c5g1m8brnsqj5gnjs65bm7z50l6b05cfwah14lqaqsr5a5pjk";
318 };
319 propagatedBuildInputs = [ lua ];
320
321 meta = with lib; {
322 homepage = "https://github.com/daurnimator/fifo.lua";
323 description = "A lua library/'class' that implements a FIFO";
324 license.fullName = "MIT/X11";
325 };
326};
327http = buildLuarocksPackage {
328 pname = "http";
329 version = "0.3-0";
330
331 src = fetchurl {
332 url = "mirror://luarocks/http-0.3-0.src.rock";
333 sha256 = "0vvl687bh3cvjjwbyp9cphqqccm3slv4g7y3h03scp3vpq9q4ccq";
334 };
335 disabled = (luaOlder "5.1");
336 propagatedBuildInputs = [ lua compat53 bit32 cqueues luaossl basexx lpeg lpeg_patterns binaryheap fifo ];
337
338 meta = with lib; {
339 homepage = "https://github.com/daurnimator/lua-http";
340 description = "HTTP library for Lua";
341 maintainers = with maintainers; [ vcunat ];
342 license.fullName = "MIT";
343 };
344};
345inspect = buildLuarocksPackage {
346 pname = "inspect";
347 version = "3.1.1-0";
348
349 src = fetchurl {
350 url = "mirror://luarocks/inspect-3.1.1-0.src.rock";
351 sha256 = "0k4g9ahql83l4r2bykfs6sacf9l1wdpisav2i0z55fyfcdv387za";
352 };
353 disabled = (luaOlder "5.1");
354 propagatedBuildInputs = [ lua ];
355
356 meta = with lib; {
357 homepage = "https://github.com/kikito/inspect.lua";
358 description = "Lua table visualizer, ideal for debugging";
359 license.fullName = "MIT <http://opensource.org/licenses/MIT>";
360 };
361};
362ldbus = buildLuarocksPackage {
363 pname = "ldbus";
364 version = "scm-0";
365
366 knownRockspec = (fetchurl {
367 url = "https://luarocks.org/dev/ldbus-scm-0.rockspec";
368 sha256 = "1yhkw5y8h1qf44vx31934k042cmnc7zcv2k0pv0g27wsmlxrlznx";
369 }).outPath;
370
371 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
372 "url": "git://github.com/daurnimator/ldbus.git",
373 "rev": "9e176fe851006037a643610e6d8f3a8e597d4073",
374 "date": "2019-08-16T14:26:05+10:00",
375 "sha256": "06wcz4i5b7kphqbry274q3ivnsh331rxiyf7n4qk3zx2kvarq08s",
376 "fetchSubmodules": true
377}
378 '') ["date"]) ;
379
380 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
381 propagatedBuildInputs = [ lua ];
382
383 meta = with lib; {
384 homepage = "https://github.com/daurnimator/ldbus";
385 description = "A Lua library to access dbus.";
386 license.fullName = "MIT/X11";
387 };
388};
389ldoc = buildLuarocksPackage {
390 pname = "ldoc";
391 version = "1.4.6-2";
392
393 knownRockspec = (fetchurl {
394 url = "mirror://luarocks/ldoc-1.4.6-2.rockspec";
395 sha256 = "14yb0qihizby8ja0fa82vx72vk903mv6m7izn39mzfrgb8mha0pm";
396 }).outPath;
397
398 src = fetchurl {
399 url = "http://stevedonovan.github.io/files/ldoc-1.4.6.zip";
400 sha256 = "1fvsmmjwk996ypzizcy565hj82bhj17vdb83ln6ff63mxr3zs1la";
401 };
402
403 propagatedBuildInputs = [ penlight markdown ];
404
405 meta = with lib; {
406 homepage = "http://stevedonovan.github.com/ldoc";
407 description = "A Lua Documentation Tool";
408 license.fullName = "MIT/X11";
409 };
410};
411lgi = buildLuarocksPackage {
412 pname = "lgi";
413 version = "0.9.2-1";
414
415 src = fetchurl {
416 url = "mirror://luarocks/lgi-0.9.2-1.src.rock";
417 sha256 = "07ajc5pdavp785mdyy82n0w6d592n96g95cvq025d6i0bcm2cypa";
418 };
419 disabled = (luaOlder "5.1");
420 propagatedBuildInputs = [ lua ];
421
422 meta = with lib; {
423 homepage = "https://github.com/pavouk/lgi";
424 description = "Lua bindings to GObject libraries";
425 license.fullName = "MIT/X11";
426 };
427};
428linenoise = buildLuarocksPackage {
429 pname = "linenoise";
430 version = "0.9-1";
431
432 knownRockspec = (fetchurl {
433 url = "mirror://luarocks/linenoise-0.9-1.rockspec";
434 sha256 = "0wic8g0d066pj9k51farsvcdbnhry2hphvng68w9k4lh0zh45yg4";
435 }).outPath;
436
437 src = fetchurl {
438 url = "https://github.com/hoelzro/lua-linenoise/archive/0.9.tar.gz";
439 sha256 = "177h6gbq89arwiwxah9943i8hl5gvd9wivnd1nhmdl7d8x0dn76c";
440 };
441
442 disabled = (luaOlder "5.1");
443 propagatedBuildInputs = [ lua ];
444
445 meta = with lib; {
446 homepage = "https://github.com/hoelzro/lua-linenoise";
447 description = "A binding for the linenoise command line library";
448 license.fullName = "MIT/X11";
449 };
450};
451ljsyscall = buildLuarocksPackage {
452 pname = "ljsyscall";
453 version = "0.12-1";
454
455 src = fetchurl {
456 url = "mirror://luarocks/ljsyscall-0.12-1.src.rock";
457 sha256 = "12gs81lnzpxi5d409lbrvjfflld5l2xsdkfhkz93xg7v65sfhh2j";
458 };
459 disabled = (lua.luaversion != "5.1");
460 propagatedBuildInputs = [ lua ];
461
462 meta = with lib; {
463 homepage = "http://www.myriabit.com/ljsyscall/";
464 description = "LuaJIT Linux syscall FFI";
465 maintainers = with maintainers; [ lblasc ];
466 license.fullName = "MIT";
467 };
468};
469lpeg = buildLuarocksPackage {
470 pname = "lpeg";
471 version = "1.0.2-1";
472
473 src = fetchurl {
474 url = "mirror://luarocks/lpeg-1.0.2-1.src.rock";
475 sha256 = "1g5zmfh0x7drc6mg2n0vvlga2hdc08cyp3hnb22mh1kzi63xdl70";
476 };
477 disabled = (luaOlder "5.1");
478 propagatedBuildInputs = [ lua ];
479
480 meta = with lib; {
481 homepage = "http://www.inf.puc-rio.br/~roberto/lpeg.html";
482 description = "Parsing Expression Grammars For Lua";
483 maintainers = with maintainers; [ vyp ];
484 license.fullName = "MIT/X11";
485 };
486};
487lpeg_patterns = buildLuarocksPackage {
488 pname = "lpeg_patterns";
489 version = "0.5-0";
490
491 src = fetchurl {
492 url = "mirror://luarocks/lpeg_patterns-0.5-0.src.rock";
493 sha256 = "0mlw4nayrsdxrh98i26avz5i4170a9brciybw88kks496ra36v8f";
494 };
495 propagatedBuildInputs = [ lua lpeg ];
496
497 meta = with lib; {
498 homepage = "https://github.com/daurnimator/lpeg_patterns/archive/v0.5.zip";
499 description = "a collection of LPEG patterns";
500 license.fullName = "MIT";
501 };
502};
503lpeglabel = buildLuarocksPackage {
504 pname = "lpeglabel";
505 version = "1.6.0-1";
506
507 src = fetchurl {
508 url = "mirror://luarocks/lpeglabel-1.6.0-1.src.rock";
509 sha256 = "0mihrs0gcj40gsjbh4x9b5pm92w2vdwwd1f3fyibyd4a8r1h93r9";
510 };
511 disabled = (luaOlder "5.1");
512 propagatedBuildInputs = [ lua ];
513
514 meta = with lib; {
515 homepage = "https://github.com/sqmedeiros/lpeglabel/";
516 description = "Parsing Expression Grammars For Lua with Labeled Failures";
517 license.fullName = "MIT/X11";
518 };
519};
520lpty = buildLuarocksPackage {
521 pname = "lpty";
522 version = "1.2.2-1";
523
524 src = fetchurl {
525 url = "mirror://luarocks/lpty-1.2.2-1.src.rock";
526 sha256 = "1vxvsjgjfirl6ranz6k4q4y2dnxqh72bndbk400if22x8lqbkxzm";
527 };
528 disabled = (luaOlder "5.1");
529 propagatedBuildInputs = [ lua ];
530
531 meta = with lib; {
532 homepage = "http://www.tset.de/lpty/";
533 description = "A simple facility for lua to control other programs via PTYs.";
534 license.fullName = "MIT";
535 };
536};
537lrexlib-gnu = buildLuarocksPackage {
538 pname = "lrexlib-gnu";
539 version = "2.9.0-1";
540
541 src = fetchurl {
542 url = "mirror://luarocks/lrexlib-gnu-2.9.0-1.src.rock";
543 sha256 = "036rda4rji1pbnbxk1nzjy5zmigdsiacqbzrbvciwq3lrxa2j5s2";
544 };
545 disabled = (luaOlder "5.1");
546 propagatedBuildInputs = [ lua ];
547
548 meta = with lib; {
549 homepage = "https://github.com/rrthomas/lrexlib";
550 description = "Regular expression library binding (GNU flavour).";
551 license.fullName = "MIT/X11";
552 };
553};
554lrexlib-pcre = buildLuarocksPackage {
555 pname = "lrexlib-pcre";
556 version = "2.9.0-1";
557
558 src = fetchurl {
559 url = "mirror://luarocks/lrexlib-pcre-2.9.0-1.src.rock";
560 sha256 = "1nqai27lbd85mcjf5cb05dbdfg460vmp8cr0lmb8dd63ivk8cbvx";
561 };
562 disabled = (luaOlder "5.1");
563 propagatedBuildInputs = [ lua ];
564
565 meta = with lib; {
566 homepage = "https://github.com/rrthomas/lrexlib";
567 description = "Regular expression library binding (PCRE flavour).";
568 maintainers = with maintainers; [ vyp ];
569 license.fullName = "MIT/X11";
570 };
571};
572lrexlib-posix = buildLuarocksPackage {
573 pname = "lrexlib-posix";
574 version = "2.9.0-1";
575
576 src = fetchurl {
577 url = "mirror://luarocks/lrexlib-posix-2.9.0-1.src.rock";
578 sha256 = "0ifpybf4m94g1nk70l0f5m45gph0rbp5wrxrl1hnw8ibv3mc1b1r";
579 };
580 disabled = (luaOlder "5.1");
581 propagatedBuildInputs = [ lua ];
582
583 meta = with lib; {
584 homepage = "https://github.com/rrthomas/lrexlib";
585 description = "Regular expression library binding (POSIX flavour).";
586 license.fullName = "MIT/X11";
587 };
588};
589ltermbox = buildLuarocksPackage {
590 pname = "ltermbox";
591 version = "0.2-1";
592
593 src = fetchurl {
594 url = "mirror://luarocks/ltermbox-0.2-1.src.rock";
595 sha256 = "08jqlmmskbi1ml1i34dlmg6hxcs60nlm32dahpxhcrgjnfihmyn8";
596 };
597 disabled = (luaOlder "5.1");
598 propagatedBuildInputs = [ lua ];
599
600 meta = with lib; {
601 homepage = "http://code.google.com/p/termbox";
602 description = "A termbox library package";
603 license.fullName = "New BSD License";
604 };
605};
606lua-cmsgpack = buildLuarocksPackage {
607 pname = "lua-cmsgpack";
608 version = "0.4.0-0";
609
610 knownRockspec = (fetchurl {
611 url = "mirror://luarocks/lua-cmsgpack-0.4.0-0.rockspec";
612 sha256 = "10cvr6knx3qvjcw1q9v05f2qy607mai7lbq321nx682aa0n1fzin";
613 }).outPath;
614
615 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
616 "url": "git://github.com/antirez/lua-cmsgpack.git",
617 "rev": "57b1f90cf6cec46450e87289ed5a676165d31071",
618 "date": "2018-06-14T11:56:56+02:00",
619 "sha256": "0yiwl4p1zh9qid3ksc4n9fv5bwaa9vjb0vgwnkars204xmxdj8fj",
620 "fetchSubmodules": true
621}
622 '') ["date"]) ;
623
624 disabled = (luaOlder "5.1");
625 propagatedBuildInputs = [ lua ];
626
627 meta = with lib; {
628 homepage = "https://github.com/antirez/lua-cmsgpack";
629 description = "MessagePack C implementation and bindings for Lua 5.1/5.2/5.3";
630 license.fullName = "Two-clause BSD";
631 };
632};
633lua-iconv = buildLuarocksPackage {
634 pname = "lua-iconv";
635 version = "7-3";
636
637 src = fetchurl {
638 url = "mirror://luarocks/lua-iconv-7-3.src.rock";
639 sha256 = "03xibhcqwihyjhxnzv367q4bfmzmffxl49lmjsq77g0prw8v0q83";
640 };
641 disabled = (luaOlder "5.1");
642 propagatedBuildInputs = [ lua ];
643
644 meta = with lib; {
645 homepage = "http://ittner.github.com/lua-iconv/";
646 description = "Lua binding to the iconv";
647 license.fullName = "MIT/X11";
648 };
649};
650lua-lsp = buildLuarocksPackage {
651 pname = "lua-lsp";
652 version = "scm-2";
653
654 knownRockspec = (fetchurl {
655 url = "mirror://luarocks/lua-lsp-scm-2.rockspec";
656 sha256 = "0qk3i6j0km4d1fs61fxhkmnbxmgpq24nygr8wknl6hbj2kya25rb";
657 }).outPath;
658
659 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
660 "url": "git://github.com/Alloyed/lua-lsp",
661 "rev": "905e71f9a97ea6366deb386503f9d976c87d9bab",
662 "date": "2019-09-22T09:46:00-04:00",
663 "sha256": "1mlgb2dp1ah76hjkbkwz0dp2y5mn491v5wf81nm086rb2fa3rzcg",
664 "fetchSubmodules": true
665}
666 '') ["date"]) ;
667
668 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
669 propagatedBuildInputs = [ lua dkjson lpeglabel inspect ];
670
671 meta = with lib; {
672 homepage = "https://github.com/Alloyed/lua-lsp";
673 description = "No summary";
674 license.fullName = "MIT";
675 };
676};
677lua-messagepack = buildLuarocksPackage {
678 pname = "lua-messagepack";
679 version = "0.5.2-1";
680
681 src = fetchurl {
682 url = "mirror://luarocks/lua-messagepack-0.5.2-1.src.rock";
683 sha256 = "0hqahc84ncl8g4miif14sdkzyvnpqip48886sagz9drl52qvgcfb";
684 };
685 disabled = (luaOlder "5.1");
686 propagatedBuildInputs = [ lua ];
687
688 meta = with lib; {
689 homepage = "https://fperrad.frama.io/lua-MessagePack/";
690 description = "a pure Lua implementation of the MessagePack serialization format";
691 license.fullName = "MIT/X11";
692 };
693};
694lua-resty-http = buildLuarocksPackage {
695 pname = "lua-resty-http";
696 version = "0.16.1-0";
697
698 src = fetchurl {
699 url = "mirror://luarocks/lua-resty-http-0.16.1-0.src.rock";
700 sha256 = "0n5hiablpc0dsccs6h76zg81wc3jb4mdvyfn9lfxnhls3yqwrgkj";
701 };
702 disabled = (luaOlder "5.1");
703 propagatedBuildInputs = [ lua ];
704
705 meta = with lib; {
706 homepage = "https://github.com/ledgetech/lua-resty-http";
707 description = "Lua HTTP client cosocket driver for OpenResty / ngx_lua.";
708 maintainers = with maintainers; [ bbigras ];
709 license.fullName = "2-clause BSD";
710 };
711};
712lua-resty-jwt = buildLuarocksPackage {
713 pname = "lua-resty-jwt";
714 version = "0.2.3-0";
715
716 src = fetchurl {
717 url = "mirror://luarocks/lua-resty-jwt-0.2.3-0.src.rock";
718 sha256 = "0s7ghldwrjnhyc205pvcvgdzrgg46qz42v449vrri0cysh8ad91y";
719 };
720 disabled = (luaOlder "5.1");
721 propagatedBuildInputs = [ lua lua-resty-openssl ];
722
723 meta = with lib; {
724 homepage = "https://github.com/cdbattags/lua-resty-jwt";
725 description = "JWT for ngx_lua and LuaJIT.";
726 maintainers = with maintainers; [ bbigras ];
727 license.fullName = "Apache License Version 2";
728 };
729};
730lua-resty-openidc = buildLuarocksPackage {
731 pname = "lua-resty-openidc";
732 version = "1.7.4-1";
733
734 src = fetchurl {
735 url = "mirror://luarocks/lua-resty-openidc-1.7.4-1.src.rock";
736 sha256 = "07ny9rl8zir1c3plrbdmd2a23ysrx45qam196nhqsz118xrbds78";
737 };
738 disabled = (luaOlder "5.1");
739 propagatedBuildInputs = [ lua lua-resty-http lua-resty-session lua-resty-jwt ];
740
741 meta = with lib; {
742 homepage = "https://github.com/zmartzone/lua-resty-openidc";
743 description = "A library for NGINX implementing the OpenID Connect Relying Party (RP) and the OAuth 2.0 Resource Server (RS) functionality";
744 maintainers = with maintainers; [ bbigras ];
745 license.fullName = "Apache 2.0";
746 };
747};
748lua-resty-openssl = buildLuarocksPackage {
749 pname = "lua-resty-openssl";
750 version = "0.7.2-1";
751
752 src = fetchurl {
753 url = "mirror://luarocks/lua-resty-openssl-0.7.2-1.src.rock";
754 sha256 = "00z6adib31ax4givq4zrhbfxa6l99l2hhlxnjpb6rfl4gf8h82kq";
755 };
756
757 meta = with lib; {
758 homepage = "https://github.com/fffonion/lua-resty-openssl";
759 description = "No summary";
760 maintainers = with maintainers; [ bbigras ];
761 license.fullName = "BSD";
762 };
763};
764lua-resty-session = buildLuarocksPackage {
765 pname = "lua-resty-session";
766 version = "3.8-1";
767
768 src = fetchurl {
769 url = "mirror://luarocks/lua-resty-session-3.8-1.src.rock";
770 sha256 = "1x4l6n0dnm4br4p376r8nkg53hwm6a48xkhrzhsh9fcd5xqgqvxz";
771 };
772 disabled = (luaOlder "5.1");
773 propagatedBuildInputs = [ lua ];
774
775 meta = with lib; {
776 homepage = "https://github.com/bungle/lua-resty-session";
777 description = "Session Library for OpenResty – Flexible and Secure";
778 maintainers = with maintainers; [ bbigras ];
779 license.fullName = "BSD";
780 };
781};
782lua-term = buildLuarocksPackage {
783 pname = "lua-term";
784 version = "0.7-1";
785
786 knownRockspec = (fetchurl {
787 url = "mirror://luarocks/lua-term-0.7-1.rockspec";
788 sha256 = "0r9g5jw7pqr1dyj6w58dqlr7y7l0jp077n8nnji4phf10biyrvg2";
789 }).outPath;
790
791 src = fetchurl {
792 url = "https://github.com/hoelzro/lua-term/archive/0.07.tar.gz";
793 sha256 = "0c3zc0cl3a5pbdn056vnlan16g0wimv0p9bq52h7w507f72x18f1";
794 };
795
796
797 meta = with lib; {
798 homepage = "https://github.com/hoelzro/lua-term";
799 description = "Terminal functions for Lua";
800 license.fullName = "MIT/X11";
801 };
802};
803lua-toml = buildLuarocksPackage {
804 pname = "lua-toml";
805 version = "2.0-1";
806
807 src = fetchurl {
808 url = "mirror://luarocks/lua-toml-2.0-1.src.rock";
809 sha256 = "0lyqlnydqbplq82brw9ipqy9gijin6hj1wc46plz994pg4i2c74m";
810 };
811 disabled = (luaOlder "5.1");
812 propagatedBuildInputs = [ lua ];
813
814 meta = with lib; {
815 homepage = "https://github.com/jonstoler/lua-toml";
816 description = "toml decoder/encoder for Lua";
817 license.fullName = "MIT";
818 };
819};
820lua-zlib = buildLuarocksPackage {
821 pname = "lua-zlib";
822 version = "1.2-0";
823
824 src = fetchurl {
825 url = "mirror://luarocks/lua-zlib-1.2-0.src.rock";
826 sha256 = "0qa0vnx45nxdj6fqag6fr627zsnd2bmrr9bdbm8jv6lcnyi6nhs2";
827 };
828 disabled = (luaOlder "5.1");
829 propagatedBuildInputs = [ lua ];
830
831 meta = with lib; {
832 homepage = "https://github.com/brimworks/lua-zlib";
833 description = "Simple streaming interface to zlib for Lua.";
834 maintainers = with maintainers; [ koral ];
835 license.fullName = "MIT";
836 };
837};
838lua_cliargs = buildLuarocksPackage {
839 pname = "lua_cliargs";
840 version = "3.0-2";
841
842 src = fetchurl {
843 url = "mirror://luarocks/lua_cliargs-3.0-2.src.rock";
844 sha256 = "0qqdnw00r16xbyqn4w1xwwpg9i9ppc3c1dcypazjvdxaj899hy9w";
845 };
846 disabled = (luaOlder "5.1");
847 propagatedBuildInputs = [ lua ];
848
849 meta = with lib; {
850 homepage = "https://github.com/amireh/lua_cliargs";
851 description = "A command-line argument parser.";
852 license.fullName = "MIT <http://opensource.org/licenses/MIT>";
853 };
854};
855luabitop = buildLuarocksPackage {
856 pname = "luabitop";
857 version = "1.0.2-3";
858
859 knownRockspec = (fetchurl {
860 url = "mirror://luarocks/luabitop-1.0.2-3.rockspec";
861 sha256 = "07y2h11hbxmby7kyhy3mda64w83p4a6p7y7rzrjqgc0r56yjxhcc";
862 }).outPath;
863
864 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
865 "url": "git://github.com/LuaDist/luabitop.git",
866 "rev": "81bb23b0e737805442033535de8e6d204d0e5381",
867 "date": "2013-02-18T16:36:42+01:00",
868 "sha256": "0lsc556hlkddjbmcdbg7wc2g55bfy743p8ywdzl8x7kk847r043q",
869 "fetchSubmodules": true
870}
871 '') ["date"]) ;
872
873 disabled = (luaOlder "5.1") || (luaAtLeast "5.3");
874 propagatedBuildInputs = [ lua ];
875
876 meta = with lib; {
877 homepage = "http://bitop.luajit.org/";
878 description = "Lua Bit Operations Module";
879 license.fullName = "MIT/X license";
880 };
881};
882luacheck = buildLuarocksPackage {
883 pname = "luacheck";
884 version = "0.23.0-1";
885
886 src = fetchurl {
887 url = "mirror://luarocks/luacheck-0.23.0-1.src.rock";
888 sha256 = "0akj61c7k1na2mggsckvfn9a3ljfp4agnmr9gp3mac4vin99a1cl";
889 };
890 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
891 propagatedBuildInputs = [ lua argparse luafilesystem ];
892
893 meta = with lib; {
894 homepage = "https://github.com/mpeterv/luacheck";
895 description = "A static analyzer and a linter for Lua";
896 license.fullName = "MIT";
897 };
898};
899luacov = buildLuarocksPackage {
900 pname = "luacov";
901 version = "0.14.0-1";
902
903 src = fetchurl {
904 url = "mirror://luarocks/luacov-0.14.0-1.src.rock";
905 sha256 = "18wj4l55wxwvaimvmkg3g5c6amzz9czdpl57z56wmdb284454kca";
906 };
907 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
908 propagatedBuildInputs = [ lua ];
909
910 meta = with lib; {
911 homepage = "https://keplerproject.github.io/luacov/";
912 description = "Coverage analysis tool for Lua scripts";
913 license.fullName = "MIT";
914 };
915};
916luadbi = buildLuarocksPackage {
917 pname = "luadbi";
918 version = "0.7.2-1";
919
920 src = fetchurl {
921 url = "mirror://luarocks/luadbi-0.7.2-1.src.rock";
922 sha256 = "0mj9ggyb05l03gs38ds508620mqaw4fkrzz9861n4j0zxbsbmfwy";
923 };
924 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
925 propagatedBuildInputs = [ lua ];
926
927 meta = with lib; {
928 homepage = "https://github.com/mwild1/luadbi";
929 description = "Database abstraction layer";
930 license.fullName = "MIT/X11";
931 };
932};
933luadbi-mysql = buildLuarocksPackage {
934 pname = "luadbi-mysql";
935 version = "0.7.2-1";
936
937 src = fetchurl {
938 url = "mirror://luarocks/luadbi-mysql-0.7.2-1.src.rock";
939 sha256 = "1f8i5p66halws8qsa7g09110hwzg7pv29yi22mkqd8sjgjv42iq4";
940 };
941 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
942 propagatedBuildInputs = [ lua luadbi ];
943
944 meta = with lib; {
945 homepage = "https://github.com/mwild1/luadbi";
946 description = "Database abstraction layer";
947 license.fullName = "MIT/X11";
948 };
949};
950luadbi-postgresql = buildLuarocksPackage {
951 pname = "luadbi-postgresql";
952 version = "0.7.2-1";
953
954 src = fetchurl {
955 url = "mirror://luarocks/luadbi-postgresql-0.7.2-1.src.rock";
956 sha256 = "0nmm1hdzl77wk8p6r6al6mpkh2n332a8r3iqsdi6v4nxamykdh28";
957 };
958 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
959 propagatedBuildInputs = [ lua luadbi ];
960
961 meta = with lib; {
962 homepage = "https://github.com/mwild1/luadbi";
963 description = "Database abstraction layer";
964 license.fullName = "MIT/X11";
965 };
966};
967luadbi-sqlite3 = buildLuarocksPackage {
968 pname = "luadbi-sqlite3";
969 version = "0.7.2-1";
970
971 src = fetchurl {
972 url = "mirror://luarocks/luadbi-sqlite3-0.7.2-1.src.rock";
973 sha256 = "17wd2djzk5x4l4pv2k3c7b8dcvl46s96kqyk8dp3q6ll8gdl7c65";
974 };
975 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
976 propagatedBuildInputs = [ lua luadbi ];
977
978 meta = with lib; {
979 homepage = "https://github.com/mwild1/luadbi";
980 description = "Database abstraction layer";
981 license.fullName = "MIT/X11";
982 };
983};
984luadoc = buildLuarocksPackage {
985 pname = "luadoc";
986 version = "3.0.1-1";
987
988 src = fetchurl {
989 url = "mirror://luarocks/luadoc-3.0.1-1.src.rock";
990 sha256 = "112zqjbzkrhx3nvavrxx3vhpv2ix85pznzzbpa8fq4piyv5r781i";
991 };
992 propagatedBuildInputs = [ lualogging luafilesystem ];
993
994 meta = with lib; {
995 homepage = "http://luadoc.luaforge.net/";
996 description = "LuaDoc is a documentation tool for Lua source code";
997 license.fullName = "MIT/X11";
998 };
999};
1000luaepnf = buildLuarocksPackage {
1001 pname = "luaepnf";
1002 version = "0.3-1";
1003
1004 src = fetchurl {
1005 url = "mirror://luarocks/luaepnf-0.3-1.src.rock";
1006 sha256 = "12z7radxk1dkyjqflr85sghywgc82xdg4mzb9mbwbrrqbnjw8mp5";
1007 };
1008 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
1009 propagatedBuildInputs = [ lua lpeg ];
1010
1011 meta = with lib; {
1012 homepage = "http://siffiejoe.github.io/lua-luaepnf/";
1013 description = "Extended PEG Notation Format (easy grammars for LPeg)";
1014 license.fullName = "MIT";
1015 };
1016};
1017luaevent = buildLuarocksPackage {
1018 pname = "luaevent";
1019 version = "0.4.6-1";
1020
1021 src = fetchurl {
1022 url = "mirror://luarocks/luaevent-0.4.6-1.src.rock";
1023 sha256 = "0chq09nawiz00lxd6pkdqcb8v426gdifjw6js3ql0lx5vqdkb6dz";
1024 };
1025 disabled = (luaOlder "5.1");
1026 propagatedBuildInputs = [ lua ];
1027
1028 meta = with lib; {
1029 homepage = "https://github.com/harningt/luaevent";
1030 description = "libevent binding for Lua";
1031 license.fullName = "MIT";
1032 };
1033};
1034luaexpat = buildLuarocksPackage {
1035 pname = "luaexpat";
1036 version = "1.3.0-1";
1037
1038 src = fetchurl {
1039 url = "mirror://luarocks/luaexpat-1.3.0-1.src.rock";
1040 sha256 = "15jqz5q12i9zvjyagzwz2lrpzya64mih8v1hxwr0wl2gsjh86y5a";
1041 };
1042 disabled = (luaOlder "5.1");
1043 propagatedBuildInputs = [ lua ];
1044
1045 meta = with lib; {
1046 homepage = "http://www.keplerproject.org/luaexpat/";
1047 description = "XML Expat parsing";
1048 maintainers = with maintainers; [ arobyn flosse ];
1049 license.fullName = "MIT/X11";
1050 };
1051};
1052luaffi = buildLuarocksPackage {
1053 pname = "luaffi";
1054 version = "scm-1";
1055
1056 src = fetchurl {
1057 url = "mirror://luarocks/luaffi-scm-1.src.rock";
1058 sha256 = "0dia66w8sgzw26bwy36gzyb2hyv7kh9n95lh5dl0158rqa6fsf26";
1059 };
1060 disabled = (luaOlder "5.1");
1061 propagatedBuildInputs = [ lua ];
1062
1063 meta = with lib; {
1064 homepage = "https://github.com/facebook/luaffifb";
1065 description = "FFI library for calling C functions from lua";
1066 license.fullName = "BSD";
1067 };
1068};
1069luafilesystem = buildLuarocksPackage {
1070 pname = "luafilesystem";
1071 version = "1.7.0-2";
1072
1073 src = fetchurl {
1074 url = "mirror://luarocks/luafilesystem-1.7.0-2.src.rock";
1075 sha256 = "0xhmd08zklsgpnpjr9rjipah35fbs8jd4v4va36xd8bpwlvx9rk5";
1076 };
1077 disabled = (luaOlder "5.1");
1078 propagatedBuildInputs = [ lua ];
1079
1080 meta = with lib; {
1081 homepage = "git://github.com/keplerproject/luafilesystem";
1082 description = "File System Library for the Lua Programming Language";
1083 maintainers = with maintainers; [ flosse vcunat ];
1084 license.fullName = "MIT/X11";
1085 };
1086};
1087lualogging = buildLuarocksPackage {
1088 pname = "lualogging";
1089 version = "1.3.0-1";
1090
1091 src = fetchurl {
1092 url = "mirror://luarocks/lualogging-1.3.0-1.src.rock";
1093 sha256 = "13fm1vlig3zmbfkmlq1vk3xfqhlvv5xf24b0p4k4d08395y858vc";
1094 };
1095 propagatedBuildInputs = [ luasocket ];
1096
1097 meta = with lib; {
1098 homepage = "https://github.com/Neopallium/lualogging";
1099 description = "A simple API to use logging features";
1100 license.fullName = "MIT/X11";
1101 };
1102};
1103luaossl = buildLuarocksPackage {
1104 pname = "luaossl";
1105 version = "20190731-0";
1106
1107 src = fetchurl {
1108 url = "mirror://luarocks/luaossl-20190731-0.src.rock";
1109 sha256 = "0gardlh547hah5w4kfsdg05jmxzrxr21macqigcmp5hw1l67jn5m";
1110 };
1111 propagatedBuildInputs = [ lua ];
1112
1113 meta = with lib; {
1114 homepage = "http://25thandclement.com/~william/projects/luaossl.html";
1115 description = "Most comprehensive OpenSSL module in the Lua universe.";
1116 maintainers = with maintainers; [ vcunat ];
1117 license.fullName = "MIT/X11";
1118 };
1119};
1120luaposix = buildLuarocksPackage {
1121 pname = "luaposix";
1122 version = "34.1.1-1";
1123
1124 src = fetchurl {
1125 url = "mirror://luarocks/luaposix-34.1.1-1.src.rock";
1126 sha256 = "1l9pkn3g0nzlbmmfj12rhfwvkqb06c21ydqxqgmnmd3w9z4ck53w";
1127 };
1128 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
1129 propagatedBuildInputs = [ bit32 lua ];
1130
1131 meta = with lib; {
1132 homepage = "https://github.com/luaposix/luaposix/";
1133 description = "Lua bindings for POSIX";
1134 maintainers = with maintainers; [ vyp lblasc ];
1135 license.fullName = "MIT/X11";
1136 };
1137};
1138luarepl = buildLuarocksPackage {
1139 pname = "luarepl";
1140 version = "0.9-1";
1141
1142 knownRockspec = (fetchurl {
1143 url = "mirror://luarocks/luarepl-0.9-1.rockspec";
1144 sha256 = "1409lanxv4s8kq5rrh46dvld77ip33qzfn3vac3i9zpzbmgb5i8z";
1145 }).outPath;
1146
1147 src = fetchurl {
1148 url = "https://github.com/hoelzro/lua-repl/archive/0.9.tar.gz";
1149 sha256 = "04xka7b84d9mrz3gyf8ywhw08xp65v8jrnzs8ry8k9540aqs721w";
1150 };
1151
1152 disabled = (luaOlder "5.1");
1153 propagatedBuildInputs = [ lua ];
1154
1155 meta = with lib; {
1156 homepage = "https://github.com/hoelzro/lua-repl";
1157 description = "A reusable REPL component for Lua, written in Lua";
1158 license.fullName = "MIT/X11";
1159 };
1160};
1161luasec = buildLuarocksPackage {
1162 pname = "luasec";
1163 version = "0.9-1";
1164
1165 src = fetchurl {
1166 url = "mirror://luarocks/luasec-0.9-1.src.rock";
1167 sha256 = "00npxdwr3s4638i1jzmhyvss796rhbqk43zrzkb5lzzhqlxpsz5q";
1168 };
1169 disabled = (luaOlder "5.1");
1170 propagatedBuildInputs = [ lua luasocket ];
1171
1172 meta = with lib; {
1173 homepage = "https://github.com/brunoos/luasec/wiki";
1174 description = "A binding for OpenSSL library to provide TLS/SSL communication over LuaSocket.";
1175 maintainers = with maintainers; [ flosse ];
1176 license.fullName = "MIT";
1177 };
1178};
1179luasocket = buildLuarocksPackage {
1180 pname = "luasocket";
1181 version = "3.0rc1-2";
1182
1183 src = fetchurl {
1184 url = "mirror://luarocks/luasocket-3.0rc1-2.src.rock";
1185 sha256 = "1isin9m40ixpqng6ds47skwa4zxrc6w8blza8gmmq566w6hz50iq";
1186 };
1187 disabled = (luaOlder "5.1");
1188 propagatedBuildInputs = [ lua ];
1189
1190 meta = with lib; {
1191 homepage = "http://luaforge.net/projects/luasocket/";
1192 description = "Network support for the Lua language";
1193 license.fullName = "MIT";
1194 };
1195};
1196luasql-sqlite3 = buildLuarocksPackage {
1197 pname = "luasql-sqlite3";
1198 version = "2.5.0-1";
1199
1200 knownRockspec = (fetchurl {
1201 url = "mirror://luarocks/luasql-sqlite3-2.5.0-1.rockspec";
1202 sha256 = "1r0x21i6n18x6915iaj9n309lqqqk1b30bg9h2a6y8jzk839hk09";
1203 }).outPath;
1204
1205 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1206 "url": "git://github.com/keplerproject/luasql.git",
1207 "rev": "5496d60185db0c4578e8abe0c74343e99b799311",
1208 "date": "2019-06-14T10:54:41-03:00",
1209 "sha256": "1jdm1abj2ngklg7syq1ijj142ai9nmdl9370dk2bgamzlxc41pqm",
1210 "fetchSubmodules": true
1211}
1212 '') ["date"]) ;
1213
1214 disabled = (luaOlder "5.1");
1215 propagatedBuildInputs = [ lua ];
1216
1217 meta = with lib; {
1218 homepage = "http://www.keplerproject.org/luasql/";
1219 description = "Database connectivity for Lua (SQLite3 driver)";
1220 maintainers = with maintainers; [ vyp ];
1221 license.fullName = "MIT/X11";
1222 };
1223};
1224luassert = buildLuarocksPackage {
1225 pname = "luassert";
1226 version = "1.8.0-0";
1227
1228 knownRockspec = (fetchurl {
1229 url = "mirror://luarocks/luassert-1.8.0-0.rockspec";
1230 sha256 = "1194y81nlkq4qmrrgl7z82i6vgvhqvp1p673kq0arjix8mv3zyz1";
1231 }).outPath;
1232
1233 src = fetchurl {
1234 url = "https://github.com/Olivine-Labs/luassert/archive/v1.8.0.tar.gz";
1235 sha256 = "0xlwlb32215524bg33svp1ci8mdvh9wykchl8dkhihpxcd526mar";
1236 };
1237
1238 disabled = (luaOlder "5.1");
1239 propagatedBuildInputs = [ lua say ];
1240
1241 meta = with lib; {
1242 homepage = "http://olivinelabs.com/busted/";
1243 description = "Lua Assertions Extension";
1244 license.fullName = "MIT <http://opensource.org/licenses/MIT>";
1245 };
1246};
1247luasystem = buildLuarocksPackage {
1248 pname = "luasystem";
1249 version = "0.2.1-0";
1250
1251 src = fetchurl {
1252 url = "mirror://luarocks/luasystem-0.2.1-0.src.rock";
1253 sha256 = "091xmp8cijgj0yzfsjrn7vljwznjnjn278ay7z9pjwpwiva0diyi";
1254 };
1255 disabled = (luaOlder "5.1");
1256 propagatedBuildInputs = [ lua ];
1257
1258 meta = with lib; {
1259 homepage = "http://olivinelabs.com/luasystem/";
1260 description = "Platform independent system calls for Lua.";
1261 license.fullName = "MIT <http://opensource.org/licenses/MIT>";
1262 };
1263};
1264luautf8 = buildLuarocksPackage {
1265 pname = "luautf8";
1266 version = "0.1.2-2";
1267
1268 src = fetchurl {
1269 url = "mirror://luarocks/luautf8-0.1.2-2.src.rock";
1270 sha256 = "1q0qpr87alfzwwx5x0v9cggnz5fqi20jlqdh1a3i5cijjaj6xwdn";
1271 };
1272 disabled = (luaOlder "5.1");
1273 propagatedBuildInputs = [ lua ];
1274
1275 meta = with lib; {
1276 homepage = "https://github.com/starwing/luautf8";
1277 description = "A UTF-8 support module for Lua";
1278 maintainers = with maintainers; [ pstn ];
1279 license.fullName = "MIT";
1280 };
1281};
1282luazip = buildLuarocksPackage {
1283 pname = "luazip";
1284 version = "1.2.7-1";
1285
1286 src = fetchurl {
1287 url = "mirror://luarocks/luazip-1.2.7-1.src.rock";
1288 sha256 = "1yprlr1ap6bhshhy88qfphmmyg9zp1py2hj2158iw6vsva0fk03l";
1289 };
1290 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
1291 propagatedBuildInputs = [ lua ];
1292
1293 meta = with lib; {
1294 homepage = "https://github.com/mpeterv/luazip";
1295 description = "Library for reading files inside zip files";
1296 license.fullName = "MIT";
1297 };
1298};
1299lua-yajl = buildLuarocksPackage {
1300 pname = "lua-yajl";
1301 version = "2.0-1";
1302
1303 src = fetchurl {
1304 url = "mirror://luarocks/lua-yajl-2.0-1.src.rock";
1305 sha256 = "0bsm519vs53rchcdf8g96ygzdx2bz6pa4vffqlvc7ap49bg5np4f";
1306 };
1307 disabled = (luaOlder "5.1");
1308 propagatedBuildInputs = [ lua ];
1309
1310 meta = with lib; {
1311 homepage = "https://github.com/brimworks/lua-yajl";
1312 description = "Integrate the yajl JSON library with Lua.";
1313 maintainers = with maintainers; [ pstn ];
1314 license.fullName = "MIT/X11";
1315 };
1316};
1317luuid = buildLuarocksPackage {
1318 pname = "luuid";
1319 version = "20120509-2";
1320
1321 src = fetchurl {
1322 url = "mirror://luarocks/luuid-20120509-2.src.rock";
1323 sha256 = "08q54x0m51w89np3n117h2a153wsgv3qayabd8cz6i55qm544hkg";
1324 };
1325 disabled = (luaOlder "5.2") || (luaAtLeast "5.4");
1326 propagatedBuildInputs = [ lua ];
1327
1328 meta = with lib; {
1329 homepage = "http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#luuid";
1330 description = "A library for UUID generation";
1331 license.fullName = "Public domain";
1332 };
1333};
1334luv = buildLuarocksPackage {
1335 pname = "luv";
1336 version = "1.30.0-0";
1337
1338 src = fetchurl {
1339 url = "https://luarocks.org/luv-1.30.0-0.src.rock";
1340 sha256 = "1z5sdq9ld4sm5pws9qxpk9cadv9i7ycwad1zwsa57pj67gly11vi";
1341 };
1342 disabled = (luaOlder "5.1");
1343 propagatedBuildInputs = [ lua ];
1344
1345 meta = with lib; {
1346 homepage = "https://github.com/luvit/luv";
1347 description = "Bare libuv bindings for lua";
1348 license.fullName = "Apache 2.0";
1349 };
1350};
1351lyaml = buildLuarocksPackage {
1352 pname = "lyaml";
1353 version = "6.2.5-1";
1354
1355 src = fetchurl {
1356 url = "mirror://luarocks/lyaml-6.2.5-1.src.rock";
1357 sha256 = "00pnz27sqi84arwkzjabz9v7w37h7xvwb5njk690cfmaknb1dfz6";
1358 };
1359 disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
1360 propagatedBuildInputs = [ lua ];
1361
1362 meta = with lib; {
1363 homepage = "https://github.com/gvvaughan/lyaml";
1364 description = "libYAML binding for Lua";
1365 maintainers = with maintainers; [ lblasc ];
1366 license.fullName = "MIT/X11";
1367 };
1368};
1369markdown = buildLuarocksPackage {
1370 pname = "markdown";
1371 version = "0.33-1";
1372
1373 src = fetchurl {
1374 url = "mirror://luarocks/markdown-0.33-1.src.rock";
1375 sha256 = "01xw4b4jvmrv1hz2gya02g3nphsj3hc94hsbc672ycj8pcql5n5y";
1376 };
1377 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
1378 propagatedBuildInputs = [ lua ];
1379
1380 meta = with lib; {
1381 homepage = "https://github.com/mpeterv/markdown";
1382 description = "Markdown text-to-html markup system.";
1383 license.fullName = "MIT/X11";
1384 };
1385};
1386mediator_lua = buildLuarocksPackage {
1387 pname = "mediator_lua";
1388 version = "1.1.2-0";
1389
1390 knownRockspec = (fetchurl {
1391 url = "mirror://luarocks/mediator_lua-1.1.2-0.rockspec";
1392 sha256 = "0frzvf7i256260a1s8xh92crwa2m42972qxfq29zl05aw3pyn7bm";
1393 }).outPath;
1394
1395 src = fetchurl {
1396 url = "https://github.com/Olivine-Labs/mediator_lua/archive/v1.1.2-0.tar.gz";
1397 sha256 = "16zzzhiy3y35v8advmlkzpryzxv5vji7727vwkly86q8sagqbxgs";
1398 };
1399
1400 disabled = (luaOlder "5.1");
1401 propagatedBuildInputs = [ lua ];
1402
1403 meta = with lib; {
1404 homepage = "http://olivinelabs.com/mediator_lua/";
1405 description = "Event handling through channels";
1406 license.fullName = "MIT <http://opensource.org/licenses/MIT>";
1407 };
1408};
1409mpack = buildLuarocksPackage {
1410 pname = "mpack";
1411 version = "1.0.8-0";
1412
1413 knownRockspec = (fetchurl {
1414 url = "mirror://luarocks/mpack-1.0.8-0.rockspec";
1415 sha256 = "0hhpamw2bydnfrild274faaan6v48918nhslnw3kvi9y36b4i5ha";
1416 }).outPath;
1417
1418 src = fetchurl {
1419 url = "https://github.com/libmpack/libmpack-lua/releases/download/1.0.8/libmpack-lua-1.0.8.tar.gz";
1420 sha256 = "1sf93ffx7a3y1waknc4994l2yrxilrlf3hcp2cj2cvxmpm5inszd";
1421 };
1422
1423
1424 meta = with lib; {
1425 homepage = "https://github.com/libmpack/libmpack-lua/releases/download/1.0.8/libmpack-lua-1.0.8.tar.gz";
1426 description = "Lua binding to libmpack";
1427 license.fullName = "MIT";
1428 };
1429};
1430moonscript = buildLuarocksPackage {
1431 pname = "moonscript";
1432 version = "0.5.0-1";
1433
1434 src = fetchurl {
1435 url = "mirror://luarocks/moonscript-0.5.0-1.src.rock";
1436 sha256 = "09vv3ayzg94bjnzv5fw50r683ma0x3lb7sym297145zig9aqb9q9";
1437 };
1438 disabled = (luaOlder "5.1");
1439 propagatedBuildInputs = [ lua lpeg alt-getopt luafilesystem ];
1440
1441 meta = with lib; {
1442 homepage = "http://moonscript.org";
1443 description = "A programmer friendly language that compiles to Lua";
1444 maintainers = with maintainers; [ arobyn ];
1445 license.fullName = "MIT";
1446 };
1447};
1448nvim-client = buildLuarocksPackage {
1449 pname = "nvim-client";
1450 version = "0.2.2-1";
1451
1452 src = fetchurl {
1453 url = "mirror://luarocks/nvim-client-0.2.2-1.src.rock";
1454 sha256 = "0bgx94ziiq0004zw9lz2zb349xaqs5pminqd8bwdrfdnfjnbp8x0";
1455 };
1456 disabled = (luaOlder "5.1");
1457 propagatedBuildInputs = [ lua mpack luv coxpcall ];
1458
1459 meta = with lib; {
1460 homepage = "https://github.com/neovim/lua-client";
1461 description = "Lua client to Nvim";
1462 license.fullName = "Apache";
1463 };
1464};
1465penlight = buildLuarocksPackage {
1466 pname = "penlight";
1467 version = "1.8.0-1";
1468
1469 src = fetchurl {
1470 url = "mirror://luarocks/penlight-1.8.0-1.src.rock";
1471 sha256 = "05x00dgsa79wzq187ww6i8j0s74nh2c852awni7xfshxgihwhc42";
1472 };
1473 propagatedBuildInputs = [ luafilesystem ];
1474
1475 meta = with lib; {
1476 homepage = "http://tieske.github.io/Penlight";
1477 description = "Lua utility libraries loosely based on the Python standard libraries";
1478 maintainers = with maintainers; [ alerque ];
1479 license.fullName = "MIT/X11";
1480 };
1481};
1482rapidjson = buildLuarocksPackage {
1483 pname = "rapidjson";
1484 version = "0.6.1-1";
1485
1486 src = fetchurl {
1487 url = "mirror://luarocks/rapidjson-0.6.1-1.src.rock";
1488 sha256 = "106zdkmqspwjw6ywzi7ya9zss52p9zggh53rg0i36sk19z0xmp6j";
1489 };
1490 disabled = (luaOlder "5.1");
1491 propagatedBuildInputs = [ lua ];
1492
1493 meta = with lib; {
1494 homepage = "https://github.com/xpol/lua-rapidjson";
1495 description = "Json module based on the very fast RapidJSON.";
1496 license.fullName = "MIT";
1497 };
1498};
1499readline = buildLuarocksPackage {
1500 pname = "readline";
1501 version = "2.6-0";
1502
1503 src = fetchurl {
1504 url = mirror://luarocks/readline-2.6-0.src.rock;
1505 sha256 = "1fvz7nqvkdazp30wn5n62n8i97qrfgznbykdpf8cnflqfpd1shms";
1506 };
1507 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
1508 propagatedBuildInputs = [ lua luaposix ];
1509
1510 meta = with lib; {
1511 homepage = "http://www.pjb.com.au/comp/lua/readline.html";
1512 description = "Interface to the readline library";
1513 license.fullName = "MIT/X11";
1514 };
1515};
1516say = buildLuarocksPackage {
1517 pname = "say";
1518 version = "1.3-1";
1519
1520 knownRockspec = (fetchurl {
1521 url = "mirror://luarocks/say-1.3-1.rockspec";
1522 sha256 = "0bknglb0qwd6r703wp3hcb6z2xxd14kq4md3sg9al3b28fzxbhdv";
1523 }).outPath;
1524
1525 src = fetchurl {
1526 url = "https://github.com/Olivine-Labs/say/archive/v1.3-1.tar.gz";
1527 sha256 = "1jh76mxq9dcmv7kps2spwcc6895jmj2sf04i4y9idaxlicvwvs13";
1528 };
1529
1530 disabled = (luaOlder "5.1");
1531 propagatedBuildInputs = [ lua ];
1532
1533 meta = with lib; {
1534 homepage = "http://olivinelabs.com/busted/";
1535 description = "Lua String Hashing/Indexing Library";
1536 license.fullName = "MIT <http://opensource.org/licenses/MIT>";
1537 };
1538};
1539std__debug = buildLuarocksPackage {
1540 pname = "std._debug";
1541 version = "1.0.1-1";
1542
1543 src = fetchurl {
1544 url = "mirror://luarocks/std._debug-1.0.1-1.src.rock";
1545 sha256 = "1qkcc5rph3ns9mzrfsa1671pb3hzbzfnaxvyw7zdly2b7ll88svz";
1546 };
1547 disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
1548 propagatedBuildInputs = [ lua ];
1549
1550 meta = with lib; {
1551 homepage = "http://lua-stdlib.github.io/_debug";
1552 description = "Debug Hints Library";
1553 license.fullName = "MIT/X11";
1554 };
1555};
1556std_normalize = buildLuarocksPackage {
1557 pname = "std.normalize";
1558 version = "2.0.3-1";
1559
1560 src = fetchurl {
1561 url = "mirror://luarocks/std.normalize-2.0.3-1.src.rock";
1562 sha256 = "00pq2y5w8i052gxmyhgri5ibijksnfmc24kya9y3d5rjlin0n11s";
1563 };
1564 disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
1565 propagatedBuildInputs = [ lua std__debug ];
1566
1567 meta = with lib; {
1568 homepage = "https://lua-stdlib.github.io/normalize";
1569 description = "Normalized Lua Functions";
1570 license.fullName = "MIT/X11";
1571 };
1572};
1573stdlib = buildLuarocksPackage {
1574 pname = "stdlib";
1575 version = "41.2.2-1";
1576
1577 src = fetchurl {
1578 url = "mirror://luarocks/stdlib-41.2.2-1.src.rock";
1579 sha256 = "1kricll40xy75j72lrbp2jpyxsj9v8b9d7qjf3m3fq1bpg6dmsk7";
1580 };
1581 disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
1582 propagatedBuildInputs = [ lua ];
1583
1584 meta = with lib; {
1585 homepage = "http://lua-stdlib.github.io/lua-stdlib";
1586 description = "General Lua Libraries";
1587 maintainers = with maintainers; [ vyp ];
1588 license.fullName = "MIT/X11";
1589 };
1590};
1591vstruct = buildLuarocksPackage {
1592 pname = "vstruct";
1593 version = "2.0.2-1";
1594
1595 src = fetchurl {
1596 url = "mirror://luarocks/vstruct-2.0.2-1.src.rock";
1597 sha256 = "05k1685618wh7vg8av92mh1i1rjqg15x12gifbp9kyqzc2nk3kzq";
1598 };
1599 disabled = (luaOlder "5.1") || (luaAtLeast "5.3");
1600 propagatedBuildInputs = [ lua ];
1601
1602 meta = with lib; {
1603 homepage = "https://github.com/ToxicFrog/vstruct";
1604 description = "Lua library to manipulate binary data";
1605 };
1606};
1607
1608}
1609/* GENERATED */
1610