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