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