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, stdenv, 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 stdenv.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 stdenv.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 stdenv.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 stdenv.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 stdenv.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 stdenv.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 stdenv.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 stdenv.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 stdenv.lib; {
176 homepage = "http://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 stdenv.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 stdenv.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 stdenv.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 stdenv.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 stdenv.lib; {
271 homepage = "http://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 stdenv.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 stdenv.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 stdenv.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 stdenv.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 stdenv.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 stdenv.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 stdenv.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 stdenv.lib; {
423 homepage = "http://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 stdenv.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 stdenv.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 stdenv.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 stdenv.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 stdenv.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 stdenv.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 stdenv.lib; {
549 homepage = "http://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 stdenv.lib; {
566 homepage = "http://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 stdenv.lib; {
584 homepage = "http://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 stdenv.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 stdenv.lib; {
628 homepage = "http://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 stdenv.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 stdenv.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 stdenv.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.15-0";
697
698 src = fetchurl {
699 url = mirror://luarocks/lua-resty-http-0.15-0.src.rock;
700 sha256 = "1121abcz9y8kis2wdg7i1m75y8lplk3k49v02y804bywbl2km4fz";
701 };
702 disabled = (luaOlder "5.1");
703 propagatedBuildInputs = [ lua ];
704
705 meta = with stdenv.lib; {
706 homepage = "https://github.com/ledgetech/lua-resty-http";
707 description = "Lua HTTP client cosocket driver for OpenResty / ngx_lua.";
708 license.fullName = "2-clause BSD";
709 };
710};
711lua-resty-jwt = buildLuarocksPackage {
712 pname = "lua-resty-jwt";
713 version = "0.2.2-0";
714
715 src = fetchurl {
716 url = mirror://luarocks/lua-resty-jwt-0.2.2-0.src.rock;
717 sha256 = "1a4wwiwcjwgr59g2940a2h0i6n1c7xjy2px5bls3x5br4shwhswa";
718 };
719 disabled = (luaOlder "5.1");
720 propagatedBuildInputs = [ lua ];
721
722 meta = with stdenv.lib; {
723 homepage = "https://github.com/cdbattags/lua-resty-jwt";
724 description = "JWT for ngx_lua and LuaJIT.";
725 license.fullName = "Apache License Version 2";
726 };
727};
728lua-resty-openidc = buildLuarocksPackage {
729 pname = "lua-resty-openidc";
730 version = "1.7.2-1";
731
732 src = fetchurl {
733 url = mirror://luarocks/lua-resty-openidc-1.7.2-1.src.rock;
734 sha256 = "01mya69r4fncfrpqh5pn2acg18q3slds8zm976qgkjby0pzwzzw7";
735 };
736 disabled = (luaOlder "5.1");
737 propagatedBuildInputs = [ lua lua-resty-http lua-resty-session lua-resty-jwt ];
738
739 meta = with stdenv.lib; {
740 homepage = "https://github.com/zmartzone/lua-resty-openidc";
741 description = "A library for NGINX implementing the OpenID Connect Relying Party (RP) and the OAuth 2.0 Resource Server (RS) functionality";
742 license.fullName = "Apache 2.0";
743 };
744};
745lua-resty-session = buildLuarocksPackage {
746 pname = "lua-resty-session";
747 version = "3.6-1";
748
749 src = fetchurl {
750 url = mirror://luarocks/lua-resty-session-3.6-1.src.rock;
751 sha256 = "1r5626x247d1vi5bzqfk11bl4d5c39h1iqj6mgndnwpnz43cag5i";
752 };
753 disabled = (luaOlder "5.1");
754 propagatedBuildInputs = [ lua ];
755
756 meta = with stdenv.lib; {
757 homepage = "https://github.com/bungle/lua-resty-session";
758 description = "Session Library for OpenResty – Flexible and Secure";
759 license.fullName = "BSD";
760 };
761};
762lua-term = buildLuarocksPackage {
763 pname = "lua-term";
764 version = "0.7-1";
765
766 knownRockspec = (fetchurl {
767 url = "mirror://luarocks/lua-term-0.7-1.rockspec";
768 sha256 = "0r9g5jw7pqr1dyj6w58dqlr7y7l0jp077n8nnji4phf10biyrvg2";
769 }).outPath;
770
771 src = fetchurl {
772 url = "https://github.com/hoelzro/lua-term/archive/0.07.tar.gz";
773 sha256 = "0c3zc0cl3a5pbdn056vnlan16g0wimv0p9bq52h7w507f72x18f1";
774 };
775
776
777 meta = with stdenv.lib; {
778 homepage = "https://github.com/hoelzro/lua-term";
779 description = "Terminal functions for Lua";
780 license.fullName = "MIT/X11";
781 };
782};
783lua-toml = buildLuarocksPackage {
784 pname = "lua-toml";
785 version = "2.0-1";
786
787 src = fetchurl {
788 url = "mirror://luarocks/lua-toml-2.0-1.src.rock";
789 sha256 = "0lyqlnydqbplq82brw9ipqy9gijin6hj1wc46plz994pg4i2c74m";
790 };
791 disabled = (luaOlder "5.1");
792 propagatedBuildInputs = [ lua ];
793
794 meta = with stdenv.lib; {
795 homepage = "https://github.com/jonstoler/lua-toml";
796 description = "toml decoder/encoder for Lua";
797 license.fullName = "MIT";
798 };
799};
800lua-zlib = buildLuarocksPackage {
801 pname = "lua-zlib";
802 version = "1.2-0";
803
804 src = fetchurl {
805 url = "mirror://luarocks/lua-zlib-1.2-0.src.rock";
806 sha256 = "0qa0vnx45nxdj6fqag6fr627zsnd2bmrr9bdbm8jv6lcnyi6nhs2";
807 };
808 disabled = (luaOlder "5.1");
809 propagatedBuildInputs = [ lua ];
810
811 meta = with stdenv.lib; {
812 homepage = "https://github.com/brimworks/lua-zlib";
813 description = "Simple streaming interface to zlib for Lua.";
814 maintainers = with maintainers; [ koral ];
815 license.fullName = "MIT";
816 };
817};
818lua_cliargs = buildLuarocksPackage {
819 pname = "lua_cliargs";
820 version = "3.0-2";
821
822 src = fetchurl {
823 url = "mirror://luarocks/lua_cliargs-3.0-2.src.rock";
824 sha256 = "0qqdnw00r16xbyqn4w1xwwpg9i9ppc3c1dcypazjvdxaj899hy9w";
825 };
826 disabled = (luaOlder "5.1");
827 propagatedBuildInputs = [ lua ];
828
829 meta = with stdenv.lib; {
830 homepage = "https://github.com/amireh/lua_cliargs";
831 description = "A command-line argument parser.";
832 license.fullName = "MIT <http://opensource.org/licenses/MIT>";
833 };
834};
835luabitop = buildLuarocksPackage {
836 pname = "luabitop";
837 version = "1.0.2-3";
838
839 knownRockspec = (fetchurl {
840 url = "mirror://luarocks/luabitop-1.0.2-3.rockspec";
841 sha256 = "07y2h11hbxmby7kyhy3mda64w83p4a6p7y7rzrjqgc0r56yjxhcc";
842 }).outPath;
843
844 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
845 "url": "git://github.com/LuaDist/luabitop.git",
846 "rev": "81bb23b0e737805442033535de8e6d204d0e5381",
847 "date": "2013-02-18T16:36:42+01:00",
848 "sha256": "0lsc556hlkddjbmcdbg7wc2g55bfy743p8ywdzl8x7kk847r043q",
849 "fetchSubmodules": true
850}
851 '') ["date"]) ;
852
853 disabled = (luaOlder "5.1") || (luaAtLeast "5.3");
854 propagatedBuildInputs = [ lua ];
855
856 meta = with stdenv.lib; {
857 homepage = "http://bitop.luajit.org/";
858 description = "Lua Bit Operations Module";
859 license.fullName = "MIT/X license";
860 };
861};
862luacheck = buildLuarocksPackage {
863 pname = "luacheck";
864 version = "0.23.0-1";
865
866 src = fetchurl {
867 url = "mirror://luarocks/luacheck-0.23.0-1.src.rock";
868 sha256 = "0akj61c7k1na2mggsckvfn9a3ljfp4agnmr9gp3mac4vin99a1cl";
869 };
870 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
871 propagatedBuildInputs = [ lua argparse luafilesystem ];
872
873 meta = with stdenv.lib; {
874 homepage = "https://github.com/mpeterv/luacheck";
875 description = "A static analyzer and a linter for Lua";
876 license.fullName = "MIT";
877 };
878};
879luacov = buildLuarocksPackage {
880 pname = "luacov";
881 version = "0.14.0-1";
882
883 src = fetchurl {
884 url = "mirror://luarocks/luacov-0.14.0-1.src.rock";
885 sha256 = "18wj4l55wxwvaimvmkg3g5c6amzz9czdpl57z56wmdb284454kca";
886 };
887 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
888 propagatedBuildInputs = [ lua ];
889
890 meta = with stdenv.lib; {
891 homepage = "https://keplerproject.github.io/luacov/";
892 description = "Coverage analysis tool for Lua scripts";
893 license.fullName = "MIT";
894 };
895};
896luadbi = buildLuarocksPackage {
897 pname = "luadbi";
898 version = "0.7.2-1";
899
900 src = fetchurl {
901 url = "mirror://luarocks/luadbi-0.7.2-1.src.rock";
902 sha256 = "0mj9ggyb05l03gs38ds508620mqaw4fkrzz9861n4j0zxbsbmfwy";
903 };
904 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
905 propagatedBuildInputs = [ lua ];
906
907 meta = with stdenv.lib; {
908 homepage = "https://github.com/mwild1/luadbi";
909 description = "Database abstraction layer";
910 license.fullName = "MIT/X11";
911 };
912};
913luadbi-mysql = buildLuarocksPackage {
914 pname = "luadbi-mysql";
915 version = "0.7.2-1";
916
917 src = fetchurl {
918 url = "mirror://luarocks/luadbi-mysql-0.7.2-1.src.rock";
919 sha256 = "1f8i5p66halws8qsa7g09110hwzg7pv29yi22mkqd8sjgjv42iq4";
920 };
921 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
922 propagatedBuildInputs = [ lua luadbi ];
923
924 meta = with stdenv.lib; {
925 homepage = "https://github.com/mwild1/luadbi";
926 description = "Database abstraction layer";
927 license.fullName = "MIT/X11";
928 };
929};
930luadbi-postgresql = buildLuarocksPackage {
931 pname = "luadbi-postgresql";
932 version = "0.7.2-1";
933
934 src = fetchurl {
935 url = "mirror://luarocks/luadbi-postgresql-0.7.2-1.src.rock";
936 sha256 = "0nmm1hdzl77wk8p6r6al6mpkh2n332a8r3iqsdi6v4nxamykdh28";
937 };
938 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
939 propagatedBuildInputs = [ lua luadbi ];
940
941 meta = with stdenv.lib; {
942 homepage = "https://github.com/mwild1/luadbi";
943 description = "Database abstraction layer";
944 license.fullName = "MIT/X11";
945 };
946};
947luadbi-sqlite3 = buildLuarocksPackage {
948 pname = "luadbi-sqlite3";
949 version = "0.7.2-1";
950
951 src = fetchurl {
952 url = "mirror://luarocks/luadbi-sqlite3-0.7.2-1.src.rock";
953 sha256 = "17wd2djzk5x4l4pv2k3c7b8dcvl46s96kqyk8dp3q6ll8gdl7c65";
954 };
955 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
956 propagatedBuildInputs = [ lua luadbi ];
957
958 meta = with stdenv.lib; {
959 homepage = "https://github.com/mwild1/luadbi";
960 description = "Database abstraction layer";
961 license.fullName = "MIT/X11";
962 };
963};
964luadoc = buildLuarocksPackage {
965 pname = "luadoc";
966 version = "3.0.1-1";
967
968 src = fetchurl {
969 url = "mirror://luarocks/luadoc-3.0.1-1.src.rock";
970 sha256 = "112zqjbzkrhx3nvavrxx3vhpv2ix85pznzzbpa8fq4piyv5r781i";
971 };
972 propagatedBuildInputs = [ lualogging luafilesystem ];
973
974 meta = with stdenv.lib; {
975 homepage = "http://luadoc.luaforge.net/";
976 description = "LuaDoc is a documentation tool for Lua source code";
977 license.fullName = "MIT/X11";
978 };
979};
980luaepnf = buildLuarocksPackage {
981 pname = "luaepnf";
982 version = "0.3-1";
983
984 src = fetchurl {
985 url = "mirror://luarocks/luaepnf-0.3-1.src.rock";
986 sha256 = "12z7radxk1dkyjqflr85sghywgc82xdg4mzb9mbwbrrqbnjw8mp5";
987 };
988 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
989 propagatedBuildInputs = [ lua lpeg ];
990
991 meta = with stdenv.lib; {
992 homepage = "http://siffiejoe.github.io/lua-luaepnf/";
993 description = "Extended PEG Notation Format (easy grammars for LPeg)";
994 license.fullName = "MIT";
995 };
996};
997luaevent = buildLuarocksPackage {
998 pname = "luaevent";
999 version = "0.4.6-1";
1000
1001 src = fetchurl {
1002 url = "mirror://luarocks/luaevent-0.4.6-1.src.rock";
1003 sha256 = "0chq09nawiz00lxd6pkdqcb8v426gdifjw6js3ql0lx5vqdkb6dz";
1004 };
1005 disabled = (luaOlder "5.1");
1006 propagatedBuildInputs = [ lua ];
1007
1008 meta = with stdenv.lib; {
1009 homepage = "https://github.com/harningt/luaevent";
1010 description = "libevent binding for Lua";
1011 license.fullName = "MIT";
1012 };
1013};
1014luaexpat = buildLuarocksPackage {
1015 pname = "luaexpat";
1016 version = "1.3.0-1";
1017
1018 src = fetchurl {
1019 url = "mirror://luarocks/luaexpat-1.3.0-1.src.rock";
1020 sha256 = "15jqz5q12i9zvjyagzwz2lrpzya64mih8v1hxwr0wl2gsjh86y5a";
1021 };
1022 disabled = (luaOlder "5.1");
1023 propagatedBuildInputs = [ lua ];
1024
1025 meta = with stdenv.lib; {
1026 homepage = "http://www.keplerproject.org/luaexpat/";
1027 description = "XML Expat parsing";
1028 maintainers = with maintainers; [ arobyn flosse ];
1029 license.fullName = "MIT/X11";
1030 };
1031};
1032luaffi = buildLuarocksPackage {
1033 pname = "luaffi";
1034 version = "scm-1";
1035
1036 src = fetchurl {
1037 url = "mirror://luarocks/luaffi-scm-1.src.rock";
1038 sha256 = "0dia66w8sgzw26bwy36gzyb2hyv7kh9n95lh5dl0158rqa6fsf26";
1039 };
1040 disabled = (luaOlder "5.1");
1041 propagatedBuildInputs = [ lua ];
1042
1043 meta = with stdenv.lib; {
1044 homepage = "https://github.com/facebook/luaffifb";
1045 description = "FFI library for calling C functions from lua";
1046 license.fullName = "BSD";
1047 };
1048};
1049luafilesystem = buildLuarocksPackage {
1050 pname = "luafilesystem";
1051 version = "1.7.0-2";
1052
1053 src = fetchurl {
1054 url = "mirror://luarocks/luafilesystem-1.7.0-2.src.rock";
1055 sha256 = "0xhmd08zklsgpnpjr9rjipah35fbs8jd4v4va36xd8bpwlvx9rk5";
1056 };
1057 disabled = (luaOlder "5.1");
1058 propagatedBuildInputs = [ lua ];
1059
1060 meta = with stdenv.lib; {
1061 homepage = "git://github.com/keplerproject/luafilesystem";
1062 description = "File System Library for the Lua Programming Language";
1063 maintainers = with maintainers; [ flosse vcunat ];
1064 license.fullName = "MIT/X11";
1065 };
1066};
1067lualogging = buildLuarocksPackage {
1068 pname = "lualogging";
1069 version = "1.3.0-1";
1070
1071 src = fetchurl {
1072 url = "mirror://luarocks/lualogging-1.3.0-1.src.rock";
1073 sha256 = "13fm1vlig3zmbfkmlq1vk3xfqhlvv5xf24b0p4k4d08395y858vc";
1074 };
1075 propagatedBuildInputs = [ luasocket ];
1076
1077 meta = with stdenv.lib; {
1078 homepage = "https://github.com/Neopallium/lualogging";
1079 description = "A simple API to use logging features";
1080 license.fullName = "MIT/X11";
1081 };
1082};
1083luaossl = buildLuarocksPackage {
1084 pname = "luaossl";
1085 version = "20190731-0";
1086
1087 src = fetchurl {
1088 url = "mirror://luarocks/luaossl-20190731-0.src.rock";
1089 sha256 = "0gardlh547hah5w4kfsdg05jmxzrxr21macqigcmp5hw1l67jn5m";
1090 };
1091 propagatedBuildInputs = [ lua ];
1092
1093 meta = with stdenv.lib; {
1094 homepage = "http://25thandclement.com/~william/projects/luaossl.html";
1095 description = "Most comprehensive OpenSSL module in the Lua universe.";
1096 maintainers = with maintainers; [ vcunat ];
1097 license.fullName = "MIT/X11";
1098 };
1099};
1100luaposix = buildLuarocksPackage {
1101 pname = "luaposix";
1102 version = "34.1.1-1";
1103
1104 src = fetchurl {
1105 url = "mirror://luarocks/luaposix-34.1.1-1.src.rock";
1106 sha256 = "1l9pkn3g0nzlbmmfj12rhfwvkqb06c21ydqxqgmnmd3w9z4ck53w";
1107 };
1108 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
1109 propagatedBuildInputs = [ bit32 lua ];
1110
1111 meta = with stdenv.lib; {
1112 homepage = "http://github.com/luaposix/luaposix/";
1113 description = "Lua bindings for POSIX";
1114 maintainers = with maintainers; [ vyp lblasc ];
1115 license.fullName = "MIT/X11";
1116 };
1117};
1118luarepl = buildLuarocksPackage {
1119 pname = "luarepl";
1120 version = "0.9-1";
1121
1122 knownRockspec = (fetchurl {
1123 url = "mirror://luarocks/luarepl-0.9-1.rockspec";
1124 sha256 = "1409lanxv4s8kq5rrh46dvld77ip33qzfn3vac3i9zpzbmgb5i8z";
1125 }).outPath;
1126
1127 src = fetchurl {
1128 url = "https://github.com/hoelzro/lua-repl/archive/0.9.tar.gz";
1129 sha256 = "04xka7b84d9mrz3gyf8ywhw08xp65v8jrnzs8ry8k9540aqs721w";
1130 };
1131
1132 disabled = (luaOlder "5.1");
1133 propagatedBuildInputs = [ lua ];
1134
1135 meta = with stdenv.lib; {
1136 homepage = "https://github.com/hoelzro/lua-repl";
1137 description = "A reusable REPL component for Lua, written in Lua";
1138 license.fullName = "MIT/X11";
1139 };
1140};
1141luasec = buildLuarocksPackage {
1142 pname = "luasec";
1143 version = "0.9-1";
1144
1145 src = fetchurl {
1146 url = "mirror://luarocks/luasec-0.9-1.src.rock";
1147 sha256 = "00npxdwr3s4638i1jzmhyvss796rhbqk43zrzkb5lzzhqlxpsz5q";
1148 };
1149 disabled = (luaOlder "5.1");
1150 propagatedBuildInputs = [ lua luasocket ];
1151
1152 meta = with stdenv.lib; {
1153 homepage = "https://github.com/brunoos/luasec/wiki";
1154 description = "A binding for OpenSSL library to provide TLS/SSL communication over LuaSocket.";
1155 maintainers = with maintainers; [ flosse ];
1156 license.fullName = "MIT";
1157 };
1158};
1159luasocket = buildLuarocksPackage {
1160 pname = "luasocket";
1161 version = "3.0rc1-2";
1162
1163 src = fetchurl {
1164 url = "mirror://luarocks/luasocket-3.0rc1-2.src.rock";
1165 sha256 = "1isin9m40ixpqng6ds47skwa4zxrc6w8blza8gmmq566w6hz50iq";
1166 };
1167 disabled = (luaOlder "5.1");
1168 propagatedBuildInputs = [ lua ];
1169
1170 meta = with stdenv.lib; {
1171 homepage = "http://luaforge.net/projects/luasocket/";
1172 description = "Network support for the Lua language";
1173 license.fullName = "MIT";
1174 };
1175};
1176luasql-sqlite3 = buildLuarocksPackage {
1177 pname = "luasql-sqlite3";
1178 version = "2.5.0-1";
1179
1180 knownRockspec = (fetchurl {
1181 url = "mirror://luarocks/luasql-sqlite3-2.5.0-1.rockspec";
1182 sha256 = "1r0x21i6n18x6915iaj9n309lqqqk1b30bg9h2a6y8jzk839hk09";
1183 }).outPath;
1184
1185 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1186 "url": "git://github.com/keplerproject/luasql.git",
1187 "rev": "5496d60185db0c4578e8abe0c74343e99b799311",
1188 "date": "2019-06-14T10:54:41-03:00",
1189 "sha256": "1jdm1abj2ngklg7syq1ijj142ai9nmdl9370dk2bgamzlxc41pqm",
1190 "fetchSubmodules": true
1191}
1192 '') ["date"]) ;
1193
1194 disabled = (luaOlder "5.1");
1195 propagatedBuildInputs = [ lua ];
1196
1197 meta = with stdenv.lib; {
1198 homepage = "http://www.keplerproject.org/luasql/";
1199 description = "Database connectivity for Lua (SQLite3 driver)";
1200 maintainers = with maintainers; [ vyp ];
1201 license.fullName = "MIT/X11";
1202 };
1203};
1204luassert = buildLuarocksPackage {
1205 pname = "luassert";
1206 version = "1.8.0-0";
1207
1208 knownRockspec = (fetchurl {
1209 url = "mirror://luarocks/luassert-1.8.0-0.rockspec";
1210 sha256 = "1194y81nlkq4qmrrgl7z82i6vgvhqvp1p673kq0arjix8mv3zyz1";
1211 }).outPath;
1212
1213 src = fetchurl {
1214 url = "https://github.com/Olivine-Labs/luassert/archive/v1.8.0.tar.gz";
1215 sha256 = "0xlwlb32215524bg33svp1ci8mdvh9wykchl8dkhihpxcd526mar";
1216 };
1217
1218 disabled = (luaOlder "5.1");
1219 propagatedBuildInputs = [ lua say ];
1220
1221 meta = with stdenv.lib; {
1222 homepage = "http://olivinelabs.com/busted/";
1223 description = "Lua Assertions Extension";
1224 license.fullName = "MIT <http://opensource.org/licenses/MIT>";
1225 };
1226};
1227luasystem = buildLuarocksPackage {
1228 pname = "luasystem";
1229 version = "0.2.1-0";
1230
1231 src = fetchurl {
1232 url = "mirror://luarocks/luasystem-0.2.1-0.src.rock";
1233 sha256 = "091xmp8cijgj0yzfsjrn7vljwznjnjn278ay7z9pjwpwiva0diyi";
1234 };
1235 disabled = (luaOlder "5.1");
1236 propagatedBuildInputs = [ lua ];
1237
1238 meta = with stdenv.lib; {
1239 homepage = "http://olivinelabs.com/luasystem/";
1240 description = "Platform independent system calls for Lua.";
1241 license.fullName = "MIT <http://opensource.org/licenses/MIT>";
1242 };
1243};
1244luautf8 = buildLuarocksPackage {
1245 pname = "luautf8";
1246 version = "0.1.2-2";
1247
1248 src = fetchurl {
1249 url = "mirror://luarocks/luautf8-0.1.2-2.src.rock";
1250 sha256 = "1q0qpr87alfzwwx5x0v9cggnz5fqi20jlqdh1a3i5cijjaj6xwdn";
1251 };
1252 disabled = (luaOlder "5.1");
1253 propagatedBuildInputs = [ lua ];
1254
1255 meta = with stdenv.lib; {
1256 homepage = "http://github.com/starwing/luautf8";
1257 description = "A UTF-8 support module for Lua";
1258 maintainers = with maintainers; [ pstn ];
1259 license.fullName = "MIT";
1260 };
1261};
1262luazip = buildLuarocksPackage {
1263 pname = "luazip";
1264 version = "1.2.7-1";
1265
1266 src = fetchurl {
1267 url = "mirror://luarocks/luazip-1.2.7-1.src.rock";
1268 sha256 = "1yprlr1ap6bhshhy88qfphmmyg9zp1py2hj2158iw6vsva0fk03l";
1269 };
1270 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
1271 propagatedBuildInputs = [ lua ];
1272
1273 meta = with stdenv.lib; {
1274 homepage = "https://github.com/mpeterv/luazip";
1275 description = "Library for reading files inside zip files";
1276 license.fullName = "MIT";
1277 };
1278};
1279lua-yajl = buildLuarocksPackage {
1280 pname = "lua-yajl";
1281 version = "2.0-1";
1282
1283 src = fetchurl {
1284 url = "mirror://luarocks/lua-yajl-2.0-1.src.rock";
1285 sha256 = "0bsm519vs53rchcdf8g96ygzdx2bz6pa4vffqlvc7ap49bg5np4f";
1286 };
1287 disabled = (luaOlder "5.1");
1288 propagatedBuildInputs = [ lua ];
1289
1290 meta = with stdenv.lib; {
1291 homepage = "http://github.com/brimworks/lua-yajl";
1292 description = "Integrate the yajl JSON library with Lua.";
1293 maintainers = with maintainers; [ pstn ];
1294 license.fullName = "MIT/X11";
1295 };
1296};
1297luuid = buildLuarocksPackage {
1298 pname = "luuid";
1299 version = "20120509-2";
1300
1301 src = fetchurl {
1302 url = "mirror://luarocks/luuid-20120509-2.src.rock";
1303 sha256 = "08q54x0m51w89np3n117h2a153wsgv3qayabd8cz6i55qm544hkg";
1304 };
1305 disabled = (luaOlder "5.2") || (luaAtLeast "5.4");
1306 propagatedBuildInputs = [ lua ];
1307
1308 meta = with stdenv.lib; {
1309 homepage = "http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#luuid";
1310 description = "A library for UUID generation";
1311 license.fullName = "Public domain";
1312 };
1313};
1314luv = buildLuarocksPackage {
1315 pname = "luv";
1316 version = "1.30.0-0";
1317
1318 src = fetchurl {
1319 url = "https://luarocks.org/luv-1.30.0-0.src.rock";
1320 sha256 = "1z5sdq9ld4sm5pws9qxpk9cadv9i7ycwad1zwsa57pj67gly11vi";
1321 };
1322 disabled = (luaOlder "5.1");
1323 propagatedBuildInputs = [ lua ];
1324
1325 meta = with stdenv.lib; {
1326 homepage = "https://github.com/luvit/luv";
1327 description = "Bare libuv bindings for lua";
1328 license.fullName = "Apache 2.0";
1329 };
1330};
1331lyaml = buildLuarocksPackage {
1332 pname = "lyaml";
1333 version = "6.2.5-1";
1334
1335 src = fetchurl {
1336 url = "mirror://luarocks/lyaml-6.2.5-1.src.rock";
1337 sha256 = "00pnz27sqi84arwkzjabz9v7w37h7xvwb5njk690cfmaknb1dfz6";
1338 };
1339 disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
1340 propagatedBuildInputs = [ lua ];
1341
1342 meta = with stdenv.lib; {
1343 homepage = "http://github.com/gvvaughan/lyaml";
1344 description = "libYAML binding for Lua";
1345 maintainers = with maintainers; [ lblasc ];
1346 license.fullName = "MIT/X11";
1347 };
1348};
1349markdown = buildLuarocksPackage {
1350 pname = "markdown";
1351 version = "0.33-1";
1352
1353 src = fetchurl {
1354 url = "mirror://luarocks/markdown-0.33-1.src.rock";
1355 sha256 = "01xw4b4jvmrv1hz2gya02g3nphsj3hc94hsbc672ycj8pcql5n5y";
1356 };
1357 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
1358 propagatedBuildInputs = [ lua ];
1359
1360 meta = with stdenv.lib; {
1361 homepage = "https://github.com/mpeterv/markdown";
1362 description = "Markdown text-to-html markup system.";
1363 license.fullName = "MIT/X11";
1364 };
1365};
1366mediator_lua = buildLuarocksPackage {
1367 pname = "mediator_lua";
1368 version = "1.1.2-0";
1369
1370 knownRockspec = (fetchurl {
1371 url = "mirror://luarocks/mediator_lua-1.1.2-0.rockspec";
1372 sha256 = "0frzvf7i256260a1s8xh92crwa2m42972qxfq29zl05aw3pyn7bm";
1373 }).outPath;
1374
1375 src = fetchurl {
1376 url = "https://github.com/Olivine-Labs/mediator_lua/archive/v1.1.2-0.tar.gz";
1377 sha256 = "16zzzhiy3y35v8advmlkzpryzxv5vji7727vwkly86q8sagqbxgs";
1378 };
1379
1380 disabled = (luaOlder "5.1");
1381 propagatedBuildInputs = [ lua ];
1382
1383 meta = with stdenv.lib; {
1384 homepage = "http://olivinelabs.com/mediator_lua/";
1385 description = "Event handling through channels";
1386 license.fullName = "MIT <http://opensource.org/licenses/MIT>";
1387 };
1388};
1389mpack = buildLuarocksPackage {
1390 pname = "mpack";
1391 version = "1.0.8-0";
1392
1393 knownRockspec = (fetchurl {
1394 url = "mirror://luarocks/mpack-1.0.8-0.rockspec";
1395 sha256 = "0hhpamw2bydnfrild274faaan6v48918nhslnw3kvi9y36b4i5ha";
1396 }).outPath;
1397
1398 src = fetchurl {
1399 url = "https://github.com/libmpack/libmpack-lua/releases/download/1.0.8/libmpack-lua-1.0.8.tar.gz";
1400 sha256 = "1sf93ffx7a3y1waknc4994l2yrxilrlf3hcp2cj2cvxmpm5inszd";
1401 };
1402
1403
1404 meta = with stdenv.lib; {
1405 homepage = "https://github.com/libmpack/libmpack-lua/releases/download/1.0.8/libmpack-lua-1.0.8.tar.gz";
1406 description = "Lua binding to libmpack";
1407 license.fullName = "MIT";
1408 };
1409};
1410moonscript = buildLuarocksPackage {
1411 pname = "moonscript";
1412 version = "0.5.0-1";
1413
1414 src = fetchurl {
1415 url = "mirror://luarocks/moonscript-0.5.0-1.src.rock";
1416 sha256 = "09vv3ayzg94bjnzv5fw50r683ma0x3lb7sym297145zig9aqb9q9";
1417 };
1418 disabled = (luaOlder "5.1");
1419 propagatedBuildInputs = [ lua lpeg alt-getopt luafilesystem ];
1420
1421 meta = with stdenv.lib; {
1422 homepage = "http://moonscript.org";
1423 description = "A programmer friendly language that compiles to Lua";
1424 maintainers = with maintainers; [ arobyn ];
1425 license.fullName = "MIT";
1426 };
1427};
1428nvim-client = buildLuarocksPackage {
1429 pname = "nvim-client";
1430 version = "0.2.2-1";
1431
1432 src = fetchurl {
1433 url = "mirror://luarocks/nvim-client-0.2.2-1.src.rock";
1434 sha256 = "0bgx94ziiq0004zw9lz2zb349xaqs5pminqd8bwdrfdnfjnbp8x0";
1435 };
1436 disabled = (luaOlder "5.1");
1437 propagatedBuildInputs = [ lua mpack luv coxpcall ];
1438
1439 meta = with stdenv.lib; {
1440 homepage = "https://github.com/neovim/lua-client";
1441 description = "Lua client to Nvim";
1442 license.fullName = "Apache";
1443 };
1444};
1445penlight = buildLuarocksPackage {
1446 pname = "penlight";
1447 version = "1.8.0-1";
1448
1449 src = fetchurl {
1450 url = "mirror://luarocks/penlight-1.8.0-1.src.rock";
1451 sha256 = "05x00dgsa79wzq187ww6i8j0s74nh2c852awni7xfshxgihwhc42";
1452 };
1453 propagatedBuildInputs = [ luafilesystem ];
1454
1455 meta = with stdenv.lib; {
1456 homepage = "http://tieske.github.io/Penlight";
1457 description = "Lua utility libraries loosely based on the Python standard libraries";
1458 maintainers = with maintainers; [ alerque ];
1459 license.fullName = "MIT/X11";
1460 };
1461};
1462rapidjson = buildLuarocksPackage {
1463 pname = "rapidjson";
1464 version = "0.6.1-1";
1465
1466 src = fetchurl {
1467 url = "mirror://luarocks/rapidjson-0.6.1-1.src.rock";
1468 sha256 = "106zdkmqspwjw6ywzi7ya9zss52p9zggh53rg0i36sk19z0xmp6j";
1469 };
1470 disabled = (luaOlder "5.1");
1471 propagatedBuildInputs = [ lua ];
1472
1473 meta = with stdenv.lib; {
1474 homepage = "https://github.com/xpol/lua-rapidjson";
1475 description = "Json module based on the very fast RapidJSON.";
1476 license.fullName = "MIT";
1477 };
1478};
1479readline = buildLuarocksPackage {
1480 pname = "readline";
1481 version = "2.6-0";
1482
1483 src = fetchurl {
1484 url = mirror://luarocks/readline-2.6-0.src.rock;
1485 sha256 = "1fvz7nqvkdazp30wn5n62n8i97qrfgznbykdpf8cnflqfpd1shms";
1486 };
1487 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
1488 propagatedBuildInputs = [ lua luaposix ];
1489
1490 meta = with stdenv.lib; {
1491 homepage = "http://www.pjb.com.au/comp/lua/readline.html";
1492 description = "Interface to the readline library";
1493 license.fullName = "MIT/X11";
1494 };
1495};
1496say = buildLuarocksPackage {
1497 pname = "say";
1498 version = "1.3-1";
1499
1500 knownRockspec = (fetchurl {
1501 url = "mirror://luarocks/say-1.3-1.rockspec";
1502 sha256 = "0bknglb0qwd6r703wp3hcb6z2xxd14kq4md3sg9al3b28fzxbhdv";
1503 }).outPath;
1504
1505 src = fetchurl {
1506 url = "https://github.com/Olivine-Labs/say/archive/v1.3-1.tar.gz";
1507 sha256 = "1jh76mxq9dcmv7kps2spwcc6895jmj2sf04i4y9idaxlicvwvs13";
1508 };
1509
1510 disabled = (luaOlder "5.1");
1511 propagatedBuildInputs = [ lua ];
1512
1513 meta = with stdenv.lib; {
1514 homepage = "http://olivinelabs.com/busted/";
1515 description = "Lua String Hashing/Indexing Library";
1516 license.fullName = "MIT <http://opensource.org/licenses/MIT>";
1517 };
1518};
1519std__debug = buildLuarocksPackage {
1520 pname = "std._debug";
1521 version = "1.0.1-1";
1522
1523 src = fetchurl {
1524 url = "mirror://luarocks/std._debug-1.0.1-1.src.rock";
1525 sha256 = "1qkcc5rph3ns9mzrfsa1671pb3hzbzfnaxvyw7zdly2b7ll88svz";
1526 };
1527 disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
1528 propagatedBuildInputs = [ lua ];
1529
1530 meta = with stdenv.lib; {
1531 homepage = "http://lua-stdlib.github.io/_debug";
1532 description = "Debug Hints Library";
1533 license.fullName = "MIT/X11";
1534 };
1535};
1536std_normalize = buildLuarocksPackage {
1537 pname = "std.normalize";
1538 version = "2.0.3-1";
1539
1540 src = fetchurl {
1541 url = "mirror://luarocks/std.normalize-2.0.3-1.src.rock";
1542 sha256 = "00pq2y5w8i052gxmyhgri5ibijksnfmc24kya9y3d5rjlin0n11s";
1543 };
1544 disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
1545 propagatedBuildInputs = [ lua std__debug ];
1546
1547 meta = with stdenv.lib; {
1548 homepage = "https://lua-stdlib.github.io/normalize";
1549 description = "Normalized Lua Functions";
1550 license.fullName = "MIT/X11";
1551 };
1552};
1553stdlib = buildLuarocksPackage {
1554 pname = "stdlib";
1555 version = "41.2.2-1";
1556
1557 src = fetchurl {
1558 url = "mirror://luarocks/stdlib-41.2.2-1.src.rock";
1559 sha256 = "1kricll40xy75j72lrbp2jpyxsj9v8b9d7qjf3m3fq1bpg6dmsk7";
1560 };
1561 disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
1562 propagatedBuildInputs = [ lua ];
1563
1564 meta = with stdenv.lib; {
1565 homepage = "http://lua-stdlib.github.io/lua-stdlib";
1566 description = "General Lua Libraries";
1567 maintainers = with maintainers; [ vyp ];
1568 license.fullName = "MIT/X11";
1569 };
1570};
1571vstruct = buildLuarocksPackage {
1572 pname = "vstruct";
1573 version = "2.0.2-1";
1574
1575 src = fetchurl {
1576 url = "mirror://luarocks/vstruct-2.0.2-1.src.rock";
1577 sha256 = "05k1685618wh7vg8av92mh1i1rjqg15x12gifbp9kyqzc2nk3kzq";
1578 };
1579 disabled = (luaOlder "5.1") || (luaAtLeast "5.3");
1580 propagatedBuildInputs = [ lua ];
1581
1582 meta = with stdenv.lib; {
1583 homepage = "https://github.com/ToxicFrog/vstruct";
1584 description = "Lua library to manipulate binary data";
1585 };
1586};
1587
1588}
1589/* GENERATED */
1590