1/* pkgs/development/lua-modules/generated-packages.nix is an auto-generated file -- DO NOT EDIT!
2Regenerate it with:
3nixpkgs$ ./maintainers/scripts/update-luarocks-packages
4
5You can customize the generated packages in pkgs/development/lua-modules/overrides.nix
6*/
7
8{ self, stdenv, lib, fetchurl, fetchgit, callPackage, ... } @ args:
9final: prev:
10{
11alt-getopt = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
12, fetchgit, lua
13}:
14buildLuarocksPackage {
15 pname = "alt-getopt";
16 version = "0.8.0-1";
17 knownRockspec = (fetchurl {
18 url = "mirror://luarocks/alt-getopt-0.8.0-1.rockspec";
19 sha256 = "17yxi1lsrbkmwzcn1x48x8758d7v1frsz1bmnpqfv4vfnlh0x210";
20 }).outPath;
21 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
22 "url": "https://github.com/cheusov/lua-alt-getopt",
23 "rev": "f495c21d6a203ab280603aa5799e636fb5651ae7",
24 "date": "2017-01-06T13:50:55+03:00",
25 "path": "/nix/store/z72v77cw9188408ynsppwhlzii2dr740-lua-alt-getopt",
26 "sha256": "1kq7r5668045diavsqd1j6i9hxdpsk99w8q4zr8cby9y3ws4q6rv",
27 "fetchLFS": false,
28 "fetchSubmodules": true,
29 "deepClone": false,
30 "leaveDotGit": false
31}
32 '') ["date" "path"]) ;
33
34 disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.4");
35 propagatedBuildInputs = [ lua ];
36
37 meta = {
38 homepage = "https://github.com/cheusov/lua-alt-getopt";
39 description = "Process application arguments the same way as getopt_long";
40 maintainers = with lib.maintainers; [ arobyn ];
41 license.fullName = "MIT/X11";
42 };
43}) {};
44
45argparse = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
46, fetchgit, lua
47}:
48buildLuarocksPackage {
49 pname = "argparse";
50 version = "scm-2";
51
52 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
53 "url": "https://github.com/luarocks/argparse.git",
54 "rev": "27967d7b52295ea7885671af734332038c132837",
55 "date": "2020-07-08T11:17:50+10:00",
56 "path": "/nix/store/vjm6c826hgvj7h7vqlbgkfpvijsd8yaf-argparse",
57 "sha256": "0idg79d0dfis4qhbkbjlmddq87np75hb2vj41i6prjpvqacvg5v1",
58 "fetchLFS": false,
59 "fetchSubmodules": true,
60 "deepClone": false,
61 "leaveDotGit": false
62}
63 '') ["date" "path"]) ;
64
65 disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.5");
66 propagatedBuildInputs = [ lua ];
67
68 meta = {
69 homepage = "https://github.com/luarocks/argparse";
70 description = "A feature-rich command-line argument parser";
71 license.fullName = "MIT";
72 };
73}) {};
74
75basexx = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
76, fetchurl, lua
77}:
78buildLuarocksPackage {
79 pname = "basexx";
80 version = "scm-0";
81 rockspecDir = "dist";
82
83 src = fetchurl {
84 url = "https://github.com/aiq/basexx/archive/master.tar.gz";
85 sha256 = "1x0d24aaj4zld4ifr7mi8zwrym5shsfphmwx5jzw2zg22r6xzlz1";
86 };
87
88 disabled = with lua; (luaOlder "5.1");
89 propagatedBuildInputs = [ lua ];
90
91 meta = {
92 homepage = "https://github.com/aiq/basexx";
93 description = "A base2, base16, base32, base64 and base85 library for Lua";
94 license.fullName = "MIT";
95 };
96}) {};
97
98binaryheap = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
99, fetchurl, lua
100}:
101buildLuarocksPackage {
102 pname = "binaryheap";
103 version = "0.4-1";
104
105 src = fetchurl {
106 url = "https://github.com/Tieske/binaryheap.lua/archive/version_0v4.tar.gz";
107 sha256 = "0f5l4nb5s7dycbkgh3rrl7pf0npcf9k6m2gr2bsn09fjyb3bdc8h";
108 };
109
110 disabled = with lua; (luaOlder "5.1");
111 propagatedBuildInputs = [ lua ];
112
113 meta = {
114 homepage = "https://github.com/Tieske/binaryheap.lua";
115 description = "Binary heap implementation in pure Lua";
116 maintainers = with lib.maintainers; [ vcunat ];
117 license.fullName = "MIT/X11";
118 };
119}) {};
120
121bit32 = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
122, fetchgit, lua
123}:
124buildLuarocksPackage {
125 pname = "bit32";
126 version = "5.3.0-1";
127 knownRockspec = (fetchurl {
128 url = "https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/bit32-5.3.0-1.rockspec";
129 sha256 = "1d6xdihpksrj5a3yvsvnmf3vfk15hj6f8n1rrs65m7adh87hc0yd";
130 }).outPath;
131 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
132 "url": "https://github.com/keplerproject/lua-compat-5.2.git",
133 "rev": "10c7d40943601eb1f80caa9e909688bb203edc4d",
134 "date": "2015-02-17T10:44:04+01:00",
135 "path": "/nix/store/9kz7kgjmq0w9plrpha866bmwsgp4rfhn-lua-compat-5.2",
136 "sha256": "1ipqlbvb5w394qwhm2f3w6pdrgy8v4q8sps5hh3pqz14dcqwakhj",
137 "fetchLFS": false,
138 "fetchSubmodules": true,
139 "deepClone": false,
140 "leaveDotGit": false
141}
142 '') ["date" "path"]) ;
143
144 disabled = with lua; (luaOlder "5.1");
145 propagatedBuildInputs = [ lua ];
146
147 meta = {
148 homepage = "http://www.lua.org/manual/5.2/manual.html#6.7";
149 description = "Lua 5.2 bit manipulation library";
150 maintainers = with lib.maintainers; [ lblasc ];
151 license.fullName = "MIT/X11";
152 };
153}) {};
154
155busted = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
156, fetchurl, lua, lua_cliargs, luafilesystem, luasystem, dkjson, say, luassert, lua-term, penlight, mediator_lua
157}:
158buildLuarocksPackage {
159 pname = "busted";
160 version = "2.0.0-1";
161 knownRockspec = (fetchurl {
162 url = "mirror://luarocks/busted-2.0.0-1.rockspec";
163 sha256 = "0cbw95bjxl667n9apcgng2kr5hq6bc7gp3vryw4dzixmfabxkcbw";
164 }).outPath;
165 src = fetchurl {
166 url = "https://github.com/Olivine-Labs/busted/archive/v2.0.0.tar.gz";
167 sha256 = "1ps7b3f4diawfj637mibznaw4x08gn567pyni0m2s50hrnw4v8zx";
168 };
169
170 disabled = with lua; (luaOlder "5.1");
171 propagatedBuildInputs = [ lua lua_cliargs luafilesystem luasystem dkjson say luassert lua-term penlight mediator_lua ];
172
173 meta = {
174 homepage = "http://olivinelabs.com/busted/";
175 description = "Elegant Lua unit testing.";
176 license.fullName = "MIT <http://opensource.org/licenses/MIT>";
177 };
178}) {};
179
180cassowary = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
181, fetchgit, lua, penlight
182}:
183buildLuarocksPackage {
184 pname = "cassowary";
185 version = "2.3.2-1";
186 knownRockspec = (fetchurl {
187 url = "mirror://luarocks/cassowary-2.3.2-1.rockspec";
188 sha256 = "0c6sflm8zpgbcdj47s3rd34h69h3nqcciaaqd1wdx5m0lwc3mii0";
189 }).outPath;
190 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
191 "url": "https://github.com/sile-typesetter/cassowary.lua",
192 "rev": "e33195f08438c15d725d283979165fda7c6c3321",
193 "date": "2022-04-22T11:23:46+03:00",
194 "path": "/nix/store/51mb376xh9pnh2krk08ljmy01zhr9y3z-cassowary.lua",
195 "sha256": "1lvl40dhzmbqqjrqpjgqlg2kl993fpdy1mpc6d1610zpa9znx1f0",
196 "fetchLFS": false,
197 "fetchSubmodules": true,
198 "deepClone": false,
199 "leaveDotGit": false
200}
201 '') ["date" "path"]) ;
202
203 disabled = with lua; (luaOlder "5.1");
204 propagatedBuildInputs = [ lua penlight ];
205
206 meta = {
207 homepage = "https://github.com/sile-typesetter/cassowary.lua";
208 description = "The cassowary constraint solver";
209 maintainers = with lib.maintainers; [ marsam alerque ];
210 license.fullName = "Apache 2";
211 };
212}) {};
213
214cldr = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
215, fetchgit, lua, penlight
216}:
217buildLuarocksPackage {
218 pname = "cldr";
219 version = "0.2.0-0";
220 knownRockspec = (fetchurl {
221 url = "mirror://luarocks/cldr-0.2.0-0.rockspec";
222 sha256 = "1vjwrlrdy10bacn0324fvs4sx85xryyg7npw2mp1k9kmasfr8r1s";
223 }).outPath;
224 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
225 "url": "https://github.com/alerque/cldr-lua.git",
226 "rev": "51e4760838c0a83ef1a76d0a0fb2e9f964069a50",
227 "date": "2022-04-16T14:46:14+03:00",
228 "path": "/nix/store/7jziz15bjm27zw9i3arrxprglakz8n4d-cldr-lua",
229 "sha256": "1i22mcs50z99850j47gkgwyf0ahl4yh1732b4x3davjwy2fwak1x",
230 "fetchLFS": false,
231 "fetchSubmodules": true,
232 "deepClone": false,
233 "leaveDotGit": false
234}
235 '') ["date" "path"]) ;
236
237 disabled = with lua; (luaOlder "5.1");
238 propagatedBuildInputs = [ lua penlight ];
239
240 meta = {
241 homepage = "https://github.com/alerque/cldr-lua";
242 description = "Lua interface to Unicode CLDR data";
243 maintainers = with lib.maintainers; [ alerque ];
244 license.fullName = "MIT/ICU";
245 };
246}) {};
247
248compat53 = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
249, fetchurl, lua
250}:
251buildLuarocksPackage {
252 pname = "compat53";
253 version = "0.7-1";
254 knownRockspec = (fetchurl {
255 url = "mirror://luarocks/compat53-0.7-1.rockspec";
256 sha256 = "1r7a3q1cjrcmdycrv2ikgl83irjhxs53sa88v2fdpr9aaamlb101";
257 }).outPath;
258 src = fetchurl {
259 url = "https://github.com/keplerproject/lua-compat-5.3/archive/v0.7.zip";
260 sha256 = "1x3wv1qx7b2zlf3fh4q9pmi2xxkcdm024g7bf11rpv0yacnhran3";
261 };
262
263 disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.4");
264 propagatedBuildInputs = [ lua ];
265
266 meta = {
267 homepage = "https://github.com/keplerproject/lua-compat-5.3";
268 description = "Compatibility module providing Lua-5.3-style APIs for Lua 5.2 and 5.1";
269 maintainers = with lib.maintainers; [ vcunat ];
270 license.fullName = "MIT";
271 };
272}) {};
273
274cosmo = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
275, fetchgit, lpeg
276}:
277buildLuarocksPackage {
278 pname = "cosmo";
279 version = "16.06.04-1";
280 knownRockspec = (fetchurl {
281 url = "mirror://luarocks/cosmo-16.06.04-1.rockspec";
282 sha256 = "0ipv1hrlhvaz1myz6qxabq7b7kb3bz456cya3r292487a3g9h9pb";
283 }).outPath;
284 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
285 "url": "https://github.com/mascarenhas/cosmo.git",
286 "rev": "e774f08cbf8d271185812a803536af8a8240ac51",
287 "date": "2016-06-17T05:39:58-07:00",
288 "path": "/nix/store/k3p4xc4cfihp4h8aj6vacr25rpcsjd96-cosmo",
289 "sha256": "03b5gwsgxd777970d2h6rx86p7ivqx7bry8xmx2r396g3w85qy2p",
290 "fetchLFS": false,
291 "fetchSubmodules": true,
292 "deepClone": false,
293 "leaveDotGit": false
294}
295 '') ["date" "path"]) ;
296
297 propagatedBuildInputs = [ lpeg ];
298
299 meta = {
300 homepage = "http://cosmo.luaforge.net";
301 description = "Safe templates for Lua";
302 maintainers = with lib.maintainers; [ marsam ];
303 license.fullName = "MIT/X11";
304 };
305}) {};
306
307coxpcall = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
308, fetchgit}:
309buildLuarocksPackage {
310 pname = "coxpcall";
311 version = "1.17.0-1";
312 knownRockspec = (fetchurl {
313 url = "mirror://luarocks/coxpcall-1.17.0-1.rockspec";
314 sha256 = "0mf0nggg4ajahy5y1q5zh2zx9rmgzw06572bxx6k8b736b8j7gca";
315 }).outPath;
316 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
317 "url": "https://github.com/keplerproject/coxpcall",
318 "rev": "ea22f44e490430e40217f0792bf82eaeaec51903",
319 "date": "2018-02-26T19:53:11-03:00",
320 "path": "/nix/store/1q4p5qvr6rlwisyarlgnmk4dx6vp8xdl-coxpcall",
321 "sha256": "1k3q1rr2kavkscf99b5njxhibhp6iwhclrjk6nnnp233iwc2jvqi",
322 "fetchLFS": false,
323 "fetchSubmodules": true,
324 "deepClone": false,
325 "leaveDotGit": false
326}
327 '') ["date" "path"]) ;
328
329
330 meta = {
331 homepage = "http://keplerproject.github.io/coxpcall";
332 description = "Coroutine safe xpcall and pcall";
333 license.fullName = "MIT/X11";
334 };
335}) {};
336
337cqueues = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
338, fetchurl, lua
339}:
340buildLuarocksPackage {
341 pname = "cqueues";
342 version = "20200726.52-0";
343 knownRockspec = (fetchurl {
344 url = "mirror://luarocks/cqueues-20200726.52-0.rockspec";
345 sha256 = "0w2kq9w0wda56k02rjmvmzccz6bc3mn70s9v7npjadh85i5zlhhp";
346 }).outPath;
347 src = fetchurl {
348 url = "https://github.com/wahern/cqueues/archive/rel-20200726.tar.gz";
349 sha256 = "0lhd02ag3r1sxr2hx847rdjkddm04l1vf5234v5cz9bd4kfjw4cy";
350 };
351
352 disabled = with lua; (luaversion != "5.2");
353 propagatedBuildInputs = [ lua ];
354
355 meta = {
356 homepage = "http://25thandclement.com/~william/projects/cqueues.html";
357 description = "Continuation Queues: Embeddable asynchronous networking, threading, and notification framework for Lua on Unix.";
358 maintainers = with lib.maintainers; [ vcunat ];
359 license.fullName = "MIT/X11";
360 };
361}) {};
362
363cyrussasl = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
364, fetchgit, lua
365}:
366buildLuarocksPackage {
367 pname = "cyrussasl";
368 version = "1.1.0-1";
369
370 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
371 "url": "https://github.com/JorjBauer/lua-cyrussasl",
372 "rev": "78ceec610da76d745d0eff4e21a4fb24832aa72d",
373 "date": "2015-08-21T18:24:54-04:00",
374 "path": "/nix/store/s7n7f80pz8k6lvfav55a5rwy5l45vs4l-lua-cyrussasl",
375 "sha256": "14kzm3vk96k2i1m9f5zvpvq4pnzaf7s91h5g4h4x2bq1mynzw2s1",
376 "fetchLFS": false,
377 "fetchSubmodules": true,
378 "deepClone": false,
379 "leaveDotGit": false
380}
381 '') ["date" "path"]) ;
382
383 disabled = with lua; (luaOlder "5.1");
384 propagatedBuildInputs = [ lua ];
385
386 meta = {
387 homepage = "http://github.com/JorjBauer/lua-cyrussasl";
388 description = "Cyrus SASL library for Lua 5.1+";
389 license.fullName = "BSD";
390 };
391}) {};
392
393digestif = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
394, fetchgit, lua, lpeg
395}:
396buildLuarocksPackage {
397 pname = "digestif";
398 version = "dev-1";
399
400 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
401 "url": "https://github.com/astoff/digestif",
402 "rev": "1fac471a153b99da7f858e63edfa19ec2afee791",
403 "date": "2022-03-13T17:25:22+01:00",
404 "path": "/nix/store/4fxlwjvv07gbdi094abl59h8j5ly4ghm-digestif",
405 "sha256": "1mlmn3v97il5jsl28hjjgvm0dix5r6rsrdzavq25pbv0c46b3zzf",
406 "fetchLFS": false,
407 "fetchSubmodules": true,
408 "deepClone": false,
409 "leaveDotGit": false
410}
411 '') ["date" "path"]) ;
412
413 disabled = with lua; (luaOlder "5.3");
414 propagatedBuildInputs = [ lua lpeg ];
415
416 meta = {
417 homepage = "https://github.com/astoff/digestif/";
418 description = "A code analyzer for TeX";
419 license.fullName = "MIT";
420 };
421}) {};
422
423dkjson = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
424, fetchurl, lua
425}:
426buildLuarocksPackage {
427 pname = "dkjson";
428 version = "2.6-1";
429 knownRockspec = (fetchurl {
430 url = "https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/dkjson-2.6-1.rockspec";
431 sha256 = "1hhmgz2nixqg23shfnl0kq6wxdadx36z6hhsrz33g7idbm6rbwm1";
432 }).outPath;
433 src = fetchurl {
434 url = "http://dkolf.de/src/dkjson-lua.fsl/tarball/dkjson-2.6.tar.gz?uuid=release_2_6";
435 sha256 = "0wwpdz20fvg5j36902892mnb99craf22697r6v7xdblqnd7fw1xx";
436 };
437
438 disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.5");
439 propagatedBuildInputs = [ lua ];
440
441 meta = {
442 homepage = "http://dkolf.de/src/dkjson-lua.fsl/";
443 description = "David Kolf's JSON module for Lua";
444 license.fullName = "MIT/X11";
445 };
446}) {};
447
448fifo = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
449, fetchurl, lua
450}:
451buildLuarocksPackage {
452 pname = "fifo";
453 version = "0.2-0";
454 knownRockspec = (fetchurl {
455 url = "mirror://luarocks/fifo-0.2-0.rockspec";
456 sha256 = "0vr9apmai2cyra2n573nr3dyk929gzcs4nm1096jdxcixmvh2ymq";
457 }).outPath;
458 src = fetchurl {
459 url = "https://github.com/daurnimator/fifo.lua/archive/0.2.zip";
460 sha256 = "1a028yyc1xlkaavij8rkz18dqf96risrj65xp0p72y2mhsrckdp1";
461 };
462
463 propagatedBuildInputs = [ lua ];
464
465 meta = {
466 homepage = "https://github.com/daurnimator/fifo.lua";
467 description = "A lua library/'class' that implements a FIFO";
468 license.fullName = "MIT/X11";
469 };
470}) {};
471
472fluent = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
473, fetchgit, lua, cldr, luaepnf, penlight
474}:
475buildLuarocksPackage {
476 pname = "fluent";
477 version = "0.2.0-0";
478 knownRockspec = (fetchurl {
479 url = "mirror://luarocks/fluent-0.2.0-0.rockspec";
480 sha256 = "1x3nk8xdf923rvdijr0jx8v6w3wxxfch7ri3kxca0pw80b5bc2fa";
481 }).outPath;
482 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
483 "url": "https://github.com/alerque/fluent-lua.git",
484 "rev": "e1cd4130e460bcd52f9118b7d9f9a72d2e8b902c",
485 "date": "2022-04-16T23:08:20+03:00",
486 "path": "/nix/store/flxlnrzg6rx75qikiggmy494npx59p0b-fluent-lua",
487 "sha256": "12js8l4hcxhziza0sry0f01kfm8f8m6kx843dmcky36z1y2mccmq",
488 "fetchLFS": false,
489 "fetchSubmodules": true,
490 "deepClone": false,
491 "leaveDotGit": false
492}
493 '') ["date" "path"]) ;
494
495 disabled = with lua; (luaOlder "5.1");
496 propagatedBuildInputs = [ lua cldr luaepnf penlight ];
497
498 meta = {
499 homepage = "https://github.com/alerque/fluent-lua";
500 description = "Lua implementation of Project Fluent";
501 maintainers = with lib.maintainers; [ alerque ];
502 license.fullName = "MIT";
503 };
504}) {};
505
506gitsigns-nvim = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
507, fetchgit, lua
508}:
509buildLuarocksPackage {
510 pname = "gitsigns.nvim";
511 version = "scm-1";
512
513 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
514 "url": "https://github.com/lewis6991/gitsigns.nvim",
515 "rev": "27aeb2e715c32cbb99aa0b326b31739464b61644",
516 "date": "2022-05-26T12:55:53+01:00",
517 "path": "/nix/store/bfz0bk523dk4dciiknrzvp87yvnbgcb2-gitsigns.nvim",
518 "sha256": "04m1767cndrx46xsa6frf77xv64hmr6w21dk2wh4s0sqjvqqm1r6",
519 "fetchLFS": false,
520 "fetchSubmodules": true,
521 "deepClone": false,
522 "leaveDotGit": false
523}
524 '') ["date" "path"]) ;
525
526 disabled = with lua; (luaversion != "5.1");
527 propagatedBuildInputs = [ lua ];
528
529 meta = {
530 homepage = "http://github.com/lewis6991/gitsigns.nvim";
531 description = "Git signs written in pure lua";
532 license.fullName = "MIT/X11";
533 };
534}) {};
535
536http = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
537, fetchurl, lua, compat53, bit32, cqueues, luaossl, basexx, lpeg, lpeg_patterns, binaryheap, fifo
538}:
539buildLuarocksPackage {
540 pname = "http";
541 version = "0.3-0";
542 knownRockspec = (fetchurl {
543 url = "https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/http-0.3-0.rockspec";
544 sha256 = "0fn3irkf5nnmfc83alc40b316hs8l7zdq2xlaiaa65sjd8acfvia";
545 }).outPath;
546 src = fetchurl {
547 url = "https://github.com/daurnimator/lua-http/archive/v0.3.zip";
548 sha256 = "13xyj8qx42mzn1z4lwwdfd7ha06a720q4b7d04ir6vvp2fwp3s4q";
549 };
550
551 disabled = with lua; (luaOlder "5.1");
552 propagatedBuildInputs = [ lua compat53 bit32 cqueues luaossl basexx lpeg lpeg_patterns binaryheap fifo ];
553
554 meta = {
555 homepage = "https://github.com/daurnimator/lua-http";
556 description = "HTTP library for Lua";
557 maintainers = with lib.maintainers; [ vcunat ];
558 license.fullName = "MIT";
559 };
560}) {};
561
562inspect = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
563, fetchurl, lua
564}:
565buildLuarocksPackage {
566 pname = "inspect";
567 version = "3.1.3-0";
568 knownRockspec = (fetchurl {
569 url = "mirror://luarocks/inspect-3.1.3-0.rockspec";
570 sha256 = "1iivb2jmz0pacmac2msyqwvjjx8q6py4h959m8fkigia6srg5ins";
571 }).outPath;
572 src = fetchurl {
573 url = "https://github.com/kikito/inspect.lua/archive/v3.1.3.tar.gz";
574 sha256 = "1sqylz5hmj5sbv4gi9988j6av3cb5lwkd7wiyim1h5lr7xhnlf23";
575 };
576
577 disabled = with lua; (luaOlder "5.1");
578 propagatedBuildInputs = [ lua ];
579
580 meta = {
581 homepage = "https://github.com/kikito/inspect.lua";
582 description = "Lua table visualizer, ideal for debugging";
583 license.fullName = "MIT <http://opensource.org/licenses/MIT>";
584 };
585}) {};
586
587ldbus = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
588, fetchgit, lua
589}:
590buildLuarocksPackage {
591 pname = "ldbus";
592 version = "scm-0";
593 knownRockspec = (fetchurl {
594 url = "mirror://luarocks/ldbus-scm-0.rockspec";
595 sha256 = "1c0h6fx7avzh89hl17v6simy1p4mjg8bimlsbjybks0zxznd8rbm";
596 }).outPath;
597 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
598 "url": "https://github.com/daurnimator/ldbus.git",
599 "rev": "6d4909c983c8a0e2c7384bac8055c628aa524ea2",
600 "date": "2021-11-10T23:58:54+11:00",
601 "path": "/nix/store/j830jk2hkanz7abkdsbvg2warsyr0a2c-ldbus",
602 "sha256": "18q98b98mfvjzbyssf18bpnlx4hsx4s9lwcwia4z9dxiaiw7b77j",
603 "fetchLFS": false,
604 "fetchSubmodules": true,
605 "deepClone": false,
606 "leaveDotGit": false
607}
608 '') ["date" "path"]) ;
609
610 disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.5");
611 propagatedBuildInputs = [ lua ];
612
613 meta = {
614 homepage = "https://github.com/daurnimator/ldbus";
615 description = "A Lua library to access dbus.";
616 license.fullName = "MIT/X11";
617 };
618}) {};
619
620ldoc = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
621, fetchgit, penlight, markdown
622}:
623buildLuarocksPackage {
624 pname = "ldoc";
625 version = "scm-3";
626
627 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
628 "url": "https://github.com/stevedonovan/LDoc.git",
629 "rev": "e97398356b27473e5ba0626427daaec54f407e22",
630 "date": "2022-01-17T13:53:47+03:00",
631 "path": "/nix/store/6s0dmcz2jgjhjhakr5miq8ffgkchd0wh-LDoc",
632 "sha256": "13k4vi12s37izsjqcnfcliwlizr1ic0vwb0zlxcsghi31k031him",
633 "fetchLFS": false,
634 "fetchSubmodules": true,
635 "deepClone": false,
636 "leaveDotGit": false
637}
638 '') ["date" "path"]) ;
639
640 propagatedBuildInputs = [ penlight markdown ];
641
642 meta = {
643 homepage = "https://github.com/lunarmodules/LDoc";
644 description = "A Lua Documentation Tool";
645 license.fullName = "MIT/X11";
646 };
647}) {};
648
649lgi = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
650, fetchgit, lua
651}:
652buildLuarocksPackage {
653 pname = "lgi";
654 version = "0.9.2-1";
655 knownRockspec = (fetchurl {
656 url = "https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/lgi-0.9.2-1.rockspec";
657 sha256 = "1gqi07m4bs7xibsy4vx8qgyp3yb1wnh0gdq1cpwqzv35y6hn5ds3";
658 }).outPath;
659 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
660 "url": "https://github.com/pavouk/lgi.git",
661 "rev": "0fdcf8c677094d0c109dfb199031fdbc0c9c47ea",
662 "date": "2017-10-09T20:55:55+02:00",
663 "path": "/nix/store/vh82n8pc8dy5c8nph0vssk99vv7q4qg2-lgi",
664 "sha256": "03rbydnj411xpjvwsyvhwy4plm96481d7jax544mvk7apd8sd5jj",
665 "fetchLFS": false,
666 "fetchSubmodules": true,
667 "deepClone": false,
668 "leaveDotGit": false
669}
670 '') ["date" "path"]) ;
671
672 disabled = with lua; (luaOlder "5.1");
673 propagatedBuildInputs = [ lua ];
674
675 meta = {
676 homepage = "http://github.com/pavouk/lgi";
677 description = "Lua bindings to GObject libraries";
678 license.fullName = "MIT/X11";
679 };
680}) {};
681
682linenoise = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
683, fetchurl, lua
684}:
685buildLuarocksPackage {
686 pname = "linenoise";
687 version = "0.9-1";
688
689 src = fetchurl {
690 url = "https://github.com/hoelzro/lua-linenoise/archive/0.9.tar.gz";
691 sha256 = "177h6gbq89arwiwxah9943i8hl5gvd9wivnd1nhmdl7d8x0dn76c";
692 };
693
694 disabled = with lua; (luaOlder "5.1");
695 propagatedBuildInputs = [ lua ];
696
697 meta = {
698 homepage = "https://github.com/hoelzro/lua-linenoise";
699 description = "A binding for the linenoise command line library";
700 license.fullName = "MIT/X11";
701 };
702}) {};
703
704ljsyscall = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
705, fetchurl, lua
706}:
707buildLuarocksPackage {
708 pname = "ljsyscall";
709 version = "0.12-1";
710 knownRockspec = (fetchurl {
711 url = "mirror://luarocks/ljsyscall-0.12-1.rockspec";
712 sha256 = "0zna5s852vn7q414z56kkyqwpighaghyq7h7in3myap4d9vcgm01";
713 }).outPath;
714 src = fetchurl {
715 url = "https://github.com/justincormack/ljsyscall/archive/v0.12.tar.gz";
716 sha256 = "1w9g36nhxv92cypjia7igg1xpfrn3dbs3hfy6gnnz5mx14v50abf";
717 };
718
719 disabled = with lua; (luaversion != "5.1");
720 propagatedBuildInputs = [ lua ];
721
722 meta = {
723 homepage = "http://www.myriabit.com/ljsyscall/";
724 description = "LuaJIT Linux syscall FFI";
725 maintainers = with lib.maintainers; [ lblasc ];
726 license.fullName = "MIT";
727 };
728}) {};
729
730lmathx = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
731, fetchurl, lua
732}:
733buildLuarocksPackage {
734 pname = "lmathx";
735 version = "20150624-1";
736 knownRockspec = (fetchurl {
737 url = "mirror://luarocks/lmathx-20150624-1.rockspec";
738 sha256 = "181wzsj1mxjyia43y8zwaydxahnl7a70qzcgc8jhhgic7jyi9pgv";
739 }).outPath;
740 src = fetchurl {
741 url = "http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/5.3/lmathx.tar.gz";
742 sha256 = "1r0ax3lq4xx6469aqc6qlfl3jynlghzhl5j65mpdj0kyzv4nknzf";
743 };
744
745 propagatedBuildInputs = [ lua ];
746
747 meta = {
748 homepage = "http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lmathx";
749 description = "C99 extensions for the math library";
750 maintainers = with lib.maintainers; [ alexshpilkin ];
751 license.fullName = "Public domain";
752 };
753}) {};
754
755lmpfrlib = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
756, fetchurl, lua
757}:
758buildLuarocksPackage {
759 pname = "lmpfrlib";
760 version = "20170112-2";
761 knownRockspec = (fetchurl {
762 url = "mirror://luarocks/lmpfrlib-20170112-2.rockspec";
763 sha256 = "1x7qiwmk5b9fi87fn7yvivdsis8h9fk9r3ipqiry5ahx72vzdm7d";
764 }).outPath;
765 src = fetchurl {
766 url = "http://www.circuitwizard.de/lmpfrlib/lmpfrlib.c";
767 sha256 = "00d32cwvk298k3vyrjkdmfjgc69x1fwyks3hs7dqr2514zdhgssm";
768 };
769
770 disabled = with lua; (luaOlder "5.3") || (luaAtLeast "5.5");
771 propagatedBuildInputs = [ lua ];
772
773 meta = {
774 homepage = "http://www.circuitwizard.de/lmpfrlib/lmpfrlib.html";
775 description = "Lua API for the GNU MPFR library";
776 maintainers = with lib.maintainers; [ alexshpilkin ];
777 license.fullName = "LGPL";
778 };
779}) {};
780
781loadkit = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
782, fetchgit, lua
783}:
784buildLuarocksPackage {
785 pname = "loadkit";
786 version = "1.1.0-1";
787 knownRockspec = (fetchurl {
788 url = "mirror://luarocks/loadkit-1.1.0-1.rockspec";
789 sha256 = "08fx0xh90r2zvjlfjkyrnw2p95xk1a0qgvlnq4siwdb2mm6fq12l";
790 }).outPath;
791 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
792 "url": "https://github.com/leafo/loadkit.git",
793 "rev": "c6c712dab45f6c568821f9ed7b49c790a44d12e7",
794 "date": "2021-01-07T14:41:10-08:00",
795 "path": "/nix/store/xvwq7b2za8ciww1gjw7vnspg9183xmfa-loadkit",
796 "sha256": "15znriijs7izf9f6vmhr6dnvw3pzr0yr0mh6ah41fmdwjqi7jzcz",
797 "fetchLFS": false,
798 "fetchSubmodules": true,
799 "deepClone": false,
800 "leaveDotGit": false
801}
802 '') ["date" "path"]) ;
803
804 disabled = with lua; (luaOlder "5.1");
805 propagatedBuildInputs = [ lua ];
806
807 meta = {
808 homepage = "https://github.com/leafo/loadkit";
809 description = "Loadkit allows you to load arbitrary files within the Lua package path";
810 maintainers = with lib.maintainers; [ alerque ];
811 license.fullName = "MIT";
812 };
813}) {};
814
815lpeg = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
816, fetchurl, lua
817}:
818buildLuarocksPackage {
819 pname = "lpeg";
820 version = "1.0.2-1";
821 knownRockspec = (fetchurl {
822 url = "mirror://luarocks/lpeg-1.0.2-1.rockspec";
823 sha256 = "08a8p5cwlwpjawk8sczb7bq2whdsng4mmhphahyklf1bkvl2li89";
824 }).outPath;
825 src = fetchurl {
826 url = "http://www.inf.puc-rio.br/~roberto/lpeg/lpeg-1.0.2.tar.gz";
827 sha256 = "1zjzl7acvcdavmcg5l7wi12jd4rh95q9pl5aiww7hv0v0mv6bmj8";
828 };
829
830 disabled = with lua; (luaOlder "5.1");
831 propagatedBuildInputs = [ lua ];
832
833 meta = {
834 homepage = "http://www.inf.puc-rio.br/~roberto/lpeg.html";
835 description = "Parsing Expression Grammars For Lua";
836 maintainers = with lib.maintainers; [ vyp ];
837 license.fullName = "MIT/X11";
838 };
839}) {};
840
841lpeg_patterns = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
842, fetchurl, lua, lpeg
843}:
844buildLuarocksPackage {
845 pname = "lpeg_patterns";
846 version = "0.5-0";
847 knownRockspec = (fetchurl {
848 url = "mirror://luarocks/lpeg_patterns-0.5-0.rockspec";
849 sha256 = "1vzl3ryryc624mchclzsfl3hsrprb9q214zbi1xsjcc4ckq5qfh7";
850 }).outPath;
851 src = fetchurl {
852 url = "https://github.com/daurnimator/lpeg_patterns/archive/v0.5.zip";
853 sha256 = "17jizbyalzdg009p3x2260bln65xf8xhv9npr0kr93kv986j463b";
854 };
855
856 propagatedBuildInputs = [ lua lpeg ];
857
858 meta = {
859 homepage = "https://github.com/daurnimator/lpeg_patterns/archive/v0.5.zip";
860 description = "a collection of LPEG patterns";
861 license.fullName = "MIT";
862 };
863}) {};
864
865lpeglabel = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
866, fetchurl, lua
867}:
868buildLuarocksPackage {
869 pname = "lpeglabel";
870 version = "1.6.0-1";
871 knownRockspec = (fetchurl {
872 url = "mirror://luarocks/lpeglabel-1.6.0-1.rockspec";
873 sha256 = "13gc32pggng6f95xx5zw9n9ian518wlgb26mna9kh4q2xa1k42pm";
874 }).outPath;
875 src = fetchurl {
876 url = "https://github.com/sqmedeiros/lpeglabel/archive/v1.6.0-1.tar.gz";
877 sha256 = "1i02lsxj20iygqm8fy6dih1gh21lqk5qj1mv14wlrkaywnv35wcv";
878 };
879
880 disabled = with lua; (luaOlder "5.1");
881 propagatedBuildInputs = [ lua ];
882
883 meta = {
884 homepage = "https://github.com/sqmedeiros/lpeglabel/";
885 description = "Parsing Expression Grammars For Lua with Labeled Failures";
886 license.fullName = "MIT/X11";
887 };
888}) {};
889
890lpty = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
891, fetchurl, lua
892}:
893buildLuarocksPackage {
894 pname = "lpty";
895 version = "1.2.2-1";
896 knownRockspec = (fetchurl {
897 url = "mirror://luarocks/lpty-1.2.2-1.rockspec";
898 sha256 = "04af4mhiqrw3br4qzz7yznw9zy2m50wddwzgvzkvhd99ng71fkzg";
899 }).outPath;
900 src = fetchurl {
901 url = "http://www.tset.de/downloads/lpty-1.2.2-1.tar.gz";
902 sha256 = "071mvz79wi9vr6hvrnb1rv19lqp1bh2fi742zkpv2sm1r9gy5rav";
903 };
904
905 disabled = with lua; (luaOlder "5.1");
906 propagatedBuildInputs = [ lua ];
907
908 meta = {
909 homepage = "http://www.tset.de/lpty/";
910 description = "A simple facility for lua to control other programs via PTYs.";
911 license.fullName = "MIT";
912 };
913}) {};
914
915lrexlib-gnu = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
916, fetchgit, lua
917}:
918buildLuarocksPackage {
919 pname = "lrexlib-gnu";
920 version = "2.9.1-1";
921 knownRockspec = (fetchurl {
922 url = "mirror://luarocks/lrexlib-gnu-2.9.1-1.rockspec";
923 sha256 = "1jfjxh26iwsavipkwmscwv52l77qxzvibfmlvpskcpawyii7xcw8";
924 }).outPath;
925 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
926 "url": "https://github.com/rrthomas/lrexlib.git",
927 "rev": "69d5c442c5a4bdc1271103e88c5c798b605e9ed2",
928 "date": "2020-08-07T12:10:29+03:00",
929 "path": "/nix/store/vnnhcc0r9zhqwshmfzrn0ryai61l6xrd-lrexlib",
930 "sha256": "15dsxq0363940rij9za8mc224n9n58i2iqw1z7r1jh3qpkaciw7j",
931 "fetchLFS": false,
932 "fetchSubmodules": true,
933 "deepClone": false,
934 "leaveDotGit": false
935}
936 '') ["date" "path"]) ;
937
938 disabled = with lua; (luaOlder "5.1");
939 propagatedBuildInputs = [ lua ];
940
941 meta = {
942 homepage = "http://github.com/rrthomas/lrexlib";
943 description = "Regular expression library binding (GNU flavour).";
944 license.fullName = "MIT/X11";
945 };
946}) {};
947
948lrexlib-pcre = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
949, fetchgit, lua
950}:
951buildLuarocksPackage {
952 pname = "lrexlib-pcre";
953 version = "2.9.1-1";
954 knownRockspec = (fetchurl {
955 url = "mirror://luarocks/lrexlib-pcre-2.9.1-1.rockspec";
956 sha256 = "036k27xaplxn128b3p67xiqm8k40s7bxvh87wc8v2cx1cc4b9ia4";
957 }).outPath;
958 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
959 "url": "https://github.com/rrthomas/lrexlib.git",
960 "rev": "69d5c442c5a4bdc1271103e88c5c798b605e9ed2",
961 "date": "2020-08-07T12:10:29+03:00",
962 "path": "/nix/store/vnnhcc0r9zhqwshmfzrn0ryai61l6xrd-lrexlib",
963 "sha256": "15dsxq0363940rij9za8mc224n9n58i2iqw1z7r1jh3qpkaciw7j",
964 "fetchLFS": false,
965 "fetchSubmodules": true,
966 "deepClone": false,
967 "leaveDotGit": false
968}
969 '') ["date" "path"]) ;
970
971 disabled = with lua; (luaOlder "5.1");
972 propagatedBuildInputs = [ lua ];
973
974 meta = {
975 homepage = "http://github.com/rrthomas/lrexlib";
976 description = "Regular expression library binding (PCRE flavour).";
977 maintainers = with lib.maintainers; [ vyp ];
978 license.fullName = "MIT/X11";
979 };
980}) {};
981
982lrexlib-posix = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
983, fetchgit, lua
984}:
985buildLuarocksPackage {
986 pname = "lrexlib-posix";
987 version = "2.9.1-1";
988 knownRockspec = (fetchurl {
989 url = "mirror://luarocks/lrexlib-posix-2.9.1-1.rockspec";
990 sha256 = "1zxrx9yifm9ry4wbjgv86rlvq3ff6qivldvib3ha4767azla0j0r";
991 }).outPath;
992 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
993 "url": "https://github.com/rrthomas/lrexlib.git",
994 "rev": "69d5c442c5a4bdc1271103e88c5c798b605e9ed2",
995 "date": "2020-08-07T12:10:29+03:00",
996 "path": "/nix/store/vnnhcc0r9zhqwshmfzrn0ryai61l6xrd-lrexlib",
997 "sha256": "15dsxq0363940rij9za8mc224n9n58i2iqw1z7r1jh3qpkaciw7j",
998 "fetchLFS": false,
999 "fetchSubmodules": true,
1000 "deepClone": false,
1001 "leaveDotGit": false
1002}
1003 '') ["date" "path"]) ;
1004
1005 disabled = with lua; (luaOlder "5.1");
1006 propagatedBuildInputs = [ lua ];
1007
1008 meta = {
1009 homepage = "http://github.com/rrthomas/lrexlib";
1010 description = "Regular expression library binding (POSIX flavour).";
1011 license.fullName = "MIT/X11";
1012 };
1013}) {};
1014
1015lua-cjson = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1016, fetchgit, lua
1017}:
1018buildLuarocksPackage {
1019 pname = "lua-cjson";
1020 version = "2.1.0.6-1";
1021 knownRockspec = (fetchurl {
1022 url = "mirror://luarocks/lua-cjson-2.1.0.6-1.rockspec";
1023 sha256 = "1x6dk17lwmgkafpki99yl1hlypchbrxr9sxqafrmx7wwvzbz6q11";
1024 }).outPath;
1025 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1026 "url": "https://github.com/openresty/lua-cjson",
1027 "rev": "a03094c5473d9a9764bb486fbe5e99a62d166dae",
1028 "date": "2018-04-19T12:03:43-07:00",
1029 "path": "/nix/store/qdpqx2g0xi1c9fknzxx280mcdq6fi8rw-lua-cjson",
1030 "sha256": "0i2sjsi6flax1k0bm647yijgmc02jznq9bn88mj71pgii79pfjhw",
1031 "fetchLFS": false,
1032 "fetchSubmodules": true,
1033 "deepClone": false,
1034 "leaveDotGit": false
1035}
1036 '') ["date" "path"]) ;
1037
1038 disabled = with lua; (luaOlder "5.1");
1039 propagatedBuildInputs = [ lua ];
1040
1041 meta = {
1042 homepage = "http://www.kyne.com.au/~mark/software/lua-cjson.php";
1043 description = "A fast JSON encoding/parsing module";
1044 license.fullName = "MIT";
1045 };
1046}) {};
1047
1048lua-cmsgpack = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1049, fetchgit, lua
1050}:
1051buildLuarocksPackage {
1052 pname = "lua-cmsgpack";
1053 version = "0.4.0-0";
1054 knownRockspec = (fetchurl {
1055 url = "mirror://luarocks/lua-cmsgpack-0.4.0-0.rockspec";
1056 sha256 = "10cvr6knx3qvjcw1q9v05f2qy607mai7lbq321nx682aa0n1fzin";
1057 }).outPath;
1058 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1059 "url": "https://github.com/antirez/lua-cmsgpack.git",
1060 "rev": "dec1810a70d2948725f2e32cc38163de62b9d9a7",
1061 "date": "2015-06-03T08:39:04+02:00",
1062 "path": "/nix/store/ksqvl7hbd5s7nb6hjffyic1shldac4z2-lua-cmsgpack",
1063 "sha256": "0j0ahc9rprgl6dqxybaxggjam2r5i2wqqsd6764n0d7fdpj9fqm0",
1064 "fetchLFS": false,
1065 "fetchSubmodules": true,
1066 "deepClone": false,
1067 "leaveDotGit": false
1068}
1069 '') ["date" "path"]) ;
1070
1071 disabled = with lua; (luaOlder "5.1");
1072 propagatedBuildInputs = [ lua ];
1073
1074 meta = {
1075 homepage = "http://github.com/antirez/lua-cmsgpack";
1076 description = "MessagePack C implementation and bindings for Lua 5.1/5.2/5.3";
1077 license.fullName = "Two-clause BSD";
1078 };
1079}) {};
1080
1081lua-iconv = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1082, fetchurl, lua
1083}:
1084buildLuarocksPackage {
1085 pname = "lua-iconv";
1086 version = "7-3";
1087 knownRockspec = (fetchurl {
1088 url = "mirror://luarocks/lua-iconv-7-3.rockspec";
1089 sha256 = "0qh5vsaxd7s31p7a8rl08lwd6zv90wnvp15nll4fcz452kffpp72";
1090 }).outPath;
1091 src = fetchurl {
1092 url = "https://github.com/downloads/ittner/lua-iconv/lua-iconv-7.tar.gz";
1093 sha256 = "02dg5x79fg5mwsycr0fj6w04zykdpiki9xjswkkwzdalqwaikny1";
1094 };
1095
1096 disabled = with lua; (luaOlder "5.1");
1097 propagatedBuildInputs = [ lua ];
1098
1099 meta = {
1100 homepage = "http://ittner.github.com/lua-iconv/";
1101 description = "Lua binding to the iconv";
1102 license.fullName = "MIT/X11";
1103 };
1104}) {};
1105
1106lua-lsp = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1107, fetchgit, lua, dkjson, lpeglabel, inspect
1108}:
1109buildLuarocksPackage {
1110 pname = "lua-lsp";
1111 version = "0.1.0-2";
1112 knownRockspec = (fetchurl {
1113 url = "mirror://luarocks/lua-lsp-0.1.0-2.rockspec";
1114 sha256 = "19jsz00qlgbyims6cg8i40la7v8kr7zsxrrr3dg0kdg0i36xqs6c";
1115 }).outPath;
1116 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1117 "url": "https://github.com/Alloyed/lua-lsp",
1118 "rev": "6afbe53b43d9fb2e70edad50081cc3062ca3d78f",
1119 "date": "2020-10-17T15:07:11-04:00",
1120 "path": "/nix/store/qn9syhm875k1qardhhsp025cm3dbnqvm-lua-lsp",
1121 "sha256": "17k3jq61jz6j9bz4vc3hmsfx1s26cfgq1acja8fqyixljklmsbqp",
1122 "fetchLFS": false,
1123 "fetchSubmodules": true,
1124 "deepClone": false,
1125 "leaveDotGit": false
1126}
1127 '') ["date" "path"]) ;
1128
1129 disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.4");
1130 propagatedBuildInputs = [ lua dkjson lpeglabel inspect ];
1131
1132 meta = {
1133 homepage = "https://github.com/Alloyed/lua-lsp";
1134 description = "A Language Server implementation for lua, the language";
1135 license.fullName = "MIT";
1136 };
1137}) {};
1138
1139lua-messagepack = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1140, fetchurl, lua
1141}:
1142buildLuarocksPackage {
1143 pname = "lua-messagepack";
1144 version = "0.5.2-1";
1145 knownRockspec = (fetchurl {
1146 url = "mirror://luarocks/lua-messagepack-0.5.2-1.rockspec";
1147 sha256 = "15liz6v8hsqgb3xrcd74a71nnjcz79gpc3ak351hk6k4gyjq2rfc";
1148 }).outPath;
1149 src = fetchurl {
1150 url = "https://framagit.org/fperrad/lua-MessagePack/raw/releases/lua-messagepack-0.5.2.tar.gz";
1151 sha256 = "1jgi944d0vx4zs9lrphys9pw0wrsibip93sh141qjwymrjyjg1nc";
1152 };
1153
1154 disabled = with lua; (luaOlder "5.1");
1155 propagatedBuildInputs = [ lua ];
1156
1157 meta = {
1158 homepage = "https://fperrad.frama.io/lua-MessagePack/";
1159 description = "a pure Lua implementation of the MessagePack serialization format";
1160 license.fullName = "MIT/X11";
1161 };
1162}) {};
1163
1164lua-protobuf = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1165, fetchgit, lua
1166}:
1167buildLuarocksPackage {
1168 pname = "lua-protobuf";
1169 version = "0.4.0-1";
1170 knownRockspec = (fetchurl {
1171 url = "mirror://luarocks/lua-protobuf-0.4.0-1.rockspec";
1172 sha256 = "053r6z37847wm1xaxv5rwplmdqkp507qawgd382z0l7m05f06ls9";
1173 }).outPath;
1174 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1175 "url": "https://github.com/starwing/lua-protobuf.git",
1176 "rev": "832facd266366cd86ee9bf41d35327255d0033f2",
1177 "date": "2022-07-27T14:34:12+08:00",
1178 "path": "/nix/store/g68x4cbi6ssd5zak14r5cbi7k88d3ml9-lua-protobuf",
1179 "sha256": "0ynfq0va4w8zlr67ld6v9nmi5mnvchfygd8h5jbwk2vzlj9hg2yw",
1180 "fetchLFS": false,
1181 "fetchSubmodules": true,
1182 "deepClone": false,
1183 "leaveDotGit": false
1184}
1185 '') ["date" "path"]) ;
1186
1187 disabled = with lua; (luaOlder "5.1");
1188 propagatedBuildInputs = [ lua ];
1189
1190 meta = {
1191 homepage = "https://github.com/starwing/lua-protobuf";
1192 description = "protobuf data support for Lua";
1193 maintainers = with lib.maintainers; [ lockejan ];
1194 license.fullName = "MIT";
1195 };
1196}) {};
1197
1198lua-resty-http = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1199, fetchgit, lua
1200}:
1201buildLuarocksPackage {
1202 pname = "lua-resty-http";
1203 version = "0.17.0.beta.1-0";
1204 knownRockspec = (fetchurl {
1205 url = "mirror://luarocks/lua-resty-http-0.17.0.beta.1-0.rockspec";
1206 sha256 = "1cjl007k43cyrwvj0p58hvp00q4lnd9rq3v3pcvwi5an2pvxnv80";
1207 }).outPath;
1208 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1209 "url": "https://github.com/ledgetech/lua-resty-http",
1210 "rev": "8cb73c4cc2118f0c62d9132e3b3b14aa36192e34",
1211 "date": "2022-02-11T16:44:50+00:00",
1212 "path": "/nix/store/29kr6whllphz0nla5nh1f8q30dgp9vnz-lua-resty-http",
1213 "sha256": "0y253dnnx59a5c1nbkcv1p5kq7kdsd5i094i7wzpg5ar6xwvqhjb",
1214 "fetchLFS": false,
1215 "fetchSubmodules": true,
1216 "deepClone": false,
1217 "leaveDotGit": false
1218}
1219 '') ["date" "path"]) ;
1220
1221 disabled = with lua; (luaOlder "5.1");
1222 propagatedBuildInputs = [ lua ];
1223
1224 meta = {
1225 homepage = "https://github.com/ledgetech/lua-resty-http";
1226 description = "Lua HTTP client cosocket driver for OpenResty / ngx_lua.";
1227 license.fullName = "2-clause BSD";
1228 };
1229}) {};
1230
1231lua-resty-jwt = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1232, fetchgit, lua, lua-resty-openssl
1233}:
1234buildLuarocksPackage {
1235 pname = "lua-resty-jwt";
1236 version = "0.2.3-0";
1237 knownRockspec = (fetchurl {
1238 url = "mirror://luarocks/lua-resty-jwt-0.2.3-0.rockspec";
1239 sha256 = "1fxdwfr4pna3fdfm85kin97n53caq73h807wjb59wpqiynbqzc8c";
1240 }).outPath;
1241 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1242 "url": "https://github.com/cdbattags/lua-resty-jwt",
1243 "rev": "b3d5c085643fa95099e72a609c57095802106ff9",
1244 "date": "2021-01-20T16:53:57-05:00",
1245 "path": "/nix/store/z4a8ffxj2i3gbjp0f8r377cdp88lkzl4-lua-resty-jwt",
1246 "sha256": "07w8r8gqbby06x493qzislig7a3giw0anqr4ivp3g2ms8v9fnng6",
1247 "fetchLFS": false,
1248 "fetchSubmodules": true,
1249 "deepClone": false,
1250 "leaveDotGit": false
1251}
1252 '') ["date" "path"]) ;
1253
1254 disabled = with lua; (luaOlder "5.1");
1255 propagatedBuildInputs = [ lua lua-resty-openssl ];
1256
1257 meta = {
1258 homepage = "https://github.com/cdbattags/lua-resty-jwt";
1259 description = "JWT for ngx_lua and LuaJIT.";
1260 license.fullName = "Apache License Version 2";
1261 };
1262}) {};
1263
1264lua-resty-openidc = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1265, fetchgit, lua, lua-resty-http, lua-resty-session, lua-resty-jwt
1266}:
1267buildLuarocksPackage {
1268 pname = "lua-resty-openidc";
1269 version = "1.7.5-1";
1270 knownRockspec = (fetchurl {
1271 url = "mirror://luarocks/lua-resty-openidc-1.7.5-1.rockspec";
1272 sha256 = "14z69c0v35hmhlqvg7kndagpqxa4j7i3cgkm0iyfradqlvgamab4";
1273 }).outPath;
1274 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1275 "url": "https://github.com/zmartzone/lua-resty-openidc",
1276 "rev": "85e30a13e08156ef3d782ecf7236758334234c6c",
1277 "date": "2021-12-21T16:23:45+01:00",
1278 "path": "/nix/store/yr827kcbbrvxpymny5sa43sb1wf0vzqj-lua-resty-openidc",
1279 "sha256": "111mnnl639mnyig105zp5bfynjsdnvs201wpg68zd218bh5f362l",
1280 "fetchLFS": false,
1281 "fetchSubmodules": true,
1282 "deepClone": false,
1283 "leaveDotGit": false
1284}
1285 '') ["date" "path"]) ;
1286
1287 disabled = with lua; (luaOlder "5.1");
1288 propagatedBuildInputs = [ lua lua-resty-http lua-resty-session lua-resty-jwt ];
1289
1290 meta = {
1291 homepage = "https://github.com/zmartzone/lua-resty-openidc";
1292 description = "A library for NGINX implementing the OpenID Connect Relying Party (RP) and the OAuth 2.0 Resource Server (RS) functionality";
1293 license.fullName = "Apache 2.0";
1294 };
1295}) {};
1296
1297lua-resty-openssl = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1298, fetchgit}:
1299buildLuarocksPackage {
1300 pname = "lua-resty-openssl";
1301 version = "0.8.8-1";
1302 knownRockspec = (fetchurl {
1303 url = "mirror://luarocks/lua-resty-openssl-0.8.8-1.rockspec";
1304 sha256 = "17arjjhrxs3sas6d65ffh8nmvb220vrhwiwac3qam42im7zc8544";
1305 }).outPath;
1306 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1307 "url": "https://github.com/fffonion/lua-resty-openssl.git",
1308 "rev": "7aad15a46bf9f5b81809be53f86ebbdb20ee2e8d",
1309 "date": "2022-04-14T19:05:18+08:00",
1310 "path": "/nix/store/3a8qz63k5xmkx44djm3prwhmig8wmjnf-lua-resty-openssl",
1311 "sha256": "07h1sbfp9l04hr8h6zfgbhs9ray26gr3pa149733wzbdxfkl3bcz",
1312 "fetchLFS": false,
1313 "fetchSubmodules": true,
1314 "deepClone": false,
1315 "leaveDotGit": false
1316}
1317 '') ["date" "path"]) ;
1318
1319
1320 meta = {
1321 homepage = "https://github.com/fffonion/lua-resty-openssl";
1322 description = "No summary";
1323 license.fullName = "BSD";
1324 };
1325}) {};
1326
1327lua-resty-session = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1328, fetchgit, lua
1329}:
1330buildLuarocksPackage {
1331 pname = "lua-resty-session";
1332 version = "3.10-1";
1333 knownRockspec = (fetchurl {
1334 url = "mirror://luarocks/lua-resty-session-3.10-1.rockspec";
1335 sha256 = "1a939ndnyqdn633dxv9nsfkgj59ig71822syx9qk0ai3v6426mw3";
1336 }).outPath;
1337 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1338 "url": "https://github.com/bungle/lua-resty-session.git",
1339 "rev": "e6bf2630c90df7b3db35e859f0aa7e096af3e918",
1340 "date": "2022-01-14T20:16:34+02:00",
1341 "path": "/nix/store/76fxliqmhghj6r5qg5q2r59n6nzapra5-lua-resty-session",
1342 "sha256": "1lx0pbb5swyl0fhxycqx0fs3r158rczb78fav02wlz43yc3nbfax",
1343 "fetchLFS": false,
1344 "fetchSubmodules": true,
1345 "deepClone": false,
1346 "leaveDotGit": false
1347}
1348 '') ["date" "path"]) ;
1349
1350 disabled = with lua; (luaOlder "5.1");
1351 propagatedBuildInputs = [ lua ];
1352
1353 meta = {
1354 homepage = "https://github.com/bungle/lua-resty-session";
1355 description = "Session Library for OpenResty – Flexible and Secure";
1356 license.fullName = "BSD";
1357 };
1358}) {};
1359
1360lua-subprocess = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1361, fetchgit, lua
1362}:
1363buildLuarocksPackage {
1364 pname = "subprocess";
1365 version = "scm-1";
1366
1367 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1368 "url": "https://github.com/0x0ade/lua-subprocess.git",
1369 "rev": "bfa8e97da774141f301cfd1106dca53a30a4de54",
1370 "date": "2021-01-09T22:31:54+01:00",
1371 "path": "/nix/store/3lr7n1k85kbf718wxr51xd40i8dfs5qd-lua-subprocess",
1372 "sha256": "0p91hda0b0hpgdbff5drcyygaizq086gw8vnvzn0y0fg3mc9if70",
1373 "fetchLFS": false,
1374 "fetchSubmodules": true,
1375 "deepClone": false,
1376 "leaveDotGit": false
1377}
1378 '') ["date" "path"]) ;
1379
1380 disabled = with lua; (luaOlder "5.1");
1381 propagatedBuildInputs = [ lua ];
1382
1383 meta = {
1384 homepage = "https://github.com/xlq/lua-subprocess";
1385 description = "A Lua module written in C that allows you to create child processes and communicate with them.";
1386 maintainers = with lib.maintainers; [ scoder12 ];
1387 license.fullName = "MIT";
1388 };
1389}) {};
1390
1391lua-term = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1392, fetchurl}:
1393buildLuarocksPackage {
1394 pname = "lua-term";
1395 version = "0.7-1";
1396 knownRockspec = (fetchurl {
1397 url = "mirror://luarocks/lua-term-0.7-1.rockspec";
1398 sha256 = "0r9g5jw7pqr1dyj6w58dqlr7y7l0jp077n8nnji4phf10biyrvg2";
1399 }).outPath;
1400 src = fetchurl {
1401 url = "https://github.com/hoelzro/lua-term/archive/0.07.tar.gz";
1402 sha256 = "0c3zc0cl3a5pbdn056vnlan16g0wimv0p9bq52h7w507f72x18f1";
1403 };
1404
1405
1406 meta = {
1407 homepage = "https://github.com/hoelzro/lua-term";
1408 description = "Terminal functions for Lua";
1409 license.fullName = "MIT/X11";
1410 };
1411}) {};
1412
1413lua-toml = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1414, fetchgit, lua
1415}:
1416buildLuarocksPackage {
1417 pname = "lua-toml";
1418 version = "2.0-1";
1419 knownRockspec = (fetchurl {
1420 url = "mirror://luarocks/lua-toml-2.0-1.rockspec";
1421 sha256 = "0zd3hrj1ifq89rjby3yn9y96vk20ablljvqdap981navzlbb7zvq";
1422 }).outPath;
1423 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1424 "url": "https://github.com/jonstoler/lua-toml.git",
1425 "rev": "13731a5dd48c8c314d2451760604810bd6221085",
1426 "date": "2017-12-08T16:30:50-08:00",
1427 "path": "/nix/store/cnpflpyj441c65jhb68hjr2bcvnj9han-lua-toml",
1428 "sha256": "0lklhgs4n7gbgva5frs39240da1y4nwlx6yxaj3ix6r5lp9sh07b",
1429 "fetchLFS": false,
1430 "fetchSubmodules": true,
1431 "deepClone": false,
1432 "leaveDotGit": false
1433}
1434 '') ["date" "path"]) ;
1435
1436 disabled = with lua; (luaOlder "5.1");
1437 propagatedBuildInputs = [ lua ];
1438
1439 meta = {
1440 homepage = "https://github.com/jonstoler/lua-toml";
1441 description = "toml decoder/encoder for Lua";
1442 license.fullName = "MIT";
1443 };
1444}) {};
1445
1446lua-yajl = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1447, fetchgit, lua
1448}:
1449buildLuarocksPackage {
1450 pname = "lua-yajl";
1451 version = "2.0-1";
1452 knownRockspec = (fetchurl {
1453 url = "mirror://luarocks/lua-yajl-2.0-1.rockspec";
1454 sha256 = "0h600zgq5qc9z3cid1kr35q3qb98alg0m3qf0a3mfj33hya6pcxp";
1455 }).outPath;
1456 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1457 "url": "https://github.com/brimworks/lua-yajl.git",
1458 "rev": "c0b598a70966b6cabc57a110037faf9091436f30",
1459 "date": "2020-11-12T06:22:23-08:00",
1460 "path": "/nix/store/9acgxpqk52kwn03m5xasn4f6mmsby2r9-lua-yajl",
1461 "sha256": "1frry90y7vqnw1rd1dfnksilynh0n24gfhkmjd6wwba73prrg0pf",
1462 "fetchLFS": false,
1463 "fetchSubmodules": true,
1464 "deepClone": false,
1465 "leaveDotGit": false
1466}
1467 '') ["date" "path"]) ;
1468
1469 disabled = with lua; (luaOlder "5.1");
1470 propagatedBuildInputs = [ lua ];
1471
1472 meta = {
1473 homepage = "http://github.com/brimworks/lua-yajl";
1474 description = "Integrate the yajl JSON library with Lua.";
1475 maintainers = with lib.maintainers; [ pstn ];
1476 license.fullName = "MIT/X11";
1477 };
1478}) {};
1479
1480lua-zlib = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1481, fetchgit, lua
1482}:
1483buildLuarocksPackage {
1484 pname = "lua-zlib";
1485 version = "1.2-2";
1486 knownRockspec = (fetchurl {
1487 url = "mirror://luarocks/lua-zlib-1.2-2.rockspec";
1488 sha256 = "1ycjy59w6rkhasqqbiyra0f1sj87fswcz25zwxy4gyv7rrwy5hxd";
1489 }).outPath;
1490 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1491 "url": "https://github.com/brimworks/lua-zlib.git",
1492 "rev": "a305d98f473d0a253b6fd740ce60d7d5a5f1cda0",
1493 "date": "2017-10-07T08:26:37-07:00",
1494 "path": "/nix/store/6hjfczd3xkilkdxidgqzdrwmaiwnlf05-lua-zlib",
1495 "sha256": "1cv12s5c5lihmf3hb0rz05qf13yihy1bjpb7448v8mkiss6y1s5c",
1496 "fetchLFS": false,
1497 "fetchSubmodules": true,
1498 "deepClone": false,
1499 "leaveDotGit": false
1500}
1501 '') ["date" "path"]) ;
1502
1503 disabled = with lua; (luaOlder "5.1");
1504 propagatedBuildInputs = [ lua ];
1505
1506 meta = {
1507 homepage = "https://github.com/brimworks/lua-zlib";
1508 description = "Simple streaming interface to zlib for Lua.";
1509 maintainers = with lib.maintainers; [ koral ];
1510 license.fullName = "MIT";
1511 };
1512}) {};
1513
1514lua_cliargs = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1515, fetchurl, lua
1516}:
1517buildLuarocksPackage {
1518 pname = "lua_cliargs";
1519 version = "3.0-2";
1520
1521 src = fetchurl {
1522 url = "https://github.com/amireh/lua_cliargs/archive/v3.0-2.tar.gz";
1523 sha256 = "0vhpgmy9a8wlxp8a15pnfqfk0aj7pyyb5m41nnfxynx580a6y7cp";
1524 };
1525
1526 disabled = with lua; (luaOlder "5.1");
1527 propagatedBuildInputs = [ lua ];
1528
1529 meta = {
1530 homepage = "https://github.com/amireh/lua_cliargs";
1531 description = "A command-line argument parser.";
1532 license.fullName = "MIT <http://opensource.org/licenses/MIT>";
1533 };
1534}) {};
1535
1536luabitop = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1537, fetchgit, lua
1538}:
1539buildLuarocksPackage {
1540 pname = "luabitop";
1541 version = "1.0.2-3";
1542
1543 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1544 "url": "https://github.com/teto/luabitop.git",
1545 "rev": "8d7b674386460ca83e9510b3a8a4481344eb90ad",
1546 "date": "2021-08-30T10:14:03+02:00",
1547 "path": "/nix/store/sdnza0zpmlkz9jppnysasbvqy29f4zia-luabitop",
1548 "sha256": "1b57f99lrjbwsi4m23cq5kpj0dbpxh3xwr0mxs2rzykr2ijpgwrw",
1549 "fetchLFS": false,
1550 "fetchSubmodules": true,
1551 "deepClone": false,
1552 "leaveDotGit": false
1553}
1554 '') ["date" "path"]) ;
1555
1556 disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.3");
1557 propagatedBuildInputs = [ lua ];
1558
1559 meta = {
1560 homepage = "http://bitop.luajit.org/";
1561 description = "Lua Bit Operations Module";
1562 license.fullName = "MIT/X license";
1563 };
1564}) {};
1565
1566luacheck = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1567, fetchgit, lua, argparse, luafilesystem
1568}:
1569buildLuarocksPackage {
1570 pname = "luacheck";
1571 version = "0.26.1-1";
1572 knownRockspec = (fetchurl {
1573 url = "mirror://luarocks/luacheck-0.26.1-1.rockspec";
1574 sha256 = "11r5g6xi1s2d7cpmz2fysfgi78wpszy58rxfkwikqpi6kyc8qmf5";
1575 }).outPath;
1576 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1577 "url": "https://github.com/lunarmodules/luacheck.git",
1578 "rev": "2445a9dd3859655646bd6eb848459f2b46b4a3e3",
1579 "date": "2022-04-23T17:22:03+03:00",
1580 "path": "/nix/store/7a8qrmy41bnn1wgs93b5gi48k30v5bfj-luacheck",
1581 "sha256": "0zrcni7p0bpqmb383608kmfyxwfxs9qa42g3sb4lhvzg2zggri5q",
1582 "fetchLFS": false,
1583 "fetchSubmodules": true,
1584 "deepClone": false,
1585 "leaveDotGit": false
1586}
1587 '') ["date" "path"]) ;
1588
1589 disabled = with lua; (luaOlder "5.1");
1590 propagatedBuildInputs = [ lua argparse luafilesystem ];
1591
1592 meta = {
1593 homepage = "https://github.com/lunarmodules/luacheck";
1594 description = "A static analyzer and a linter for Lua";
1595 license.fullName = "MIT";
1596 };
1597}) {};
1598
1599luacov = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1600, fetchgit, lua
1601}:
1602buildLuarocksPackage {
1603 pname = "luacov";
1604 version = "0.15.0-1";
1605 knownRockspec = (fetchurl {
1606 url = "mirror://luarocks/luacov-0.15.0-1.rockspec";
1607 sha256 = "18byfl23c73pazi60hsx0vd74hqq80mzixab76j36cyn8k4ni9db";
1608 }).outPath;
1609 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1610 "url": "https://github.com/keplerproject/luacov.git",
1611 "rev": "19b52ca0298c8942df82dd441d7a4a588db4c413",
1612 "date": "2021-02-15T18:47:58-03:00",
1613 "path": "/nix/store/9vm38il9knzx2m66m250qj1fzdfzqg0y-luacov",
1614 "sha256": "08550nna6qcb5jn6ds1hjm6010y8973wx4qbf9vrvrcn1k2yr6ki",
1615 "fetchLFS": false,
1616 "fetchSubmodules": true,
1617 "deepClone": false,
1618 "leaveDotGit": false
1619}
1620 '') ["date" "path"]) ;
1621
1622 disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.5");
1623 propagatedBuildInputs = [ lua ];
1624
1625 meta = {
1626 homepage = "https://keplerproject.github.io/luacov/";
1627 description = "Coverage analysis tool for Lua scripts";
1628 license.fullName = "MIT";
1629 };
1630}) {};
1631
1632luadbi = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1633, fetchgit, lua
1634}:
1635buildLuarocksPackage {
1636 pname = "luadbi";
1637 version = "0.7.2-1";
1638 knownRockspec = (fetchurl {
1639 url = "mirror://luarocks/luadbi-0.7.2-1.rockspec";
1640 sha256 = "0lj1qki20w6bl76cvlcazlmwh170b9wkv5nwlxbrr3cn6w7h370b";
1641 }).outPath;
1642 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1643 "url": "https://github.com/mwild1/luadbi",
1644 "rev": "73a234c4689e4f87b7520276b6159cc7f6cfd6e0",
1645 "date": "2019-01-14T09:39:17+00:00",
1646 "path": "/nix/store/a3qgawila4r4jc2lpdc4mwyzd1gvzazd-luadbi",
1647 "sha256": "167ivwmczhp98bxzpz3wdxcfj6vi0a10gpi7rdfjs2rbfwkzqvjh",
1648 "fetchLFS": false,
1649 "fetchSubmodules": true,
1650 "deepClone": false,
1651 "leaveDotGit": false
1652}
1653 '') ["date" "path"]) ;
1654
1655 disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.4");
1656 propagatedBuildInputs = [ lua ];
1657
1658 meta = {
1659 homepage = "https://github.com/mwild1/luadbi";
1660 description = "Database abstraction layer";
1661 license.fullName = "MIT/X11";
1662 };
1663}) {};
1664
1665luadbi-mysql = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1666, fetchgit, lua, luadbi
1667}:
1668buildLuarocksPackage {
1669 pname = "luadbi-mysql";
1670 version = "0.7.2-1";
1671 knownRockspec = (fetchurl {
1672 url = "mirror://luarocks/luadbi-mysql-0.7.2-1.rockspec";
1673 sha256 = "0gnyqnvcfif06rzzrdw6w6hchp4jrjiwm0rmfx2r8ljchj2bvml5";
1674 }).outPath;
1675 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1676 "url": "https://github.com/mwild1/luadbi",
1677 "rev": "73a234c4689e4f87b7520276b6159cc7f6cfd6e0",
1678 "date": "2019-01-14T09:39:17+00:00",
1679 "path": "/nix/store/a3qgawila4r4jc2lpdc4mwyzd1gvzazd-luadbi",
1680 "sha256": "167ivwmczhp98bxzpz3wdxcfj6vi0a10gpi7rdfjs2rbfwkzqvjh",
1681 "fetchLFS": false,
1682 "fetchSubmodules": true,
1683 "deepClone": false,
1684 "leaveDotGit": false
1685}
1686 '') ["date" "path"]) ;
1687
1688 disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.4");
1689 propagatedBuildInputs = [ lua luadbi ];
1690
1691 meta = {
1692 homepage = "https://github.com/mwild1/luadbi";
1693 description = "Database abstraction layer";
1694 license.fullName = "MIT/X11";
1695 };
1696}) {};
1697
1698luadbi-postgresql = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1699, fetchgit, lua, luadbi
1700}:
1701buildLuarocksPackage {
1702 pname = "luadbi-postgresql";
1703 version = "0.7.2-1";
1704 knownRockspec = (fetchurl {
1705 url = "mirror://luarocks/luadbi-postgresql-0.7.2-1.rockspec";
1706 sha256 = "07rx4agw4hjyzf8157apdwfqh9s26nqndmkr3wm7v09ygjvdjiix";
1707 }).outPath;
1708 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1709 "url": "https://github.com/mwild1/luadbi",
1710 "rev": "73a234c4689e4f87b7520276b6159cc7f6cfd6e0",
1711 "date": "2019-01-14T09:39:17+00:00",
1712 "path": "/nix/store/a3qgawila4r4jc2lpdc4mwyzd1gvzazd-luadbi",
1713 "sha256": "167ivwmczhp98bxzpz3wdxcfj6vi0a10gpi7rdfjs2rbfwkzqvjh",
1714 "fetchLFS": false,
1715 "fetchSubmodules": true,
1716 "deepClone": false,
1717 "leaveDotGit": false
1718}
1719 '') ["date" "path"]) ;
1720
1721 disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.4");
1722 propagatedBuildInputs = [ lua luadbi ];
1723
1724 meta = {
1725 homepage = "https://github.com/mwild1/luadbi";
1726 description = "Database abstraction layer";
1727 license.fullName = "MIT/X11";
1728 };
1729}) {};
1730
1731luadbi-sqlite3 = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1732, fetchgit, lua, luadbi
1733}:
1734buildLuarocksPackage {
1735 pname = "luadbi-sqlite3";
1736 version = "0.7.2-1";
1737 knownRockspec = (fetchurl {
1738 url = "mirror://luarocks/luadbi-sqlite3-0.7.2-1.rockspec";
1739 sha256 = "022iba0jbiafz8iv1h0iv95rhcivbfq5yg341nxk3dm87yf220vh";
1740 }).outPath;
1741 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1742 "url": "https://github.com/mwild1/luadbi",
1743 "rev": "73a234c4689e4f87b7520276b6159cc7f6cfd6e0",
1744 "date": "2019-01-14T09:39:17+00:00",
1745 "path": "/nix/store/a3qgawila4r4jc2lpdc4mwyzd1gvzazd-luadbi",
1746 "sha256": "167ivwmczhp98bxzpz3wdxcfj6vi0a10gpi7rdfjs2rbfwkzqvjh",
1747 "fetchLFS": false,
1748 "fetchSubmodules": true,
1749 "deepClone": false,
1750 "leaveDotGit": false
1751}
1752 '') ["date" "path"]) ;
1753
1754 disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.4");
1755 propagatedBuildInputs = [ lua luadbi ];
1756
1757 meta = {
1758 homepage = "https://github.com/mwild1/luadbi";
1759 description = "Database abstraction layer";
1760 license.fullName = "MIT/X11";
1761 };
1762}) {};
1763
1764luaepnf = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1765, fetchgit, lua, lpeg
1766}:
1767buildLuarocksPackage {
1768 pname = "luaepnf";
1769 version = "0.3-2";
1770 knownRockspec = (fetchurl {
1771 url = "mirror://luarocks/luaepnf-0.3-2.rockspec";
1772 sha256 = "0kqmnj11wmfpc9mz04zzq8ab4mnbkrhcgc525wrq6pgl3p5li8aa";
1773 }).outPath;
1774 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1775 "url": "https://github.com/siffiejoe/lua-luaepnf.git",
1776 "rev": "4e0a867ff54cf424e1558781f5d2c85d2dc2137c",
1777 "date": "2015-01-15T16:54:10+01:00",
1778 "path": "/nix/store/n7gb0z26sl7dzdyy3bx1y3cz3npsna7d-lua-luaepnf",
1779 "sha256": "1lvsi3fklhvz671jgg0iqn0xbkzn9qjcbf2ks41xxjz3lapjr6c9",
1780 "fetchLFS": false,
1781 "fetchSubmodules": true,
1782 "deepClone": false,
1783 "leaveDotGit": false
1784}
1785 '') ["date" "path"]) ;
1786
1787 disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.5");
1788 propagatedBuildInputs = [ lua lpeg ];
1789
1790 meta = {
1791 homepage = "http://siffiejoe.github.io/lua-luaepnf/";
1792 description = "Extended PEG Notation Format (easy grammars for LPeg)";
1793 license.fullName = "MIT";
1794 };
1795}) {};
1796
1797luaevent = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1798, fetchurl, lua
1799}:
1800buildLuarocksPackage {
1801 pname = "luaevent";
1802 version = "0.4.6-1";
1803 knownRockspec = (fetchurl {
1804 url = "https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/luaevent-0.4.6-1.rockspec";
1805 sha256 = "03zixadhx4a7nh67n0sm6sy97c8i9va1a78hibhrl7cfbqc2zc7f";
1806 }).outPath;
1807 src = fetchurl {
1808 url = "https://github.com/harningt/luaevent/archive/v0.4.6.tar.gz";
1809 sha256 = "0pbh315d3p7hxgzmbhphkcldxv2dadbka96131b8j5914nxvl4nx";
1810 };
1811
1812 disabled = with lua; (luaOlder "5.1");
1813 propagatedBuildInputs = [ lua ];
1814
1815 meta = {
1816 homepage = "https://github.com/harningt/luaevent";
1817 description = "libevent binding for Lua";
1818 license.fullName = "MIT";
1819 };
1820}) {};
1821
1822luaexpat = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1823, fetchgit, lua
1824}:
1825buildLuarocksPackage {
1826 pname = "luaexpat";
1827 version = "1.4.1-1";
1828 knownRockspec = (fetchurl {
1829 url = "mirror://luarocks/luaexpat-1.4.1-1.rockspec";
1830 sha256 = "1abwd385x7wnza7qqz5s4aj6m2l1c23pjmbgnpq73q0s17pn1h0c";
1831 }).outPath;
1832 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1833 "url": "https://github.com/lunarmodules/luaexpat.git",
1834 "rev": "7d99eec9685087e6b3a57a09d672591c2aa0f4f6",
1835 "date": "2022-04-01T17:08:05+02:00",
1836 "path": "/nix/store/b6jyh79ggjdqgizk9amzh74lq4lwm3nm-luaexpat",
1837 "sha256": "0yia3xpf6pwmy10yg2dnyfg3v774jay24qfyvm9pj21h2ad7ckm1",
1838 "fetchLFS": false,
1839 "fetchSubmodules": true,
1840 "deepClone": false,
1841 "leaveDotGit": false
1842}
1843 '') ["date" "path"]) ;
1844
1845 disabled = with lua; (luaOlder "5.1");
1846 propagatedBuildInputs = [ lua ];
1847
1848 meta = {
1849 homepage = "https://lunarmodules.github.io/luaexpat";
1850 description = "XML Expat parsing";
1851 maintainers = with lib.maintainers; [ arobyn flosse ];
1852 license.fullName = "MIT/X11";
1853 };
1854}) {};
1855
1856luaffi = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1857, fetchgit, lua
1858}:
1859buildLuarocksPackage {
1860 pname = "luaffi";
1861 version = "scm-1";
1862 knownRockspec = (fetchurl {
1863 url = "mirror://luarocks/luaffi-scm-1.rockspec";
1864 sha256 = "1nia0g4n1yv1sbv5np572y8yfai56a8bnscir807s5kj5bs0xhxm";
1865 }).outPath;
1866 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1867 "url": "https://github.com/facebook/luaffifb.git",
1868 "rev": "a1cb731b08c91643b0665935eb5622b3d621211b",
1869 "date": "2021-03-01T11:46:30-05:00",
1870 "path": "/nix/store/6dwfn64p3clcsxkq41b307q8izi0fvji-luaffifb",
1871 "sha256": "0nj76fw3yi57vfn35yvbdmpdbg9gmn5j1gw84ajs9w1j86sc0661",
1872 "fetchLFS": false,
1873 "fetchSubmodules": true,
1874 "deepClone": false,
1875 "leaveDotGit": false
1876}
1877 '') ["date" "path"]) ;
1878
1879 disabled = with lua; (luaOlder "5.1");
1880 propagatedBuildInputs = [ lua ];
1881
1882 meta = {
1883 homepage = "https://github.com/facebook/luaffifb";
1884 description = "FFI library for calling C functions from lua";
1885 license.fullName = "BSD";
1886 };
1887}) {};
1888
1889luafilesystem = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1890, fetchgit, lua
1891}:
1892buildLuarocksPackage {
1893 pname = "luafilesystem";
1894 version = "1.7.0-2";
1895 knownRockspec = (fetchurl {
1896 url = "mirror://luarocks/luafilesystem-1.7.0-2.rockspec";
1897 sha256 = "0xivgn8bbkx1g5a30jrjcv4hg5mpiiyrm3fhlz9lndgbh4cnjrq6";
1898 }).outPath;
1899 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1900 "url": "https://github.com/keplerproject/luafilesystem",
1901 "rev": "de87218e9798c4dd1a40d65403d99e9e82e1cfa0",
1902 "date": "2017-09-15T20:07:33-03:00",
1903 "path": "/nix/store/20xm4942kvnb8kypg76jl7zrym5cz03c-luafilesystem",
1904 "sha256": "0zmprgkm9zawdf9wnw0v3w6ibaj442wlc6alp39hmw610fl4vghi",
1905 "fetchLFS": false,
1906 "fetchSubmodules": true,
1907 "deepClone": false,
1908 "leaveDotGit": false
1909}
1910 '') ["date" "path"]) ;
1911
1912 disabled = with lua; (luaOlder "5.1");
1913 propagatedBuildInputs = [ lua ];
1914
1915 meta = {
1916 homepage = "git://github.com/keplerproject/luafilesystem";
1917 description = "File System Library for the Lua Programming Language";
1918 maintainers = with lib.maintainers; [ flosse ];
1919 license.fullName = "MIT/X11";
1920 };
1921}) {};
1922
1923lualogging = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1924, fetchgit, luasocket
1925}:
1926buildLuarocksPackage {
1927 pname = "lualogging";
1928 version = "1.6.0-2";
1929 knownRockspec = (fetchurl {
1930 url = "mirror://luarocks/lualogging-1.6.0-2.rockspec";
1931 sha256 = "1235sfss0gmcw744rnhzfffhd1z732g2b2vsbpbz9kcvvhznmamb";
1932 }).outPath;
1933 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1934 "url": "https://github.com/lunarmodules/lualogging.git",
1935 "rev": "0bc4415de03ff1a99c92c02a5bed14a45b078079",
1936 "date": "2021-11-09T20:20:42+01:00",
1937 "path": "/nix/store/p3cyhqjw12bj7s6y4hndzqdkdfwq3958-lualogging",
1938 "sha256": "18664k4kfi4zq9n0217j57h42li6ws8s3f6d4yj0rcqsl19fxa7c",
1939 "fetchLFS": false,
1940 "fetchSubmodules": true,
1941 "deepClone": false,
1942 "leaveDotGit": false
1943}
1944 '') ["date" "path"]) ;
1945
1946 propagatedBuildInputs = [ luasocket ];
1947
1948 meta = {
1949 homepage = "https://github.com/lunarmodules/lualogging";
1950 description = "A simple API to use logging features";
1951 license.fullName = "MIT/X11";
1952 };
1953}) {};
1954
1955luaossl = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1956, fetchurl, lua
1957}:
1958buildLuarocksPackage {
1959 pname = "luaossl";
1960 version = "20200709-0";
1961 knownRockspec = (fetchurl {
1962 url = "mirror://luarocks/luaossl-20200709-0.rockspec";
1963 sha256 = "0izxxrzc49q4jancza43b2y4hfvasflpcag771nrhapk1n8k45f3";
1964 }).outPath;
1965 src = fetchurl {
1966 url = "https://github.com/wahern/luaossl/archive/rel-20200709.zip";
1967 sha256 = "07j1rqqypjb24x11x6v6qpwf12g0ib23qwg47sw3c2yqkbq744j4";
1968 };
1969
1970 propagatedBuildInputs = [ lua ];
1971
1972 meta = {
1973 homepage = "http://25thandclement.com/~william/projects/luaossl.html";
1974 description = "Most comprehensive OpenSSL module in the Lua universe.";
1975 license.fullName = "MIT/X11";
1976 };
1977}) {};
1978
1979luaposix = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1980, fetchurl, bit32, lua
1981}:
1982buildLuarocksPackage {
1983 pname = "luaposix";
1984 version = "34.1.1-1";
1985 knownRockspec = (fetchurl {
1986 url = "mirror://luarocks/luaposix-34.1.1-1.rockspec";
1987 sha256 = "0hx6my54axjcb3bklr991wji374qq6mwa3ily6dvb72vi2534nwz";
1988 }).outPath;
1989 src = fetchurl {
1990 url = "http://github.com/luaposix/luaposix/archive/v34.1.1.zip";
1991 sha256 = "1xqx764ji054jphxdhkynsmwzqzkfgxqfizxkf70za6qfrvnl3yh";
1992 };
1993
1994 disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.4");
1995 propagatedBuildInputs = [ bit32 lua ];
1996
1997 meta = {
1998 homepage = "http://github.com/luaposix/luaposix/";
1999 description = "Lua bindings for POSIX";
2000 maintainers = with lib.maintainers; [ vyp lblasc ];
2001 license.fullName = "MIT/X11";
2002 };
2003}) {};
2004
2005luarepl = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2006, fetchurl, lua
2007}:
2008buildLuarocksPackage {
2009 pname = "luarepl";
2010 version = "0.10-1";
2011 knownRockspec = (fetchurl {
2012 url = "mirror://luarocks/luarepl-0.10-1.rockspec";
2013 sha256 = "12zdljfs4wg55mj7a38iwg7p5i1pmc934v9qlpi61sw4brp6x8d3";
2014 }).outPath;
2015 src = fetchurl {
2016 url = "https://github.com/hoelzro/lua-repl/archive/0.10.tar.gz";
2017 sha256 = "0wv37h9w6y5pgr39m7yxbf8imkwvaila6rnwjcp0xsxl5c1rzfjm";
2018 };
2019
2020 disabled = with lua; (luaOlder "5.1");
2021 propagatedBuildInputs = [ lua ];
2022
2023 meta = {
2024 homepage = "https://github.com/hoelzro/lua-repl";
2025 description = "A reusable REPL component for Lua, written in Lua";
2026 license.fullName = "MIT/X11";
2027 };
2028}) {};
2029
2030luasec = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2031, fetchgit, lua, luasocket
2032}:
2033buildLuarocksPackage {
2034 pname = "luasec";
2035 version = "1.1.0-1";
2036 knownRockspec = (fetchurl {
2037 url = "mirror://luarocks/luasec-1.1.0-1.rockspec";
2038 sha256 = "1j080wx40cfxfmb42w6jf06yp2wqfnlf281lda6i7lwh4rh2800m";
2039 }).outPath;
2040 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2041 "url": "https://github.com/brunoos/luasec",
2042 "rev": "df27c62f4cea33cb3525fed2a4b280997ed11aad",
2043 "date": "2022-04-13T10:46:36-03:00",
2044 "path": "/nix/store/h9bxbfm36ab2z314lpny78jympq9cxli-luasec",
2045 "sha256": "04zch1ims50phgzqnbpxdfnxyrr9kpb8wi5bm9hhsizrzsx637is",
2046 "fetchLFS": false,
2047 "fetchSubmodules": true,
2048 "deepClone": false,
2049 "leaveDotGit": false
2050}
2051 '') ["date" "path"]) ;
2052
2053 disabled = with lua; (luaOlder "5.1");
2054 propagatedBuildInputs = [ lua luasocket ];
2055
2056 meta = {
2057 homepage = "https://github.com/brunoos/luasec/wiki";
2058 description = "A binding for OpenSSL library to provide TLS/SSL communication over LuaSocket.";
2059 maintainers = with lib.maintainers; [ flosse ];
2060 license.fullName = "MIT";
2061 };
2062}) {};
2063
2064luasocket = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2065, fetchgit, lua
2066}:
2067buildLuarocksPackage {
2068 pname = "luasocket";
2069 version = "3.0.0-1";
2070 knownRockspec = (fetchurl {
2071 url = "mirror://luarocks/luasocket-3.0.0-1.rockspec";
2072 sha256 = "00j6jss7ifrqsylh1k9254i715z17j99hhawhlkmha1y6wn4glam";
2073 }).outPath;
2074 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2075 "url": "https://github.com/lunarmodules/luasocket.git",
2076 "rev": "88c8a85cb6528232288ec590910b7a966aace52b",
2077 "date": "2022-03-25T11:05:48+03:00",
2078 "path": "/nix/store/vn80kf268mjilsnm7850ag4zhan5na2c-luasocket",
2079 "sha256": "0263gmxdpb2snv9yrwqsg3q641a9gm6migqsmi871hrhxaq0l9c1",
2080 "fetchLFS": false,
2081 "fetchSubmodules": true,
2082 "deepClone": false,
2083 "leaveDotGit": false
2084}
2085 '') ["date" "path"]) ;
2086
2087 disabled = with lua; (luaOlder "5.1");
2088 propagatedBuildInputs = [ lua ];
2089
2090 meta = {
2091 homepage = "https://github.com/lunarmodules/luasocket";
2092 description = "Network support for the Lua language";
2093 license.fullName = "MIT";
2094 };
2095}) {};
2096
2097luasql-sqlite3 = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2098, fetchgit, lua
2099}:
2100buildLuarocksPackage {
2101 pname = "luasql-sqlite3";
2102 version = "2.6.0-1";
2103 knownRockspec = (fetchurl {
2104 url = "mirror://luarocks/luasql-sqlite3-2.6.0-1.rockspec";
2105 sha256 = "0w32znsfcaklcja6avqx7daaxbf0hr2v8g8bmz0fysb3401lmp02";
2106 }).outPath;
2107 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2108 "url": "https://github.com/keplerproject/luasql.git",
2109 "rev": "fb70ea47433a66f9b72811cd046dd7d7418a0e89",
2110 "date": "2022-05-29T22:25:54-03:00",
2111 "path": "/nix/store/zkir0i3j5jxb704bi5cnn2i51niabl7c-luasql",
2112 "sha256": "1gnp1892v0g5kzsfrg3l3ykhq81nfv11mhb0djhgrjqx7zaxi24l",
2113 "fetchLFS": false,
2114 "fetchSubmodules": true,
2115 "deepClone": false,
2116 "leaveDotGit": false
2117}
2118 '') ["date" "path"]) ;
2119
2120 disabled = with lua; (luaOlder "5.1");
2121 propagatedBuildInputs = [ lua ];
2122
2123 meta = {
2124 homepage = "http://www.keplerproject.org/luasql/";
2125 description = "Database connectivity for Lua (SQLite3 driver)";
2126 maintainers = with lib.maintainers; [ vyp ];
2127 license.fullName = "MIT/X11";
2128 };
2129}) {};
2130
2131luassert = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2132, fetchurl, lua, say
2133}:
2134buildLuarocksPackage {
2135 pname = "luassert";
2136 version = "1.8.0-0";
2137 knownRockspec = (fetchurl {
2138 url = "mirror://luarocks/luassert-1.8.0-0.rockspec";
2139 sha256 = "1194y81nlkq4qmrrgl7z82i6vgvhqvp1p673kq0arjix8mv3zyz1";
2140 }).outPath;
2141 src = fetchurl {
2142 url = "https://github.com/Olivine-Labs/luassert/archive/v1.8.0.tar.gz";
2143 sha256 = "0xlwlb32215524bg33svp1ci8mdvh9wykchl8dkhihpxcd526mar";
2144 };
2145
2146 disabled = with lua; (luaOlder "5.1");
2147 propagatedBuildInputs = [ lua say ];
2148
2149 meta = {
2150 homepage = "http://olivinelabs.com/busted/";
2151 description = "Lua Assertions Extension";
2152 license.fullName = "MIT <http://opensource.org/licenses/MIT>";
2153 };
2154}) {};
2155
2156luasystem = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2157, fetchurl, lua
2158}:
2159buildLuarocksPackage {
2160 pname = "luasystem";
2161 version = "0.2.1-0";
2162 knownRockspec = (fetchurl {
2163 url = "mirror://luarocks/luasystem-0.2.1-0.rockspec";
2164 sha256 = "0xj5q7lzsbmlw5d3zbjqf3jpj78wcn348h2jcxn5ph4n4hx73z3n";
2165 }).outPath;
2166 src = fetchurl {
2167 url = "https://github.com/o-lim/luasystem/archive/v0.2.1.tar.gz";
2168 sha256 = "150bbklchh02gsvpngv56xrrlxxvwpqwrh0yy6z95fnvks7gd0qb";
2169 };
2170
2171 disabled = with lua; (luaOlder "5.1");
2172 propagatedBuildInputs = [ lua ];
2173
2174 meta = {
2175 homepage = "http://olivinelabs.com/luasystem/";
2176 description = "Platform independent system calls for Lua.";
2177 license.fullName = "MIT <http://opensource.org/licenses/MIT>";
2178 };
2179}) {};
2180
2181luaunbound = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2182, fetchurl, lua
2183}:
2184buildLuarocksPackage {
2185 pname = "luaunbound";
2186 version = "1.0.0-1";
2187 knownRockspec = (fetchurl {
2188 url = "mirror://luarocks/luaunbound-1.0.0-1.rockspec";
2189 sha256 = "1zlkibdwrj5p97nhs33cz8xx0323z3kiq5x7v0h3i7v6j0h8ppvn";
2190 }).outPath;
2191 src = fetchurl {
2192 url = "https://code.zash.se/dl/luaunbound/luaunbound-1.0.0.tar.gz";
2193 sha256 = "1lsh0ylp5xskygxl5qdv6mhkm1x8xp0vfd5prk5hxkr19jk5mr3d";
2194 };
2195
2196 disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.5");
2197 propagatedBuildInputs = [ lua ];
2198
2199 meta = {
2200 homepage = "https://www.zash.se/luaunbound.html";
2201 description = "A binding to libunbound";
2202 license.fullName = "MIT";
2203 };
2204}) {};
2205
2206luaunit = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2207, fetchurl, lua
2208}:
2209buildLuarocksPackage {
2210 pname = "luaunit";
2211 version = "3.4-1";
2212 knownRockspec = (fetchurl {
2213 url = "mirror://luarocks/luaunit-3.4-1.rockspec";
2214 sha256 = "111435fa8p2819vcvg76qmknj0wqk01gy9d1nh55c36616xnj54n";
2215 }).outPath;
2216 src = fetchurl {
2217 url = "https://github.com/bluebird75/luaunit/releases/download/LUAUNIT_V3_4/rock-luaunit-3.4.zip";
2218 sha256 = "1v8nkiwz2nr242h5cl4af6vmn5gxmn94skps1qhb55ak60j20nvr";
2219 };
2220
2221 disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.5");
2222 propagatedBuildInputs = [ lua lua ];
2223
2224 meta = {
2225 homepage = "http://github.com/bluebird75/luaunit";
2226 description = "A unit testing framework for Lua";
2227 maintainers = with lib.maintainers; [ lockejan ];
2228 license.fullName = "BSD";
2229 };
2230}) {};
2231
2232luautf8 = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2233, fetchurl, lua
2234}:
2235buildLuarocksPackage {
2236 pname = "luautf8";
2237 version = "0.1.3-1";
2238 knownRockspec = (fetchurl {
2239 url = "mirror://luarocks/luautf8-0.1.3-1.rockspec";
2240 sha256 = "16i9wfgd0f299g1afgjp0hhczlrk5g8i0kq3ka0f8bwj3mp2wmcp";
2241 }).outPath;
2242 src = fetchurl {
2243 url = "https://github.com/starwing/luautf8/archive/0.1.3.tar.gz";
2244 sha256 = "02rf8jmazmi8rp3i5v4jsz0d7mrf1747qszsl8i2hv1sl0ik92r0";
2245 };
2246
2247 disabled = with lua; (luaOlder "5.1");
2248 propagatedBuildInputs = [ lua ];
2249
2250 meta = {
2251 homepage = "http://github.com/starwing/luautf8";
2252 description = "A UTF-8 support module for Lua";
2253 maintainers = with lib.maintainers; [ pstn ];
2254 license.fullName = "MIT";
2255 };
2256}) {};
2257
2258luazip = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2259, fetchgit, lua
2260}:
2261buildLuarocksPackage {
2262 pname = "luazip";
2263 version = "1.2.7-1";
2264 knownRockspec = (fetchurl {
2265 url = "mirror://luarocks/luazip-1.2.7-1.rockspec";
2266 sha256 = "1wxy3p2ksaq4s8lg925mi9cvbh875gsapgkzm323dr8qaxxg7mba";
2267 }).outPath;
2268 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2269 "url": "https://github.com/mpeterv/luazip",
2270 "rev": "e424f667cc5c78dd19bb5eca5a86b3c8698e0ce5",
2271 "date": "2017-09-05T14:02:52+03:00",
2272 "path": "/nix/store/idllj442c0iwnx1cpkrifx2afb7vh821-luazip",
2273 "sha256": "1jlqzqlds3aa3hnp737fm2awcx0hzmwyd87klv0cv13ny5v9f2x4",
2274 "fetchLFS": false,
2275 "fetchSubmodules": true,
2276 "deepClone": false,
2277 "leaveDotGit": false
2278}
2279 '') ["date" "path"]) ;
2280
2281 disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.4");
2282 propagatedBuildInputs = [ lua ];
2283
2284 meta = {
2285 homepage = "https://github.com/mpeterv/luazip";
2286 description = "Library for reading files inside zip files";
2287 license.fullName = "MIT";
2288 };
2289}) {};
2290
2291luuid = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2292, fetchurl, lua
2293}:
2294buildLuarocksPackage {
2295 pname = "luuid";
2296 version = "20120509-2";
2297 knownRockspec = (fetchurl {
2298 url = "mirror://luarocks/luuid-20120509-2.rockspec";
2299 sha256 = "1q2fv25wfbiqn49mqv26gs4pyllch311akcf7jjn27l5ik8ji5b6";
2300 }).outPath;
2301 src = fetchurl {
2302 url = "http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/5.2/luuid.tar.gz";
2303 sha256 = "1bfkj613d05yps3fivmz0j1bxf2zkg9g1yl0ifffgw0vy00hpnvm";
2304 };
2305
2306 disabled = with lua; (luaOlder "5.2") || (luaAtLeast "5.4");
2307 propagatedBuildInputs = [ lua ];
2308
2309 meta = {
2310 homepage = "http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#luuid";
2311 description = "A library for UUID generation";
2312 license.fullName = "Public domain";
2313 };
2314}) {};
2315
2316luv = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2317, cmake, fetchurl, lua
2318}:
2319buildLuarocksPackage {
2320 pname = "luv";
2321 version = "1.43.0-0";
2322 knownRockspec = (fetchurl {
2323 url = "mirror://luarocks/luv-1.43.0-0.rockspec";
2324 sha256 = "0z5a7yp20xbb3f9w73skm9fj89gxxqv72nrxjq3kycsc6c2v3m8f";
2325 }).outPath;
2326 src = fetchurl {
2327 url = "https://github.com/luvit/luv/releases/download/1.43.0-0/luv-1.43.0-0.tar.gz";
2328 sha256 = "1qlx1r79sfn8r20yx19bhdr0v58ykpwgwzy5vma9p2ngrlynyyjn";
2329 };
2330
2331 disabled = with lua; (luaOlder "5.1");
2332 nativeBuildInputs = [ cmake ];
2333 propagatedBuildInputs = [ lua ];
2334
2335 meta = {
2336 homepage = "https://github.com/luvit/luv";
2337 description = "Bare libuv bindings for lua";
2338 license.fullName = "Apache 2.0";
2339 };
2340}) {};
2341
2342lyaml = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2343, fetchurl, lua
2344}:
2345buildLuarocksPackage {
2346 pname = "lyaml";
2347 version = "6.2.7-1";
2348 knownRockspec = (fetchurl {
2349 url = "mirror://luarocks/lyaml-6.2.7-1.rockspec";
2350 sha256 = "0m5bnzg24nyk35gcn4rydgzk0ysk1f6rslxwxd0w3drl1bg64zja";
2351 }).outPath;
2352 src = fetchurl {
2353 url = "http://github.com/gvvaughan/lyaml/archive/v6.2.7.zip";
2354 sha256 = "165mr3krf8g8070j4ax9z0j2plfbdwb8x2zk2hydpqaqa0kcdb0c";
2355 };
2356
2357 disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.5");
2358 propagatedBuildInputs = [ lua ];
2359
2360 meta = {
2361 homepage = "http://github.com/gvvaughan/lyaml";
2362 description = "libYAML binding for Lua";
2363 maintainers = with lib.maintainers; [ lblasc ];
2364 license.fullName = "MIT/X11";
2365 };
2366}) {};
2367
2368markdown = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2369, fetchgit, lua
2370}:
2371buildLuarocksPackage {
2372 pname = "markdown";
2373 version = "0.33-1";
2374 knownRockspec = (fetchurl {
2375 url = "mirror://luarocks/markdown-0.33-1.rockspec";
2376 sha256 = "02sixijfi6av8h59kx3ngrhygjn2sx1c85c0qfy20gxiz72wi1pl";
2377 }).outPath;
2378 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2379 "url": "https://github.com/mpeterv/markdown",
2380 "rev": "8c09109924b218aaecbfd4d4b1de538269c4d765",
2381 "date": "2015-09-27T17:49:28+03:00",
2382 "path": "/nix/store/akl80hh077hm20bdqj1lksy0fn2285b5-markdown",
2383 "sha256": "019bk2qprszqncnm8zy6ns6709iq1nwkf7i86nr38f035j4lc11y",
2384 "fetchLFS": false,
2385 "fetchSubmodules": true,
2386 "deepClone": false,
2387 "leaveDotGit": false
2388}
2389 '') ["date" "path"]) ;
2390
2391 disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.4");
2392 propagatedBuildInputs = [ lua ];
2393
2394 meta = {
2395 homepage = "https://github.com/mpeterv/markdown";
2396 description = "Markdown text-to-html markup system.";
2397 license.fullName = "MIT/X11";
2398 };
2399}) {};
2400
2401mediator_lua = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2402, fetchurl, lua
2403}:
2404buildLuarocksPackage {
2405 pname = "mediator_lua";
2406 version = "1.1.2-0";
2407 knownRockspec = (fetchurl {
2408 url = "mirror://luarocks/mediator_lua-1.1.2-0.rockspec";
2409 sha256 = "0frzvf7i256260a1s8xh92crwa2m42972qxfq29zl05aw3pyn7bm";
2410 }).outPath;
2411 src = fetchurl {
2412 url = "https://github.com/Olivine-Labs/mediator_lua/archive/v1.1.2-0.tar.gz";
2413 sha256 = "16zzzhiy3y35v8advmlkzpryzxv5vji7727vwkly86q8sagqbxgs";
2414 };
2415
2416 disabled = with lua; (luaOlder "5.1");
2417 propagatedBuildInputs = [ lua ];
2418
2419 meta = {
2420 homepage = "http://olivinelabs.com/mediator_lua/";
2421 description = "Event handling through channels";
2422 license.fullName = "MIT <http://opensource.org/licenses/MIT>";
2423 };
2424}) {};
2425
2426moonscript = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2427, fetchgit, lua, lpeg, argparse, luafilesystem
2428}:
2429buildLuarocksPackage {
2430 pname = "moonscript";
2431 version = "dev-1";
2432
2433 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2434 "url": "https://github.com/leafo/moonscript.git",
2435 "rev": "b7efcd131046ed921ae1075d7c0f6a3b64a570f7",
2436 "date": "2021-03-18T11:51:52-07:00",
2437 "path": "/nix/store/xijbk0bgjpxjgmvscbqnghj4r3zdzgxl-moonscript",
2438 "sha256": "14xx6pij0djblfv3g2hi0xlljh7h0yrbb03f4x90q5j66v693gx7",
2439 "fetchLFS": false,
2440 "fetchSubmodules": true,
2441 "deepClone": false,
2442 "leaveDotGit": false
2443}
2444 '') ["date" "path"]) ;
2445
2446 disabled = with lua; (luaOlder "5.1");
2447 propagatedBuildInputs = [ lua lpeg argparse luafilesystem ];
2448
2449 meta = {
2450 homepage = "http://moonscript.org";
2451 description = "A programmer friendly language that compiles to Lua";
2452 maintainers = with lib.maintainers; [ arobyn ];
2453 license.fullName = "MIT";
2454 };
2455}) {};
2456
2457mpack = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2458, fetchurl}:
2459buildLuarocksPackage {
2460 pname = "mpack";
2461 version = "1.0.9-0";
2462 knownRockspec = (fetchurl {
2463 url = "mirror://luarocks/mpack-1.0.9-0.rockspec";
2464 sha256 = "1v10kmw3qw559bbm142z40ib26bwvcyi64qjrk0vf8v6n1mx8wcn";
2465 }).outPath;
2466 src = fetchurl {
2467 url = "https://github.com/libmpack/libmpack-lua/releases/download/1.0.9/libmpack-lua-1.0.9.tar.gz";
2468 sha256 = "17lyjmnbychacwahqgs128nb00xky777g7zw5wf20vrzkiq7xl0g";
2469 };
2470
2471
2472 meta = {
2473 homepage = "https://github.com/libmpack/libmpack-lua";
2474 description = "Lua binding to libmpack";
2475 license.fullName = "MIT";
2476 };
2477}) {};
2478
2479nvim-client = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2480, fetchurl, lua, mpack, luv, coxpcall
2481}:
2482buildLuarocksPackage {
2483 pname = "nvim-client";
2484 version = "0.2.3-1";
2485
2486 src = fetchurl {
2487 url = "https://github.com/neovim/lua-client/archive/0.2.3-1.tar.gz";
2488 sha256 = "0w6rc7b9gmz17x4l1q2nv275bkzwvg3pfg5mzsd4wymy2iwrqphf";
2489 };
2490
2491 disabled = with lua; (luaOlder "5.1");
2492 propagatedBuildInputs = [ lua mpack luv coxpcall ];
2493
2494 meta = {
2495 homepage = "https://github.com/neovim/lua-client";
2496 description = "Lua client to Nvim";
2497 license.fullName = "Apache";
2498 };
2499}) {};
2500
2501penlight = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2502, fetchgit, lua, luafilesystem
2503}:
2504buildLuarocksPackage {
2505 pname = "penlight";
2506 version = "dev-1";
2507
2508 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2509 "url": "https://github.com/lunarmodules/penlight.git",
2510 "rev": "a7b9f888cd72dfa875e3b7cc3b88be632f567d79",
2511 "date": "2022-03-24T13:21:29+01:00",
2512 "path": "/nix/store/vk0z1hx9rwl45g3nn0f6c4m6mx8d9p65-penlight",
2513 "sha256": "0w5w13gdbbnli23zmixy20jq6z3j5p6z3br3abpl5qh36b01i5p4",
2514 "fetchLFS": false,
2515 "fetchSubmodules": true,
2516 "deepClone": false,
2517 "leaveDotGit": false
2518}
2519 '') ["date" "path"]) ;
2520
2521 disabled = with lua; (luaOlder "5.1");
2522 propagatedBuildInputs = [ lua luafilesystem ];
2523
2524 meta = {
2525 homepage = "https://lunarmodules.github.io/penlight";
2526 description = "Lua utility libraries loosely based on the Python standard libraries";
2527 maintainers = with lib.maintainers; [ alerque ];
2528 license.fullName = "MIT/X11";
2529 };
2530}) {};
2531
2532plenary-nvim = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2533, fetchgit, lua, luassert
2534}:
2535buildLuarocksPackage {
2536 pname = "plenary.nvim";
2537 version = "scm-1";
2538
2539 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2540 "url": "https://github.com/nvim-lua/plenary.nvim",
2541 "rev": "54b2e3d58f567983feabaeb9408eccf6b7f32206",
2542 "date": "2022-06-01T15:32:39+02:00",
2543 "path": "/nix/store/j29rrzs7dsm6720rsjmzk7r1a27zv7h1-plenary.nvim",
2544 "sha256": "1ldjdc7yq4awlllr9dcv8fnkcwgdpvj0py5mhvx3v1yjniwrkn2i",
2545 "fetchLFS": false,
2546 "fetchSubmodules": true,
2547 "deepClone": false,
2548 "leaveDotGit": false
2549}
2550 '') ["date" "path"]) ;
2551
2552 disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.4");
2553 propagatedBuildInputs = [ lua luassert ];
2554
2555 meta = {
2556 homepage = "http://github.com/nvim-lua/plenary.nvim";
2557 description = "lua functions you don't want to write ";
2558 license.fullName = "MIT/X11";
2559 };
2560}) {};
2561
2562rapidjson = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2563, cmake, fetchgit, lua
2564}:
2565buildLuarocksPackage {
2566 pname = "rapidjson";
2567 version = "0.7.1-1";
2568
2569 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2570 "url": "https://github.com/xpol/lua-rapidjson",
2571 "rev": "242b40c8eaceb0cc43bcab88309736461cac1234",
2572 "date": "2021-04-09T19:59:20+08:00",
2573 "path": "/nix/store/65l71ph27pmipgrq8j4whg6n8h2avvs4-lua-rapidjson",
2574 "sha256": "1a6srvximxlh6gjkaj5y86d1kf06pc4gby2r6wpdw2pdac8k7xyb",
2575 "fetchLFS": false,
2576 "fetchSubmodules": true,
2577 "deepClone": false,
2578 "leaveDotGit": false
2579}
2580 '') ["date" "path"]) ;
2581
2582 disabled = with lua; (luaOlder "5.1");
2583 nativeBuildInputs = [ cmake ];
2584 propagatedBuildInputs = [ lua ];
2585
2586 meta = {
2587 homepage = "https://github.com/xpol/lua-rapidjson";
2588 description = "Json module based on the very fast RapidJSON.";
2589 license.fullName = "MIT";
2590 };
2591}) {};
2592
2593readline = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2594, fetchurl, lua, luaposix
2595}:
2596buildLuarocksPackage {
2597 pname = "readline";
2598 version = "3.1-0";
2599 knownRockspec = (fetchurl {
2600 url = "mirror://luarocks/readline-3.1-0.rockspec";
2601 sha256 = "0bl5hsplnlg8fx3v83sz48y2p1rlxfig3iycnk1pn3xi724kscnc";
2602 }).outPath;
2603 src = fetchurl {
2604 url = "http://www.pjb.com.au/comp/lua/readline-3.1.tar.gz";
2605 sha256 = "0i02jsywj9mb4lwiyp742xgz53i9z5xzpx34lh54hcd6q3xkcrw2";
2606 };
2607
2608 disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.5");
2609 propagatedBuildInputs = [ lua luaposix ];
2610
2611 meta = {
2612 homepage = "http://pjb.com.au/comp/lua/readline.html";
2613 description = "Interface to the readline library";
2614 license.fullName = "MIT/X11";
2615 };
2616}) {};
2617
2618say = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2619, fetchurl, lua
2620}:
2621buildLuarocksPackage {
2622 pname = "say";
2623 version = "1.3-1";
2624
2625 src = fetchurl {
2626 url = "https://github.com/Olivine-Labs/say/archive/v1.3-1.tar.gz";
2627 sha256 = "1jh76mxq9dcmv7kps2spwcc6895jmj2sf04i4y9idaxlicvwvs13";
2628 };
2629
2630 disabled = with lua; (luaOlder "5.1");
2631 propagatedBuildInputs = [ lua ];
2632
2633 meta = {
2634 homepage = "http://olivinelabs.com/busted/";
2635 description = "Lua String Hashing/Indexing Library";
2636 license.fullName = "MIT <http://opensource.org/licenses/MIT>";
2637 };
2638}) {};
2639
2640serpent = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2641, fetchgit, lua
2642}:
2643buildLuarocksPackage {
2644 pname = "serpent";
2645 version = "0.30-2";
2646 knownRockspec = (fetchurl {
2647 url = "mirror://luarocks/serpent-0.30-2.rockspec";
2648 sha256 = "0v83lr9ars1n0djbh7np8jjqdhhaw0pdy2nkcqzqrhv27rzv494n";
2649 }).outPath;
2650 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2651 "url": "https://github.com/pkulchenko/serpent",
2652 "rev": "d78683597606c6e13a1fed039bc91d86eb8f600f",
2653 "date": "2017-09-01T21:35:14-07:00",
2654 "path": "/nix/store/z6df44n3p07n4bia7s514vgngbkbpnap-serpent",
2655 "sha256": "0q80yfrgqgr01qprf0hrp284ngb7fbcq1v9rbzmdkhbm9lpgy8v8",
2656 "fetchLFS": false,
2657 "fetchSubmodules": true,
2658 "deepClone": false,
2659 "leaveDotGit": false
2660}
2661 '') ["date" "path"]) ;
2662
2663 disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.5");
2664 propagatedBuildInputs = [ lua ];
2665
2666 meta = {
2667 homepage = "https://github.com/pkulchenko/serpent";
2668 description = "Lua serializer and pretty printer";
2669 license.fullName = "MIT";
2670 };
2671}) {};
2672
2673sqlite = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2674, fetchgit, luv
2675}:
2676buildLuarocksPackage {
2677 pname = "sqlite";
2678 version = "v1.2.2-0";
2679 knownRockspec = (fetchurl {
2680 url = "mirror://luarocks/sqlite-v1.2.2-0.rockspec";
2681 sha256 = "0jxsl9lpxsbzc6s5bwmh27mglkqz1299lz68vfxayvailwl3xbxm";
2682 }).outPath;
2683 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2684 "url": "https://github.com/tami5/sqlite.lua.git",
2685 "rev": "6c00ab414dc1b69621b145908c582b747f24b46e",
2686 "date": "2022-06-17T15:57:13+03:00",
2687 "path": "/nix/store/637s46bsvsxfnzmy6ygig3y0vqmf3r8p-sqlite.lua",
2688 "sha256": "0ckifx6xxrannn9szacgiiqjsp4rswghxscdl3s411dhas8djj1m",
2689 "fetchLFS": false,
2690 "fetchSubmodules": true,
2691 "deepClone": false,
2692 "leaveDotGit": false
2693}
2694 '') ["date" "path"]) ;
2695
2696 propagatedBuildInputs = [ luv ];
2697
2698 meta = {
2699 homepage = "https://github.com/tami5/sqlite.lua";
2700 description = "SQLite/LuaJIT binding and a highly opinionated wrapper for storing, retrieving, caching, and persisting [SQLite] databases";
2701 license.fullName = "MIT";
2702 };
2703}) {};
2704
2705std-_debug = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2706, fetchgit, lua
2707}:
2708buildLuarocksPackage {
2709 pname = "std._debug";
2710 version = "git-1";
2711
2712 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2713 "url": "https://github.com/lua-stdlib/_debug.git",
2714 "rev": "eaaa493937974889007158fa8681835b312d2a35",
2715 "date": "2022-01-02T17:12:19-08:00",
2716 "path": "/nix/store/qrzwpcg9airmlnayfgxspy7p7pa8csyl-_debug",
2717 "sha256": "0nik882xm0d243ah8v2z5przcny7pfbbj529yn4qyvvz67lsfydb",
2718 "fetchLFS": false,
2719 "fetchSubmodules": true,
2720 "deepClone": false,
2721 "leaveDotGit": false
2722}
2723 '') ["date" "path"]) ;
2724
2725 disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.5");
2726 propagatedBuildInputs = [ lua ];
2727
2728 meta = {
2729 homepage = "http://lua-stdlib.github.io/_debug";
2730 description = "Debug Hints Library";
2731 license.fullName = "MIT/X11";
2732 };
2733}) {};
2734
2735std-normalize = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2736, fetchgit, lua, std-_debug
2737}:
2738buildLuarocksPackage {
2739 pname = "std.normalize";
2740 version = "git-1";
2741
2742 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2743 "url": "https://github.com/lua-stdlib/normalize.git",
2744 "rev": "ccc697998af22d9d7f675e73f4b27c7a52151b5c",
2745 "date": "2022-01-02T16:33:35-08:00",
2746 "path": "/nix/store/nvyy1ibp43pzaldj6ark02ypqr45wmy1-normalize",
2747 "sha256": "1m6x4lp7xzghvagbqjljyqfcpilh76j25b71da6jd304xc9r0ngy",
2748 "fetchLFS": false,
2749 "fetchSubmodules": true,
2750 "deepClone": false,
2751 "leaveDotGit": false
2752}
2753 '') ["date" "path"]) ;
2754
2755 disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.5");
2756 propagatedBuildInputs = [ lua std-_debug ];
2757
2758 meta = {
2759 homepage = "https://lua-stdlib.github.io/normalize";
2760 description = "Normalized Lua Functions";
2761 license.fullName = "MIT/X11";
2762 };
2763}) {};
2764
2765stdlib = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2766, fetchurl, lua
2767}:
2768buildLuarocksPackage {
2769 pname = "stdlib";
2770 version = "41.2.2-1";
2771 knownRockspec = (fetchurl {
2772 url = "mirror://luarocks/stdlib-41.2.2-1.rockspec";
2773 sha256 = "0rscb4cm8s8bb8fk8rknc269y7bjqpslspsaxgs91i8bvabja6f6";
2774 }).outPath;
2775 src = fetchurl {
2776 url = "http://github.com/lua-stdlib/lua-stdlib/archive/release-v41.2.2.zip";
2777 sha256 = "0is8i8lk4qq4afnan0vj1bwr8brialyrva7cjy43alzgwdphwynx";
2778 };
2779
2780 disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.5");
2781 propagatedBuildInputs = [ lua ];
2782
2783 meta = {
2784 homepage = "http://lua-stdlib.github.io/lua-stdlib";
2785 description = "General Lua Libraries";
2786 maintainers = with lib.maintainers; [ vyp ];
2787 license.fullName = "MIT/X11";
2788 };
2789}) {};
2790
2791tl = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2792, fetchgit, compat53, argparse, luafilesystem
2793}:
2794buildLuarocksPackage {
2795 pname = "tl";
2796 version = "0.13.2-1";
2797 knownRockspec = (fetchurl {
2798 url = "mirror://luarocks/tl-0.13.2-1.rockspec";
2799 sha256 = "0a9nr03q6w1689drd0r2y8m7qbyxm8n6bkgjplwkr6c6abvbis3f";
2800 }).outPath;
2801 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2802 "url": "https://github.com/teal-language/tl",
2803 "rev": "473fef59f21e836e1337a0e3da3c759a1e3556bd",
2804 "date": "2021-07-30T21:02:34-03:00",
2805 "path": "/nix/store/29dm1abr2cc9zqs9n9lymg92gaxqh09g-tl",
2806 "sha256": "1cj7ihw1kz1n1jkha6q0mq0qmlw1vi04i6pcbw3w1cdf2i4fcglh",
2807 "fetchLFS": false,
2808 "fetchSubmodules": true,
2809 "deepClone": false,
2810 "leaveDotGit": false
2811}
2812 '') ["date" "path"]) ;
2813
2814 propagatedBuildInputs = [ compat53 argparse luafilesystem ];
2815
2816 meta = {
2817 homepage = "https://github.com/teal-language/tl";
2818 description = "Teal, a typed dialect of Lua";
2819 maintainers = with lib.maintainers; [ mephistophiles ];
2820 license.fullName = "MIT";
2821 };
2822}) {};
2823
2824vstruct = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2825, fetchgit, lua
2826}:
2827buildLuarocksPackage {
2828 pname = "vstruct";
2829 version = "2.1.1-1";
2830
2831 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2832 "url": "https://github.com/ToxicFrog/vstruct.git",
2833 "rev": "924d3dd63043189e4a7ef6b1b54b19208054cc0f",
2834 "date": "2020-05-06T23:13:06-04:00",
2835 "path": "/nix/store/a4i9k5hx9xiz38bij4hb505dg088jkss-vstruct",
2836 "sha256": "0sl9v874mckhh6jbxsan48s5xajzx193k4qlphw69sdbf8kr3p57",
2837 "fetchLFS": false,
2838 "fetchSubmodules": true,
2839 "deepClone": false,
2840 "leaveDotGit": false
2841}
2842 '') ["date" "path"]) ;
2843
2844 disabled = with lua; (luaOlder "5.1");
2845 propagatedBuildInputs = [ lua ];
2846
2847 meta = {
2848 homepage = "https://github.com/ToxicFrog/vstruct";
2849 description = "Lua library to manipulate binary data";
2850 };
2851}) {};
2852
2853
2854}
2855/* GENERATED - do not edit this file */