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