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