Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1/* pkgs/development/lua-modules/generated-packages.nix is an auto-generated file -- DO NOT EDIT!
2Regenerate it with:
3nixpkgs$ ./maintainers/scripts/update-luarocks-packages
4
5You can customize the generated packages in pkgs/development/lua-modules/overrides.nix
6*/
7
8{ 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-subprocess = callPackage({ buildLuarocksPackage, fetchgit, lua, luaOlder }:
1418buildLuarocksPackage {
1419 pname = "subprocess";
1420 version = "scm-1";
1421
1422 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1423 "url": "https://github.com/0x0ade/lua-subprocess.git",
1424 "rev": "bfa8e97da774141f301cfd1106dca53a30a4de54",
1425 "date": "2021-01-09T22:31:54+01:00",
1426 "path": "/nix/store/3lr7n1k85kbf718wxr51xd40i8dfs5qd-lua-subprocess",
1427 "sha256": "0p91hda0b0hpgdbff5drcyygaizq086gw8vnvzn0y0fg3mc9if70",
1428 "hash": "sha256-4LiYWB3PAQ/s33Yj/gwC+Ef1vGe5FedWexeCBVSDIV0=",
1429 "fetchLFS": false,
1430 "fetchSubmodules": true,
1431 "deepClone": false,
1432 "leaveDotGit": false
1433}
1434 '') ["date" "path" "sha256"]) ;
1435
1436 disabled = (luaOlder "5.1");
1437 propagatedBuildInputs = [ lua ];
1438
1439 meta = {
1440 homepage = "https://github.com/xlq/lua-subprocess";
1441 description = "A Lua module written in C that allows you to create child processes and communicate with them.";
1442 maintainers = with lib.maintainers; [ scoder12 ];
1443 license.fullName = "MIT";
1444 };
1445}) {};
1446
1447lua-term = callPackage({ buildLuarocksPackage, fetchurl }:
1448buildLuarocksPackage {
1449 pname = "lua-term";
1450 version = "0.7-1";
1451 knownRockspec = (fetchurl {
1452 url = "mirror://luarocks/lua-term-0.7-1.rockspec";
1453 sha256 = "0r9g5jw7pqr1dyj6w58dqlr7y7l0jp077n8nnji4phf10biyrvg2";
1454 }).outPath;
1455 src = fetchurl {
1456 url = "https://github.com/hoelzro/lua-term/archive/0.07.tar.gz";
1457 sha256 = "0c3zc0cl3a5pbdn056vnlan16g0wimv0p9bq52h7w507f72x18f1";
1458 };
1459
1460
1461 meta = {
1462 homepage = "https://github.com/hoelzro/lua-term";
1463 description = "Terminal functions for Lua";
1464 license.fullName = "MIT/X11";
1465 };
1466}) {};
1467
1468lua-toml = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
1469buildLuarocksPackage {
1470 pname = "lua-toml";
1471 version = "2.0-1";
1472 knownRockspec = (fetchurl {
1473 url = "mirror://luarocks/lua-toml-2.0-1.rockspec";
1474 sha256 = "0zd3hrj1ifq89rjby3yn9y96vk20ablljvqdap981navzlbb7zvq";
1475 }).outPath;
1476 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1477 "url": "https://github.com/jonstoler/lua-toml.git",
1478 "rev": "13731a5dd48c8c314d2451760604810bd6221085",
1479 "date": "2017-12-08T16:30:50-08:00",
1480 "path": "/nix/store/cnpflpyj441c65jhb68hjr2bcvnj9han-lua-toml",
1481 "sha256": "0lklhgs4n7gbgva5frs39240da1y4nwlx6yxaj3ix6r5lp9sh07b",
1482 "hash": "sha256-6wCo06Ulmx6HVN2bTrklPqgGiEhDZ1fUfusdS/SDdFI=",
1483 "fetchLFS": false,
1484 "fetchSubmodules": true,
1485 "deepClone": false,
1486 "leaveDotGit": false
1487}
1488 '') ["date" "path" "sha256"]) ;
1489
1490 disabled = (luaOlder "5.1");
1491 propagatedBuildInputs = [ lua ];
1492
1493 meta = {
1494 homepage = "https://github.com/jonstoler/lua-toml";
1495 description = "toml decoder/encoder for Lua";
1496 license.fullName = "MIT";
1497 };
1498}) {};
1499
1500lua-yajl = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
1501buildLuarocksPackage {
1502 pname = "lua-yajl";
1503 version = "2.0-1";
1504 knownRockspec = (fetchurl {
1505 url = "mirror://luarocks/lua-yajl-2.0-1.rockspec";
1506 sha256 = "0h600zgq5qc9z3cid1kr35q3qb98alg0m3qf0a3mfj33hya6pcxp";
1507 }).outPath;
1508 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1509 "url": "https://github.com/brimworks/lua-yajl.git",
1510 "rev": "c0b598a70966b6cabc57a110037faf9091436f30",
1511 "date": "2020-11-12T06:22:23-08:00",
1512 "path": "/nix/store/9acgxpqk52kwn03m5xasn4f6mmsby2r9-lua-yajl",
1513 "sha256": "1frry90y7vqnw1rd1dfnksilynh0n24gfhkmjd6wwba73prrg0pf",
1514 "hash": "sha256-7oKX8x1HLc5Nk3VC94iwAFpPo57WtdBy4Bbv40HyObs=",
1515 "fetchLFS": false,
1516 "fetchSubmodules": true,
1517 "deepClone": false,
1518 "leaveDotGit": false
1519}
1520 '') ["date" "path" "sha256"]) ;
1521
1522 disabled = (luaOlder "5.1");
1523 propagatedBuildInputs = [ lua ];
1524
1525 meta = {
1526 homepage = "http://github.com/brimworks/lua-yajl";
1527 description = "Integrate the yajl JSON library with Lua.";
1528 maintainers = with lib.maintainers; [ pstn ];
1529 license.fullName = "MIT/X11";
1530 };
1531}) {};
1532
1533lua-zlib = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
1534buildLuarocksPackage {
1535 pname = "lua-zlib";
1536 version = "1.2-2";
1537 knownRockspec = (fetchurl {
1538 url = "mirror://luarocks/lua-zlib-1.2-2.rockspec";
1539 sha256 = "1ycjy59w6rkhasqqbiyra0f1sj87fswcz25zwxy4gyv7rrwy5hxd";
1540 }).outPath;
1541 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1542 "url": "https://github.com/brimworks/lua-zlib.git",
1543 "rev": "a305d98f473d0a253b6fd740ce60d7d5a5f1cda0",
1544 "date": "2017-10-07T08:26:37-07:00",
1545 "path": "/nix/store/6hjfczd3xkilkdxidgqzdrwmaiwnlf05-lua-zlib",
1546 "sha256": "1cv12s5c5lihmf3hb0rz05qf13yihy1bjpb7448v8mkiss6y1s5c",
1547 "hash": "sha256-rOjgjdZxVrQRIWdduYKH0Y/gcAE/gwWHqzDSwooWYbM=",
1548 "fetchLFS": false,
1549 "fetchSubmodules": true,
1550 "deepClone": false,
1551 "leaveDotGit": false
1552}
1553 '') ["date" "path" "sha256"]) ;
1554
1555 disabled = (luaOlder "5.1");
1556 propagatedBuildInputs = [ lua ];
1557
1558 meta = {
1559 homepage = "https://github.com/brimworks/lua-zlib";
1560 description = "Simple streaming interface to zlib for Lua.";
1561 maintainers = with lib.maintainers; [ koral ];
1562 license.fullName = "MIT";
1563 };
1564}) {};
1565
1566lua_cliargs = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
1567buildLuarocksPackage {
1568 pname = "lua_cliargs";
1569 version = "3.0-2";
1570
1571 src = fetchurl {
1572 url = "https://github.com/amireh/lua_cliargs/archive/v3.0-2.tar.gz";
1573 sha256 = "0vhpgmy9a8wlxp8a15pnfqfk0aj7pyyb5m41nnfxynx580a6y7cp";
1574 };
1575
1576 disabled = (luaOlder "5.1");
1577 propagatedBuildInputs = [ lua ];
1578
1579 meta = {
1580 homepage = "https://github.com/amireh/lua_cliargs";
1581 description = "A command-line argument parser.";
1582 license.fullName = "MIT <http://opensource.org/licenses/MIT>";
1583 };
1584}) {};
1585
1586luabitop = callPackage({ buildLuarocksPackage, fetchgit, lua, luaAtLeast, luaOlder }:
1587buildLuarocksPackage {
1588 pname = "luabitop";
1589 version = "1.0.2-3";
1590
1591 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1592 "url": "https://github.com/teto/luabitop.git",
1593 "rev": "8d7b674386460ca83e9510b3a8a4481344eb90ad",
1594 "date": "2021-08-30T10:14:03+02:00",
1595 "path": "/nix/store/sdnza0zpmlkz9jppnysasbvqy29f4zia-luabitop",
1596 "sha256": "1b57f99lrjbwsi4m23cq5kpj0dbpxh3xwr0mxs2rzykr2ijpgwrw",
1597 "hash": "sha256-PPN3ZRR5+p+F7hVk3gfsdzUg7yyYDVFJ1HzJTFNyp6w=",
1598 "fetchLFS": false,
1599 "fetchSubmodules": true,
1600 "deepClone": false,
1601 "leaveDotGit": false
1602}
1603 '') ["date" "path" "sha256"]) ;
1604
1605 disabled = (luaOlder "5.1") || (luaAtLeast "5.3");
1606 propagatedBuildInputs = [ lua ];
1607
1608 meta = {
1609 homepage = "http://bitop.luajit.org/";
1610 description = "Lua Bit Operations Module";
1611 license.fullName = "MIT/X license";
1612 };
1613}) {};
1614
1615luacheck = callPackage({ argparse, buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder, luafilesystem }:
1616buildLuarocksPackage {
1617 pname = "luacheck";
1618 version = "1.1.1-1";
1619 knownRockspec = (fetchurl {
1620 url = "mirror://luarocks/luacheck-1.1.1-1.rockspec";
1621 sha256 = "11nrryqff2yis5s7jscbyv221p21i9sh924x7g9l3d6ijns8zmba";
1622 }).outPath;
1623 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1624 "url": "https://github.com/lunarmodules/luacheck.git",
1625 "rev": "ababb6d403d634eb74d2c541035e9ede966e710d",
1626 "date": "2023-06-10T11:27:25+03:00",
1627 "path": "/nix/store/wkrhda7nww45g1waxdv9ghm35mwbvlfq-luacheck",
1628 "sha256": "0abd5rfxv667n8d8v3g9cnkyghiwzhj3yk498gr2agd3mfcni7d7",
1629 "hash": "sha256-p51omaujPSXyQ4lMPyT8PMLnp2XpjY0asseY3V0ubSk=",
1630 "fetchLFS": false,
1631 "fetchSubmodules": true,
1632 "deepClone": false,
1633 "leaveDotGit": false
1634}
1635 '') ["date" "path" "sha256"]) ;
1636
1637 disabled = (luaOlder "5.1");
1638 propagatedBuildInputs = [ argparse lua luafilesystem ];
1639
1640 meta = {
1641 homepage = "https://github.com/lunarmodules/luacheck";
1642 description = "A static analyzer and a linter for Lua";
1643 license.fullName = "MIT";
1644 };
1645}) {};
1646
1647luacov = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaAtLeast, luaOlder }:
1648buildLuarocksPackage {
1649 pname = "luacov";
1650 version = "0.15.0-1";
1651 knownRockspec = (fetchurl {
1652 url = "mirror://luarocks/luacov-0.15.0-1.rockspec";
1653 sha256 = "18byfl23c73pazi60hsx0vd74hqq80mzixab76j36cyn8k4ni9db";
1654 }).outPath;
1655 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1656 "url": "https://github.com/keplerproject/luacov.git",
1657 "rev": "19b52ca0298c8942df82dd441d7a4a588db4c413",
1658 "date": "2021-02-15T18:47:58-03:00",
1659 "path": "/nix/store/9vm38il9knzx2m66m250qj1fzdfzqg0y-luacov",
1660 "sha256": "08550nna6qcb5jn6ds1hjm6010y8973wx4qbf9vrvrcn1k2yr6ki",
1661 "hash": "sha256-cZrsxQyW5Z13cguTzsdJyIMATJUw6GasLItho6wFpSA=",
1662 "fetchLFS": false,
1663 "fetchSubmodules": true,
1664 "deepClone": false,
1665 "leaveDotGit": false
1666}
1667 '') ["date" "path" "sha256"]) ;
1668
1669 disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
1670 propagatedBuildInputs = [ lua ];
1671
1672 meta = {
1673 homepage = "https://keplerproject.github.io/luacov/";
1674 description = "Coverage analysis tool for Lua scripts";
1675 license.fullName = "MIT";
1676 };
1677}) {};
1678
1679luadbi = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaAtLeast, luaOlder }:
1680buildLuarocksPackage {
1681 pname = "luadbi";
1682 version = "0.7.2-1";
1683 knownRockspec = (fetchurl {
1684 url = "mirror://luarocks/luadbi-0.7.2-1.rockspec";
1685 sha256 = "0lj1qki20w6bl76cvlcazlmwh170b9wkv5nwlxbrr3cn6w7h370b";
1686 }).outPath;
1687 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1688 "url": "https://github.com/mwild1/luadbi",
1689 "rev": "73a234c4689e4f87b7520276b6159cc7f6cfd6e0",
1690 "date": "2019-01-14T09:39:17+00:00",
1691 "path": "/nix/store/a3qgawila4r4jc2lpdc4mwyzd1gvzazd-luadbi",
1692 "sha256": "167ivwmczhp98bxzpz3wdxcfj6vi0a10gpi7rdfjs2rbfwkzqvjh",
1693 "hash": "sha256-UG78J3crCy1dyyfeB4ICcRvpWG98/Pv7QunCzyrf8Zg=",
1694 "fetchLFS": false,
1695 "fetchSubmodules": true,
1696 "deepClone": false,
1697 "leaveDotGit": false
1698}
1699 '') ["date" "path" "sha256"]) ;
1700
1701 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
1702 propagatedBuildInputs = [ lua ];
1703
1704 meta = {
1705 homepage = "https://github.com/mwild1/luadbi";
1706 description = "Database abstraction layer";
1707 license.fullName = "MIT/X11";
1708 };
1709}) {};
1710
1711luadbi-mysql = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaAtLeast, luaOlder, luadbi }:
1712buildLuarocksPackage {
1713 pname = "luadbi-mysql";
1714 version = "0.7.2-1";
1715 knownRockspec = (fetchurl {
1716 url = "mirror://luarocks/luadbi-mysql-0.7.2-1.rockspec";
1717 sha256 = "0gnyqnvcfif06rzzrdw6w6hchp4jrjiwm0rmfx2r8ljchj2bvml5";
1718 }).outPath;
1719 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1720 "url": "https://github.com/mwild1/luadbi",
1721 "rev": "73a234c4689e4f87b7520276b6159cc7f6cfd6e0",
1722 "date": "2019-01-14T09:39:17+00:00",
1723 "path": "/nix/store/a3qgawila4r4jc2lpdc4mwyzd1gvzazd-luadbi",
1724 "sha256": "167ivwmczhp98bxzpz3wdxcfj6vi0a10gpi7rdfjs2rbfwkzqvjh",
1725 "hash": "sha256-UG78J3crCy1dyyfeB4ICcRvpWG98/Pv7QunCzyrf8Zg=",
1726 "fetchLFS": false,
1727 "fetchSubmodules": true,
1728 "deepClone": false,
1729 "leaveDotGit": false
1730}
1731 '') ["date" "path" "sha256"]) ;
1732
1733 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
1734 propagatedBuildInputs = [ lua luadbi ];
1735
1736 meta = {
1737 homepage = "https://github.com/mwild1/luadbi";
1738 description = "Database abstraction layer";
1739 license.fullName = "MIT/X11";
1740 };
1741}) {};
1742
1743luadbi-postgresql = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaAtLeast, luaOlder, luadbi }:
1744buildLuarocksPackage {
1745 pname = "luadbi-postgresql";
1746 version = "0.7.2-1";
1747 knownRockspec = (fetchurl {
1748 url = "mirror://luarocks/luadbi-postgresql-0.7.2-1.rockspec";
1749 sha256 = "07rx4agw4hjyzf8157apdwfqh9s26nqndmkr3wm7v09ygjvdjiix";
1750 }).outPath;
1751 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1752 "url": "https://github.com/mwild1/luadbi",
1753 "rev": "73a234c4689e4f87b7520276b6159cc7f6cfd6e0",
1754 "date": "2019-01-14T09:39:17+00:00",
1755 "path": "/nix/store/a3qgawila4r4jc2lpdc4mwyzd1gvzazd-luadbi",
1756 "sha256": "167ivwmczhp98bxzpz3wdxcfj6vi0a10gpi7rdfjs2rbfwkzqvjh",
1757 "hash": "sha256-UG78J3crCy1dyyfeB4ICcRvpWG98/Pv7QunCzyrf8Zg=",
1758 "fetchLFS": false,
1759 "fetchSubmodules": true,
1760 "deepClone": false,
1761 "leaveDotGit": false
1762}
1763 '') ["date" "path" "sha256"]) ;
1764
1765 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
1766 propagatedBuildInputs = [ lua luadbi ];
1767
1768 meta = {
1769 homepage = "https://github.com/mwild1/luadbi";
1770 description = "Database abstraction layer";
1771 license.fullName = "MIT/X11";
1772 };
1773}) {};
1774
1775luadbi-sqlite3 = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaAtLeast, luaOlder, luadbi }:
1776buildLuarocksPackage {
1777 pname = "luadbi-sqlite3";
1778 version = "0.7.2-1";
1779 knownRockspec = (fetchurl {
1780 url = "mirror://luarocks/luadbi-sqlite3-0.7.2-1.rockspec";
1781 sha256 = "022iba0jbiafz8iv1h0iv95rhcivbfq5yg341nxk3dm87yf220vh";
1782 }).outPath;
1783 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1784 "url": "https://github.com/mwild1/luadbi",
1785 "rev": "73a234c4689e4f87b7520276b6159cc7f6cfd6e0",
1786 "date": "2019-01-14T09:39:17+00:00",
1787 "path": "/nix/store/a3qgawila4r4jc2lpdc4mwyzd1gvzazd-luadbi",
1788 "sha256": "167ivwmczhp98bxzpz3wdxcfj6vi0a10gpi7rdfjs2rbfwkzqvjh",
1789 "hash": "sha256-UG78J3crCy1dyyfeB4ICcRvpWG98/Pv7QunCzyrf8Zg=",
1790 "fetchLFS": false,
1791 "fetchSubmodules": true,
1792 "deepClone": false,
1793 "leaveDotGit": false
1794}
1795 '') ["date" "path" "sha256"]) ;
1796
1797 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
1798 propagatedBuildInputs = [ lua luadbi ];
1799
1800 meta = {
1801 homepage = "https://github.com/mwild1/luadbi";
1802 description = "Database abstraction layer";
1803 license.fullName = "MIT/X11";
1804 };
1805}) {};
1806
1807luaepnf = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lpeg, lua, luaAtLeast, luaOlder }:
1808buildLuarocksPackage {
1809 pname = "luaepnf";
1810 version = "0.3-2";
1811 knownRockspec = (fetchurl {
1812 url = "mirror://luarocks/luaepnf-0.3-2.rockspec";
1813 sha256 = "0kqmnj11wmfpc9mz04zzq8ab4mnbkrhcgc525wrq6pgl3p5li8aa";
1814 }).outPath;
1815 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1816 "url": "https://github.com/siffiejoe/lua-luaepnf.git",
1817 "rev": "4e0a867ff54cf424e1558781f5d2c85d2dc2137c",
1818 "date": "2015-01-15T16:54:10+01:00",
1819 "path": "/nix/store/n7gb0z26sl7dzdyy3bx1y3cz3npsna7d-lua-luaepnf",
1820 "sha256": "1lvsi3fklhvz671jgg0iqn0xbkzn9qjcbf2ks41xxjz3lapjr6c9",
1821 "hash": "sha256-iZksr6Ljy94D0VO4xSRO9s/VgcURvCfDMX9DOt2IetM=",
1822 "fetchLFS": false,
1823 "fetchSubmodules": true,
1824 "deepClone": false,
1825 "leaveDotGit": false
1826}
1827 '') ["date" "path" "sha256"]) ;
1828
1829 disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
1830 propagatedBuildInputs = [ lpeg lua ];
1831
1832 meta = {
1833 homepage = "http://siffiejoe.github.io/lua-luaepnf/";
1834 description = "Extended PEG Notation Format (easy grammars for LPeg)";
1835 license.fullName = "MIT";
1836 };
1837}) {};
1838
1839luaevent = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
1840buildLuarocksPackage {
1841 pname = "luaevent";
1842 version = "0.4.6-1";
1843 knownRockspec = (fetchurl {
1844 url = "mirror://luarocks/luaevent-0.4.6-1.rockspec";
1845 sha256 = "03zixadhx4a7nh67n0sm6sy97c8i9va1a78hibhrl7cfbqc2zc7f";
1846 }).outPath;
1847 src = fetchurl {
1848 url = "https://github.com/harningt/luaevent/archive/v0.4.6.tar.gz";
1849 sha256 = "0pbh315d3p7hxgzmbhphkcldxv2dadbka96131b8j5914nxvl4nx";
1850 };
1851
1852 disabled = (luaOlder "5.1");
1853 propagatedBuildInputs = [ lua ];
1854
1855 meta = {
1856 homepage = "https://github.com/harningt/luaevent";
1857 description = "libevent binding for Lua";
1858 license.fullName = "MIT";
1859 };
1860}) {};
1861
1862luaexpat = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
1863buildLuarocksPackage {
1864 pname = "luaexpat";
1865 version = "1.4.1-1";
1866 knownRockspec = (fetchurl {
1867 url = "mirror://luarocks/luaexpat-1.4.1-1.rockspec";
1868 sha256 = "1abwd385x7wnza7qqz5s4aj6m2l1c23pjmbgnpq73q0s17pn1h0c";
1869 }).outPath;
1870 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1871 "url": "https://github.com/lunarmodules/luaexpat.git",
1872 "rev": "57f8966088abf8a00f8ab0bf88e1b6deea89c0bb",
1873 "date": "2022-10-04T16:36:23+02:00",
1874 "path": "/nix/store/dgrdkalikpqdap642qhppha1ajdnsvx0-luaexpat",
1875 "sha256": "1b4ck23p01ks3hgayan9n33f2kb6jvv63v4ww2mqczc09rqi0q46",
1876 "hash": "sha256-hmAQcU6AfYar4JzsYfaWZk3hxrDJKq8eHHoGcIeYjKw=",
1877 "fetchLFS": false,
1878 "fetchSubmodules": true,
1879 "deepClone": false,
1880 "leaveDotGit": false
1881}
1882 '') ["date" "path" "sha256"]) ;
1883
1884 disabled = (luaOlder "5.1");
1885 propagatedBuildInputs = [ lua ];
1886
1887 meta = {
1888 homepage = "https://lunarmodules.github.io/luaexpat";
1889 description = "XML Expat parsing";
1890 maintainers = with lib.maintainers; [ arobyn flosse ];
1891 license.fullName = "MIT/X11";
1892 };
1893}) {};
1894
1895luaffi = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
1896buildLuarocksPackage {
1897 pname = "luaffi";
1898 version = "scm-1";
1899 knownRockspec = (fetchurl {
1900 url = "mirror://luarocks/luaffi-scm-1.rockspec";
1901 sha256 = "1nia0g4n1yv1sbv5np572y8yfai56a8bnscir807s5kj5bs0xhxm";
1902 }).outPath;
1903 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1904 "url": "https://github.com/facebook/luaffifb.git",
1905 "rev": "a1cb731b08c91643b0665935eb5622b3d621211b",
1906 "date": "2021-03-01T11:46:30-05:00",
1907 "path": "/nix/store/6dwfn64p3clcsxkq41b307q8izi0fvji-luaffifb",
1908 "sha256": "0nj76fw3yi57vfn35yvbdmpdbg9gmn5j1gw84ajs9w1j86sc0661",
1909 "hash": "sha256-wRjAtEEy8KSlIoi/IIutL73Vbm1r+zKs26dEP7gzR1o=",
1910 "fetchLFS": false,
1911 "fetchSubmodules": true,
1912 "deepClone": false,
1913 "leaveDotGit": false
1914}
1915 '') ["date" "path" "sha256"]) ;
1916
1917 disabled = (luaOlder "5.1");
1918 propagatedBuildInputs = [ lua ];
1919
1920 meta = {
1921 homepage = "https://github.com/facebook/luaffifb";
1922 description = "FFI library for calling C functions from lua";
1923 license.fullName = "BSD";
1924 };
1925}) {};
1926
1927luafilesystem = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
1928buildLuarocksPackage {
1929 pname = "luafilesystem";
1930 version = "1.8.0-1";
1931 knownRockspec = (fetchurl {
1932 url = "mirror://luarocks/luafilesystem-1.8.0-1.rockspec";
1933 sha256 = "18nkaks0b75dmycljg5vljap5w8d0ysdkg96yl5szgzr7nzrymfa";
1934 }).outPath;
1935 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1936 "url": "https://github.com/keplerproject/luafilesystem",
1937 "rev": "7c6e1b013caec0602ca4796df3b1d7253a2dd258",
1938 "date": "2020-04-22T22:16:42-03:00",
1939 "path": "/nix/store/qzjav1cmn4zwclpfs0xzykpbv835d84z-luafilesystem",
1940 "sha256": "16hpwhj6zgkjns3zilcg3lxfijm3cl71v39y9n5lbjk4b9kkwh54",
1941 "hash": "sha256-pEA+Z1pkykWLTT6NHQ5lo8roOh2P0fiHtnK+byTkF5o=",
1942 "fetchLFS": false,
1943 "fetchSubmodules": true,
1944 "deepClone": false,
1945 "leaveDotGit": false
1946}
1947 '') ["date" "path" "sha256"]) ;
1948
1949 disabled = (luaOlder "5.1");
1950 propagatedBuildInputs = [ lua ];
1951
1952 meta = {
1953 homepage = "https://github.com/keplerproject/luafilesystem";
1954 description = "File System Library for the Lua Programming Language";
1955 maintainers = with lib.maintainers; [ flosse ];
1956 license.fullName = "MIT/X11";
1957 };
1958}) {};
1959
1960lualdap = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
1961buildLuarocksPackage {
1962 pname = "lualdap";
1963 version = "1.3.1-1";
1964 knownRockspec = (fetchurl {
1965 url = "mirror://luarocks/lualdap-1.3.1-1.rockspec";
1966 sha256 = "0c0j9dmrphg0dil4yhahcqzzyxhrv525g65jsz0q6iqwyx10bqbp";
1967 }).outPath;
1968 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1969 "url": "https://github.com/lualdap/lualdap",
1970 "rev": "5c21b3e0d97a07b103f63edc7e649018e0453427",
1971 "date": "2023-03-15T09:02:07+01:00",
1972 "path": "/nix/store/ah7y5wpp3l0v5bk0gwzdvgzfpczb691k-lualdap",
1973 "sha256": "1y3ap9si894xjlbrwx3c6bcfg60y80av802rscldg9scvm984jrg",
1974 "hash": "sha256-L0uCUt1Mp9co01kAtBVAHpjn2DJsdJ4XlZ0kFHW6avg=",
1975 "fetchLFS": false,
1976 "fetchSubmodules": true,
1977 "deepClone": false,
1978 "leaveDotGit": false
1979}
1980 '') ["date" "path" "sha256"]) ;
1981
1982 disabled = (luaOlder "5.1");
1983 propagatedBuildInputs = [ lua ];
1984
1985 meta = {
1986 homepage = "https://lualdap.github.io/lualdap/";
1987 description = "A Lua interface to the OpenLDAP library";
1988 maintainers = with lib.maintainers; [ aanderse ];
1989 license.fullName = "MIT";
1990 };
1991}) {};
1992
1993lualogging = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, luasocket }:
1994buildLuarocksPackage {
1995 pname = "lualogging";
1996 version = "1.8.2-1";
1997 knownRockspec = (fetchurl {
1998 url = "mirror://luarocks/lualogging-1.8.2-1.rockspec";
1999 sha256 = "164c4xgwkv2ya8fbb22wm48ywc4gx939b574r6bgl8zqayffdqmx";
2000 }).outPath;
2001 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2002 "url": "https://github.com/lunarmodules/lualogging.git",
2003 "rev": "465c994788f1bc18fca950934fa5ec9a909f496c",
2004 "date": "2023-01-27T20:29:41+01:00",
2005 "path": "/nix/store/pvb3yq11xgqhq6559sjd8rkf1x991rrz-lualogging",
2006 "sha256": "1mz5iiv9pfikkm4ay7j0q6mk3bmcxylnlg9piwda47xxc1zyb1j4",
2007 "hash": "sha256-RIblf2C9H6Iajzc9aqnvrK4xq8FAHq9InTO6m3aM5dc=",
2008 "fetchLFS": false,
2009 "fetchSubmodules": true,
2010 "deepClone": false,
2011 "leaveDotGit": false
2012}
2013 '') ["date" "path" "sha256"]) ;
2014
2015 propagatedBuildInputs = [ luasocket ];
2016
2017 meta = {
2018 homepage = "https://github.com/lunarmodules/lualogging";
2019 description = "A simple API to use logging features";
2020 license.fullName = "MIT/X11";
2021 };
2022}) {};
2023
2024luaossl = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua }:
2025buildLuarocksPackage {
2026 pname = "luaossl";
2027 version = "20220711-0";
2028 knownRockspec = (fetchurl {
2029 url = "mirror://luarocks/luaossl-20220711-0.rockspec";
2030 sha256 = "0b68kvfz587ilmb5c1p7920kysg9q4m4fl4cz4d93jl3270mzh8y";
2031 }).outPath;
2032 src = fetchzip {
2033 url = "https://github.com/wahern/luaossl/archive/rel-20220711.zip";
2034 sha256 = "1a9pgmc6fbhgh1m9ksz9fq057yzz46npqgakcsy9vngg47xacfdb";
2035 };
2036
2037 propagatedBuildInputs = [ lua ];
2038
2039 meta = {
2040 homepage = "http://25thandclement.com/~william/projects/luaossl.html";
2041 description = "Most comprehensive OpenSSL module in the Lua universe.";
2042 license.fullName = "MIT/X11";
2043 };
2044}) {};
2045
2046luaposix = callPackage({ bit32, buildLuarocksPackage, fetchurl, fetchzip, lua, luaAtLeast, luaOlder }:
2047buildLuarocksPackage {
2048 pname = "luaposix";
2049 version = "34.1.1-1";
2050 knownRockspec = (fetchurl {
2051 url = "mirror://luarocks/luaposix-34.1.1-1.rockspec";
2052 sha256 = "0hx6my54axjcb3bklr991wji374qq6mwa3ily6dvb72vi2534nwz";
2053 }).outPath;
2054 src = fetchzip {
2055 url = "http://github.com/luaposix/luaposix/archive/v34.1.1.zip";
2056 sha256 = "0863r8c69yx92lalj174qdhavqmcs2cdimjim6k55qj9yn78v9zl";
2057 };
2058
2059 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
2060 propagatedBuildInputs = [ bit32 lua ];
2061
2062 meta = {
2063 homepage = "http://github.com/luaposix/luaposix/";
2064 description = "Lua bindings for POSIX";
2065 maintainers = with lib.maintainers; [ vyp lblasc ];
2066 license.fullName = "MIT/X11";
2067 };
2068}) {};
2069
2070luarepl = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
2071buildLuarocksPackage {
2072 pname = "luarepl";
2073 version = "0.10-1";
2074 knownRockspec = (fetchurl {
2075 url = "mirror://luarocks/luarepl-0.10-1.rockspec";
2076 sha256 = "12zdljfs4wg55mj7a38iwg7p5i1pmc934v9qlpi61sw4brp6x8d3";
2077 }).outPath;
2078 src = fetchurl {
2079 url = "https://github.com/hoelzro/lua-repl/archive/0.10.tar.gz";
2080 sha256 = "0wv37h9w6y5pgr39m7yxbf8imkwvaila6rnwjcp0xsxl5c1rzfjm";
2081 };
2082
2083 disabled = (luaOlder "5.1");
2084 propagatedBuildInputs = [ lua ];
2085
2086 meta = {
2087 homepage = "https://github.com/hoelzro/lua-repl";
2088 description = "A reusable REPL component for Lua, written in Lua";
2089 license.fullName = "MIT/X11";
2090 };
2091}) {};
2092
2093luarocks-build-rust-mlua = callPackage({ buildLuarocksPackage, fetchgit, fetchurl }:
2094buildLuarocksPackage {
2095 pname = "luarocks-build-rust-mlua";
2096 version = "0.1.2-1";
2097 knownRockspec = (fetchurl {
2098 url = "mirror://luarocks/luarocks-build-rust-mlua-0.1.2-1.rockspec";
2099 sha256 = "1sx908fm2ihpxz2mm54xzkfmdzlqdvrqjkh1zz7rcjgmqba4mh1j";
2100 }).outPath;
2101 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2102 "url": "https://github.com/khvzak/luarocks-build-rust-mlua",
2103 "rev": "c8080aa0832563b7f8b2cb85a195c1598ce312e0",
2104 "date": "2023-06-29T16:47:41+01:00",
2105 "path": "/nix/store/n7id28r1m11xd550hayv99xhz96vpdjq-luarocks-build-rust-mlua",
2106 "sha256": "1zh1p5k7xpczi5db3k0fw0ljw9w0xxk1qjjcfg5rcznqjf48i3x7",
2107 "hash": "sha256-p4+IiJPYfpbLc0xKHGbvgCcuKeAOzLFaiZ/dfma5Af4=",
2108 "fetchLFS": false,
2109 "fetchSubmodules": true,
2110 "deepClone": false,
2111 "leaveDotGit": false
2112}
2113 '') ["date" "path" "sha256"]) ;
2114
2115
2116 meta = {
2117 homepage = "https://github.com/khvzak/luarocks-build-rust-mlua";
2118 description = "A LuaRocks build backend for Lua modules written in Rust using mlua";
2119 maintainers = with lib.maintainers; [ mrcjkb ];
2120 license.fullName = "MIT";
2121 };
2122}) {};
2123
2124luasec = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder, luasocket }:
2125buildLuarocksPackage {
2126 pname = "luasec";
2127 version = "1.3.2-1";
2128 knownRockspec = (fetchurl {
2129 url = "mirror://luarocks/luasec-1.3.2-1.rockspec";
2130 sha256 = "09nqs60cmbq1bi70cdh7v5xjnlsm2mrxv9pmbbvczijvz184jh33";
2131 }).outPath;
2132 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2133 "url": "https://github.com/brunoos/luasec",
2134 "rev": "4c06287052d68fdbe7429b8f967cdc8ee94aa44a",
2135 "date": "2023-08-31T17:09:53-03:00",
2136 "path": "/nix/store/wnl78b5l3dxw52slphmi4rmr1cd8bd3r-luasec",
2137 "sha256": "0rrdfbnkd8pgqwh3f0iyd5cxy7g1h0568a88m3sq1z7715js4yx3",
2138 "hash": "sha256-o3uiZQnn/ID1qAgpZAqA4R3fWWk+Ajcgx++iNu1yLWc=",
2139 "fetchLFS": false,
2140 "fetchSubmodules": true,
2141 "deepClone": false,
2142 "leaveDotGit": false
2143}
2144 '') ["date" "path" "sha256"]) ;
2145
2146 disabled = (luaOlder "5.1");
2147 propagatedBuildInputs = [ lua luasocket ];
2148
2149 meta = {
2150 homepage = "https://github.com/brunoos/luasec/wiki";
2151 description = "A binding for OpenSSL library to provide TLS/SSL communication over LuaSocket.";
2152 maintainers = with lib.maintainers; [ flosse ];
2153 license.fullName = "MIT";
2154 };
2155}) {};
2156
2157luasocket = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
2158buildLuarocksPackage {
2159 pname = "luasocket";
2160 version = "3.1.0-1";
2161 knownRockspec = (fetchurl {
2162 url = "mirror://luarocks/luasocket-3.1.0-1.rockspec";
2163 sha256 = "0wg9735cyz2gj7r9za8yi83w765g0f4pahnny7h0pdpx58pgfx4r";
2164 }).outPath;
2165 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2166 "url": "https://github.com/lunarmodules/luasocket.git",
2167 "rev": "95b7efa9da506ef968c1347edf3fc56370f0deed",
2168 "date": "2022-07-27T10:07:00+03:00",
2169 "path": "/nix/store/r5pqxqjkdwl80nmjkv400mbls7cfymjc-luasocket",
2170 "sha256": "13hyf9cvny0kxwyg08929kkl31w74j66fj6zg1myyjr9nh5b795h",
2171 "hash": "sha256-sKSzCrQpS+9reN9IZ4wkh4dB50wiIfA87xN4u1lyHo4=",
2172 "fetchLFS": false,
2173 "fetchSubmodules": true,
2174 "deepClone": false,
2175 "leaveDotGit": false
2176}
2177 '') ["date" "path" "sha256"]) ;
2178
2179 disabled = (luaOlder "5.1");
2180 propagatedBuildInputs = [ lua ];
2181
2182 meta = {
2183 homepage = "https://github.com/lunarmodules/luasocket";
2184 description = "Network support for the Lua language";
2185 license.fullName = "MIT";
2186 };
2187}) {};
2188
2189luasql-sqlite3 = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
2190buildLuarocksPackage {
2191 pname = "luasql-sqlite3";
2192 version = "2.6.0-2";
2193 knownRockspec = (fetchurl {
2194 url = "mirror://luarocks/luasql-sqlite3-2.6.0-2.rockspec";
2195 sha256 = "1xpbcpl4qhnzpyyszhdsrxhx2qc1dmndh926lv91xwphw7inwdwg";
2196 }).outPath;
2197 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2198 "url": "https://github.com/keplerproject/luasql.git",
2199 "rev": "25bf4ffce9323d28cb6f382f7ec9e8951e3084f9",
2200 "date": "2023-07-19T14:20:27-03:00",
2201 "path": "/nix/store/949886jxp7sx3yx910lc6d1yf3ym9mx5-luasql",
2202 "sha256": "00q73j2nzqsm0vmxjkv83qh1dncmr5dgmkrkyxnb5ggygvcbh7w5",
2203 "hash": "sha256-hR+42H7+vbJs9zPP+lrJldkWIB5oT9nrBlXjb4UcBwM=",
2204 "fetchLFS": false,
2205 "fetchSubmodules": true,
2206 "deepClone": false,
2207 "leaveDotGit": false
2208}
2209 '') ["date" "path" "sha256"]) ;
2210
2211 disabled = (luaOlder "5.1");
2212 propagatedBuildInputs = [ lua ];
2213
2214 meta = {
2215 homepage = "http://www.keplerproject.org/luasql/";
2216 description = "Database connectivity for Lua (SQLite3 driver)";
2217 maintainers = with lib.maintainers; [ vyp ];
2218 license.fullName = "MIT/X11";
2219 };
2220}) {};
2221
2222luassert = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder, say }:
2223buildLuarocksPackage {
2224 pname = "luassert";
2225 version = "1.9.0-1";
2226 knownRockspec = (fetchurl {
2227 url = "mirror://luarocks/luassert-1.9.0-1.rockspec";
2228 sha256 = "1bkzr03190p33lprgy51nl84aq082fyc3f7s3wkk7zlay4byycxd";
2229 }).outPath;
2230 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2231 "url": "https://github.com/lunarmodules/luassert.git",
2232 "rev": "8d8dc8a54cc468048a128a867f6449a6c3fdd11a",
2233 "date": "2022-08-24T00:00:45+03:00",
2234 "path": "/nix/store/vfcl25wxps5kvh5prjkkjlj1ga3kgw63-luassert",
2235 "sha256": "0wlp6qdm9dkwzs8lvnj7zvmid4y12v717ywlhxn2brkbjpvl2dwf",
2236 "hash": "sha256-jjdB95Vr5iVsh5T7E84WwZMW6/5H2k2R/ny2VBs2l3I=",
2237 "fetchLFS": false,
2238 "fetchSubmodules": true,
2239 "deepClone": false,
2240 "leaveDotGit": false
2241}
2242 '') ["date" "path" "sha256"]) ;
2243
2244 disabled = (luaOlder "5.1");
2245 propagatedBuildInputs = [ lua say ];
2246
2247 meta = {
2248 homepage = "https://lunarmodules.github.io/busted/";
2249 description = "Lua assertions extension";
2250 license.fullName = "MIT <http://opensource.org/licenses/MIT>";
2251 };
2252}) {};
2253
2254luasystem = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
2255buildLuarocksPackage {
2256 pname = "luasystem";
2257 version = "0.2.1-0";
2258 knownRockspec = (fetchurl {
2259 url = "mirror://luarocks/luasystem-0.2.1-0.rockspec";
2260 sha256 = "0xj5q7lzsbmlw5d3zbjqf3jpj78wcn348h2jcxn5ph4n4hx73z3n";
2261 }).outPath;
2262 src = fetchurl {
2263 url = "https://github.com/o-lim/luasystem/archive/v0.2.1.tar.gz";
2264 sha256 = "150bbklchh02gsvpngv56xrrlxxvwpqwrh0yy6z95fnvks7gd0qb";
2265 };
2266
2267 disabled = (luaOlder "5.1");
2268 propagatedBuildInputs = [ lua ];
2269
2270 meta = {
2271 homepage = "http://olivinelabs.com/luasystem/";
2272 description = "Platform independent system calls for Lua.";
2273 license.fullName = "MIT <http://opensource.org/licenses/MIT>";
2274 };
2275}) {};
2276
2277luaunbound = callPackage({ buildLuarocksPackage, fetchurl, lua, luaAtLeast, luaOlder }:
2278buildLuarocksPackage {
2279 pname = "luaunbound";
2280 version = "1.0.0-1";
2281 knownRockspec = (fetchurl {
2282 url = "mirror://luarocks/luaunbound-1.0.0-1.rockspec";
2283 sha256 = "1zlkibdwrj5p97nhs33cz8xx0323z3kiq5x7v0h3i7v6j0h8ppvn";
2284 }).outPath;
2285 src = fetchurl {
2286 url = "https://code.zash.se/dl/luaunbound/luaunbound-1.0.0.tar.gz";
2287 sha256 = "1lsh0ylp5xskygxl5qdv6mhkm1x8xp0vfd5prk5hxkr19jk5mr3d";
2288 };
2289
2290 disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
2291 propagatedBuildInputs = [ lua ];
2292
2293 meta = {
2294 homepage = "https://www.zash.se/luaunbound.html";
2295 description = "A binding to libunbound";
2296 license.fullName = "MIT";
2297 };
2298}) {};
2299
2300luaunit = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua, luaAtLeast, luaOlder }:
2301buildLuarocksPackage {
2302 pname = "luaunit";
2303 version = "3.4-1";
2304 knownRockspec = (fetchurl {
2305 url = "mirror://luarocks/luaunit-3.4-1.rockspec";
2306 sha256 = "111435fa8p2819vcvg76qmknj0wqk01gy9d1nh55c36616xnj54n";
2307 }).outPath;
2308 src = fetchzip {
2309 url = "https://github.com/bluebird75/luaunit/releases/download/LUAUNIT_V3_4/rock-luaunit-3.4.zip";
2310 sha256 = "0qf07y3229lq3qq1mfkv83gzbc7dgyr67hysqjb5bbk333flv56r";
2311 };
2312
2313 disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
2314 propagatedBuildInputs = [ lua ];
2315
2316 meta = {
2317 homepage = "http://github.com/bluebird75/luaunit";
2318 description = "A unit testing framework for Lua";
2319 maintainers = with lib.maintainers; [ lockejan ];
2320 license.fullName = "BSD";
2321 };
2322}) {};
2323
2324luautf8 = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
2325buildLuarocksPackage {
2326 pname = "luautf8";
2327 version = "0.1.5-2";
2328 knownRockspec = (fetchurl {
2329 url = "mirror://luarocks/luautf8-0.1.5-2.rockspec";
2330 sha256 = "0v788kk1aj7r70w9fgjlp3qrpjbpa9z9l1m7d13csk0pgfkm5iqz";
2331 }).outPath;
2332 src = fetchurl {
2333 url = "https://github.com/starwing/luautf8/archive/refs/tags/0.1.5.tar.gz";
2334 sha256 = "077ji840wfmy7hq0y13l01dv6jhasznykf89gk9m672jhz6dxggl";
2335 };
2336
2337 disabled = (luaOlder "5.1");
2338 propagatedBuildInputs = [ lua ];
2339
2340 meta = {
2341 homepage = "http://github.com/starwing/luautf8";
2342 description = "A UTF-8 support module for Lua";
2343 maintainers = with lib.maintainers; [ pstn ];
2344 license.fullName = "MIT";
2345 };
2346}) {};
2347
2348luazip = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaAtLeast, luaOlder }:
2349buildLuarocksPackage {
2350 pname = "luazip";
2351 version = "1.2.7-1";
2352 knownRockspec = (fetchurl {
2353 url = "mirror://luarocks/luazip-1.2.7-1.rockspec";
2354 sha256 = "1wxy3p2ksaq4s8lg925mi9cvbh875gsapgkzm323dr8qaxxg7mba";
2355 }).outPath;
2356 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2357 "url": "https://github.com/mpeterv/luazip",
2358 "rev": "e424f667cc5c78dd19bb5eca5a86b3c8698e0ce5",
2359 "date": "2017-09-05T14:02:52+03:00",
2360 "path": "/nix/store/idllj442c0iwnx1cpkrifx2afb7vh821-luazip",
2361 "sha256": "1jlqzqlds3aa3hnp737fm2awcx0hzmwyd87klv0cv13ny5v9f2x4",
2362 "hash": "sha256-pAuXdvF2hM3ApvOg5nn9EHTGlajujHMtHEoN3Sj+mMo=",
2363 "fetchLFS": false,
2364 "fetchSubmodules": true,
2365 "deepClone": false,
2366 "leaveDotGit": false
2367}
2368 '') ["date" "path" "sha256"]) ;
2369
2370 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
2371 propagatedBuildInputs = [ lua ];
2372
2373 meta = {
2374 homepage = "https://github.com/mpeterv/luazip";
2375 description = "Library for reading files inside zip files";
2376 license.fullName = "MIT";
2377 };
2378}) {};
2379
2380lush-nvim = callPackage({ buildLuarocksPackage, fetchgit, lua, luaAtLeast, luaOlder }:
2381buildLuarocksPackage {
2382 pname = "lush.nvim";
2383 version = "scm-1";
2384
2385 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2386 "url": "https://github.com/rktjmp/lush.nvim",
2387 "rev": "966aad1accd47fa11fbe2539234f81f678fef2de",
2388 "date": "2023-09-23T12:10:39+10:00",
2389 "path": "/nix/store/67046ilc92czfvwc5zdkkxg7iw2xjj45-lush.nvim",
2390 "sha256": "0g1xib2k42py9qqccjz11qk52ri0drgdk5rb0ls7wzx4v636k15h",
2391 "hash": "sha256-sIRphtmkf340BSuX2V5uIGZRJg7hS8YwTv4KMsWKPTw=",
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/rktjmp/lush.nvim";
2404 description = "Define Neovim themes as a DSL in lua, with real-time feedback.";
2405 maintainers = with lib.maintainers; [ teto ];
2406 license.fullName = "MIT/X11";
2407 };
2408}) {};
2409
2410luuid = callPackage({ buildLuarocksPackage, fetchurl, lua, luaAtLeast, luaOlder }:
2411buildLuarocksPackage {
2412 pname = "luuid";
2413 version = "20120509-2";
2414 knownRockspec = (fetchurl {
2415 url = "mirror://luarocks/luuid-20120509-2.rockspec";
2416 sha256 = "1q2fv25wfbiqn49mqv26gs4pyllch311akcf7jjn27l5ik8ji5b6";
2417 }).outPath;
2418 src = fetchurl {
2419 url = "http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/5.2/luuid.tar.gz";
2420 sha256 = "1bfkj613d05yps3fivmz0j1bxf2zkg9g1yl0ifffgw0vy00hpnvm";
2421 };
2422
2423 disabled = (luaOlder "5.2") || (luaAtLeast "5.4");
2424 propagatedBuildInputs = [ lua ];
2425
2426 meta = {
2427 homepage = "http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#luuid";
2428 description = "A library for UUID generation";
2429 license.fullName = "Public domain";
2430 };
2431}) {};
2432
2433luv = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
2434buildLuarocksPackage {
2435 pname = "luv";
2436 version = "1.44.2-1";
2437 knownRockspec = (fetchurl {
2438 url = "mirror://luarocks/luv-1.44.2-1.rockspec";
2439 sha256 = "07jwi50i16rv7sj914k1q3l9dy9wldbw2skmsdrzlkc57mqvg348";
2440 }).outPath;
2441 src = fetchurl {
2442 url = "https://github.com/luvit/luv/releases/download/1.44.2-1/luv-1.44.2-1.tar.gz";
2443 sha256 = "0c2wkszxw6gwa4l6g1d2zzh660j13lif6c7a910vq7zn8jycgd9y";
2444 };
2445
2446 disabled = (luaOlder "5.1");
2447 propagatedBuildInputs = [ lua ];
2448
2449 meta = {
2450 homepage = "https://github.com/luvit/luv";
2451 description = "Bare libuv bindings for lua";
2452 license.fullName = "Apache 2.0";
2453 };
2454}) {};
2455
2456lyaml = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua, luaAtLeast, luaOlder }:
2457buildLuarocksPackage {
2458 pname = "lyaml";
2459 version = "6.2.8-1";
2460 knownRockspec = (fetchurl {
2461 url = "mirror://luarocks/lyaml-6.2.8-1.rockspec";
2462 sha256 = "0d0h70kjl5fkq589y1sx8qy8as002dhcf88pf60pghvch002ryi1";
2463 }).outPath;
2464 src = fetchzip {
2465 url = "http://github.com/gvvaughan/lyaml/archive/v6.2.8.zip";
2466 sha256 = "0r3jjsd8x2fs1aanki0s1mvpznl16f32c1qfgmicy0icgy5xfch0";
2467 };
2468
2469 disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
2470 propagatedBuildInputs = [ lua ];
2471
2472 meta = {
2473 homepage = "http://github.com/gvvaughan/lyaml";
2474 description = "libYAML binding for Lua";
2475 maintainers = with lib.maintainers; [ lblasc ];
2476 license.fullName = "MIT/X11";
2477 };
2478}) {};
2479
2480magick = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua }:
2481buildLuarocksPackage {
2482 pname = "magick";
2483 version = "1.6.0-1";
2484 knownRockspec = (fetchurl {
2485 url = "mirror://luarocks/magick-1.6.0-1.rockspec";
2486 sha256 = "1pg150xsxnqvlhxpiy17s9hm4dkc84v46mlwi9rhriynqz8qks9w";
2487 }).outPath;
2488 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2489 "url": "https://github.com/leafo/magick.git",
2490 "rev": "6971fa700c4d392130492a3925344b51c7cc54aa",
2491 "date": "2022-03-10T20:02:11-08:00",
2492 "path": "/nix/store/fpl99q09zg3qnk4kagxk1djabl1dm47l-magick",
2493 "sha256": "01b9qsz27f929rz5z7vapqhazxak74sichdwkjwb219nlhrwfncm",
2494 "hash": "sha256-lVnHM6Q2BbG4nLxBFjU5U/WvIL5qn19+TiK5I77GaQU=",
2495 "fetchLFS": false,
2496 "fetchSubmodules": true,
2497 "deepClone": false,
2498 "leaveDotGit": false
2499}
2500 '') ["date" "path" "sha256"]) ;
2501
2502 disabled = (lua.luaversion != "5.1");
2503 propagatedBuildInputs = [ lua ];
2504
2505 meta = {
2506 homepage = "https://github.com/leafo/magick.git";
2507 description = "Lua bindings to ImageMagick & GraphicsMagick for LuaJIT using FFI";
2508 maintainers = with lib.maintainers; [ donovanglover ];
2509 license.fullName = "MIT";
2510 };
2511}) {};
2512
2513markdown = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaAtLeast, luaOlder }:
2514buildLuarocksPackage {
2515 pname = "markdown";
2516 version = "0.33-1";
2517 knownRockspec = (fetchurl {
2518 url = "mirror://luarocks/markdown-0.33-1.rockspec";
2519 sha256 = "02sixijfi6av8h59kx3ngrhygjn2sx1c85c0qfy20gxiz72wi1pl";
2520 }).outPath;
2521 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2522 "url": "https://github.com/mpeterv/markdown",
2523 "rev": "8c09109924b218aaecbfd4d4b1de538269c4d765",
2524 "date": "2015-09-27T17:49:28+03:00",
2525 "path": "/nix/store/akl80hh077hm20bdqj1lksy0fn2285b5-markdown",
2526 "sha256": "019bk2qprszqncnm8zy6ns6709iq1nwkf7i86nr38f035j4lc11y",
2527 "hash": "sha256-PgRGiSwDODSyNSgeN7kNOCZwjLbGf1Qts/jrfLGYKwU=",
2528 "fetchLFS": false,
2529 "fetchSubmodules": true,
2530 "deepClone": false,
2531 "leaveDotGit": false
2532}
2533 '') ["date" "path" "sha256"]) ;
2534
2535 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
2536 propagatedBuildInputs = [ lua ];
2537
2538 meta = {
2539 homepage = "https://github.com/mpeterv/markdown";
2540 description = "Markdown text-to-html markup system.";
2541 license.fullName = "MIT/X11";
2542 };
2543}) {};
2544
2545mediator_lua = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
2546buildLuarocksPackage {
2547 pname = "mediator_lua";
2548 version = "1.1.2-0";
2549 knownRockspec = (fetchurl {
2550 url = "mirror://luarocks/mediator_lua-1.1.2-0.rockspec";
2551 sha256 = "0frzvf7i256260a1s8xh92crwa2m42972qxfq29zl05aw3pyn7bm";
2552 }).outPath;
2553 src = fetchurl {
2554 url = "https://github.com/Olivine-Labs/mediator_lua/archive/v1.1.2-0.tar.gz";
2555 sha256 = "16zzzhiy3y35v8advmlkzpryzxv5vji7727vwkly86q8sagqbxgs";
2556 };
2557
2558 disabled = (luaOlder "5.1");
2559 propagatedBuildInputs = [ lua ];
2560
2561 meta = {
2562 homepage = "http://olivinelabs.com/mediator_lua/";
2563 description = "Event handling through channels";
2564 license.fullName = "MIT <http://opensource.org/licenses/MIT>";
2565 };
2566}) {};
2567
2568middleclass = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
2569buildLuarocksPackage {
2570 pname = "middleclass";
2571 version = "4.1.1-0";
2572 knownRockspec = (fetchurl {
2573 url = "mirror://luarocks/middleclass-4.1.1-0.rockspec";
2574 sha256 = "10xzs48lr1dy7cx99581r956gl16px0a9gbdlfar41n19r96mhb1";
2575 }).outPath;
2576 src = fetchurl {
2577 url = "https://github.com/kikito/middleclass/archive/v4.1.1.tar.gz";
2578 sha256 = "11ahv0b9wgqfnabv57rb7ilsvn2vcvxb1czq6faqrsqylvr5l7nh";
2579 };
2580
2581 disabled = (luaOlder "5.1");
2582 propagatedBuildInputs = [ lua ];
2583
2584 meta = {
2585 homepage = "https://github.com/kikito/middleclass";
2586 description = "A simple OOP library for Lua";
2587 license.fullName = "MIT";
2588 };
2589}) {};
2590
2591moonscript = callPackage({ argparse, buildLuarocksPackage, fetchgit, lpeg, lua, luaOlder, luafilesystem }:
2592buildLuarocksPackage {
2593 pname = "moonscript";
2594 version = "dev-1";
2595
2596 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2597 "url": "https://github.com/leafo/moonscript.git",
2598 "rev": "fbd8ad48737651114a3d3a672b9f8f8b3a7022b7",
2599 "date": "2023-06-23T09:33:37-07:00",
2600 "path": "/nix/store/sy1dkcfp3rg7lvazba36sivpk0bs12r5-moonscript",
2601 "sha256": "02w6lp5kid73dcd5x71666my7413l05ak0xvva6hp8ixbn6qraqn",
2602 "hash": "sha256-FquMjV09oguN2ruDqQqgI5DjqzEmnF4aa+O0OMulhgs=",
2603 "fetchLFS": false,
2604 "fetchSubmodules": true,
2605 "deepClone": false,
2606 "leaveDotGit": false
2607}
2608 '') ["date" "path" "sha256"]) ;
2609
2610 disabled = (luaOlder "5.1");
2611 propagatedBuildInputs = [ argparse lpeg lua luafilesystem ];
2612
2613 meta = {
2614 homepage = "http://moonscript.org";
2615 description = "A programmer friendly language that compiles to Lua";
2616 maintainers = with lib.maintainers; [ arobyn ];
2617 license.fullName = "MIT";
2618 };
2619}) {};
2620
2621mpack = callPackage({ buildLuarocksPackage, fetchurl }:
2622buildLuarocksPackage {
2623 pname = "mpack";
2624 version = "1.0.11-0";
2625 knownRockspec = (fetchurl {
2626 url = "mirror://luarocks/mpack-1.0.11-0.rockspec";
2627 sha256 = "0alydkccamxldij7ki42imd37630d9qnqg22pndcgkawfclfqzqa";
2628 }).outPath;
2629 src = fetchurl {
2630 url = "https://github.com/libmpack/libmpack-lua/releases/download/1.0.11/libmpack-lua-1.0.11.tar.gz";
2631 sha256 = "15np7603rijavycvrjgjp12y64zs36390lg2hsnr5av790cfrnd2";
2632 };
2633
2634
2635 meta = {
2636 homepage = "https://github.com/libmpack/libmpack-lua";
2637 description = "Lua binding to libmpack";
2638 license.fullName = "MIT";
2639 };
2640}) {};
2641
2642nui-nvim = callPackage({ buildLuarocksPackage, fetchgit, fetchurl }:
2643buildLuarocksPackage {
2644 pname = "nui.nvim";
2645 version = "0.2.0-1";
2646 knownRockspec = (fetchurl {
2647 url = "mirror://luarocks/nui.nvim-0.2.0-1.rockspec";
2648 sha256 = "0v2z6lgl6hrzcjlzhis8nrkdkh9kvx8zg3q5svi5gyklg7vmcbc2";
2649 }).outPath;
2650 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2651 "url": "https://github.com/MunifTanjim/nui.nvim.git",
2652 "rev": "9e3916e784660f55f47daa6f26053ad044db5d6a",
2653 "date": "2023-07-20T10:45:09+06:00",
2654 "path": "/nix/store/8zdhjgipjjhi9b1y40r2yk5np4lp39as-nui.nvim",
2655 "sha256": "14a73dwl56kah9h36b40ir6iylvfs261ysz17qvi9vhp63vjq9cx",
2656 "hash": "sha256-nSUs9zAX7hQ3PuFrH4zQblMfTY6ALDNggmqaQnkbR5E=",
2657 "fetchLFS": false,
2658 "fetchSubmodules": true,
2659 "deepClone": false,
2660 "leaveDotGit": false
2661}
2662 '') ["date" "path" "sha256"]) ;
2663
2664
2665 meta = {
2666 homepage = "https://github.com/MunifTanjim/nui.nvim";
2667 description = "UI Component Library for Neovim.";
2668 maintainers = with lib.maintainers; [ mrcjkb ];
2669 license.fullName = "MIT";
2670 };
2671}) {};
2672
2673nvim-client = callPackage({ buildLuarocksPackage, coxpcall, fetchurl, lua, luaOlder, luv, mpack }:
2674buildLuarocksPackage {
2675 pname = "nvim-client";
2676 version = "0.2.4-1";
2677
2678 src = fetchurl {
2679 url = "https://github.com/neovim/lua-client/archive/0.2.4-1.tar.gz";
2680 sha256 = "0sk1lmj0r7pyj9k3p6n0wqjbd95br44ansz0ck3amp6ql8f9kprf";
2681 };
2682
2683 disabled = (luaOlder "5.1");
2684 propagatedBuildInputs = [ coxpcall lua luv mpack ];
2685
2686 meta = {
2687 homepage = "https://github.com/neovim/lua-client";
2688 description = "Lua client to Nvim";
2689 license.fullName = "Apache";
2690 };
2691}) {};
2692
2693nvim-cmp = callPackage({ buildLuarocksPackage, fetchgit, lua, luaAtLeast, luaOlder }:
2694buildLuarocksPackage {
2695 pname = "nvim-cmp";
2696 version = "scm-1";
2697
2698 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2699 "url": "https://github.com/hrsh7th/nvim-cmp",
2700 "rev": "5dce1b778b85c717f6614e3f4da45e9f19f54435",
2701 "date": "2023-08-26T15:31:42+00:00",
2702 "path": "/nix/store/lvpzc5q7mv66knxh1igvzkrcwkpg8l8q-nvim-cmp",
2703 "sha256": "1yl5b680p6vhk1741riiwjnw7a4wn0nimjvcab0ij6mx3kf28rsq",
2704 "hash": "sha256-WGck3By9GhnBUmzLGi2wnKjDreQx5kBOmHCbC5BZhfo=",
2705 "fetchLFS": false,
2706 "fetchSubmodules": true,
2707 "deepClone": false,
2708 "leaveDotGit": false
2709}
2710 '') ["date" "path" "sha256"]) ;
2711
2712 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
2713 propagatedBuildInputs = [ lua ];
2714
2715 meta = {
2716 homepage = "https://github.com/hrsh7th/nvim-cmp";
2717 description = "A completion plugin for neovim";
2718 license.fullName = "MIT";
2719 };
2720}) {};
2721
2722penlight = callPackage({ buildLuarocksPackage, fetchgit, lua, luaOlder, luafilesystem }:
2723buildLuarocksPackage {
2724 pname = "penlight";
2725 version = "dev-1";
2726
2727 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2728 "url": "https://github.com/lunarmodules/penlight.git",
2729 "rev": "dc6d19c5c1e1b4ac55b14df17b7645af6b410140",
2730 "date": "2023-09-21T10:51:09+02:00",
2731 "path": "/nix/store/vbi0d32mbaqcra3jligv8ajq17m1wxa4-penlight",
2732 "sha256": "12ppgby8ldh4zxwcr7cknacbdvk30fi92sgyzh1zbgvym4l44g0c",
2733 "hash": "sha256-DDxCKKl+v/UD/P5pkaIDY+62mLKTncx4/wQ2ivx694o=",
2734 "fetchLFS": false,
2735 "fetchSubmodules": true,
2736 "deepClone": false,
2737 "leaveDotGit": false
2738}
2739 '') ["date" "path" "sha256"]) ;
2740
2741 disabled = (luaOlder "5.1");
2742 propagatedBuildInputs = [ lua luafilesystem ];
2743
2744 meta = {
2745 homepage = "https://lunarmodules.github.io/penlight";
2746 description = "Lua utility libraries loosely based on the Python standard libraries";
2747 maintainers = with lib.maintainers; [ alerque ];
2748 license.fullName = "MIT/X11";
2749 };
2750}) {};
2751
2752plenary-nvim = callPackage({ buildLuarocksPackage, fetchgit, lua, luaAtLeast, luaOlder, luassert }:
2753buildLuarocksPackage {
2754 pname = "plenary.nvim";
2755 version = "scm-1";
2756
2757 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2758 "url": "https://github.com/nvim-lua/plenary.nvim",
2759 "rev": "50012918b2fc8357b87cff2a7f7f0446e47da174",
2760 "date": "2023-10-11T15:43:47+02:00",
2761 "path": "/nix/store/jsgaq274w8pbl4pnmpii3izxafpl346g-plenary.nvim",
2762 "sha256": "1sn7vpsbwpyndsjyxb4af8fvz4sfhlbavvw6jjsv3h18sdvkh7nd",
2763 "hash": "sha256-zR44d9MowLG1lIbvrRaFTpO/HXKKrO6lbtZfvvTdx+o=",
2764 "fetchLFS": false,
2765 "fetchSubmodules": true,
2766 "deepClone": false,
2767 "leaveDotGit": false
2768}
2769 '') ["date" "path" "sha256"]) ;
2770
2771 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
2772 propagatedBuildInputs = [ lua luassert ];
2773
2774 meta = {
2775 homepage = "http://github.com/nvim-lua/plenary.nvim";
2776 description = "lua functions you don't want to write ";
2777 license.fullName = "MIT/X11";
2778 };
2779}) {};
2780
2781rapidjson = callPackage({ buildLuarocksPackage, fetchgit, lua, luaOlder }:
2782buildLuarocksPackage {
2783 pname = "rapidjson";
2784 version = "0.7.1-1";
2785
2786 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2787 "url": "https://github.com/xpol/lua-rapidjson",
2788 "rev": "242b40c8eaceb0cc43bcab88309736461cac1234",
2789 "date": "2021-04-09T19:59:20+08:00",
2790 "path": "/nix/store/65l71ph27pmipgrq8j4whg6n8h2avvs4-lua-rapidjson",
2791 "sha256": "1a6srvximxlh6gjkaj5y86d1kf06pc4gby2r6wpdw2pdac8k7xyb",
2792 "hash": "sha256-y/czEVPtCt4uN1n49Qi7BrgZmkG+SDXlM5D2GvvO2qg=",
2793 "fetchLFS": false,
2794 "fetchSubmodules": true,
2795 "deepClone": false,
2796 "leaveDotGit": false
2797}
2798 '') ["date" "path" "sha256"]) ;
2799
2800 disabled = (luaOlder "5.1");
2801 propagatedBuildInputs = [ lua ];
2802
2803 meta = {
2804 homepage = "https://github.com/xpol/lua-rapidjson";
2805 description = "Json module based on the very fast RapidJSON.";
2806 license.fullName = "MIT";
2807 };
2808}) {};
2809
2810rest-nvim = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua, luaOlder }:
2811buildLuarocksPackage {
2812 pname = "rest.nvim";
2813 version = "0.2-1";
2814 knownRockspec = (fetchurl {
2815 url = "mirror://luarocks/rest.nvim-0.2-1.rockspec";
2816 sha256 = "1yq8gx585c10j8kybp20swyv9q0i3lm5k0rrv4bgsbwz3ychn0k1";
2817 }).outPath;
2818 src = fetchzip {
2819 url = "https://github.com/rest-nvim/rest.nvim/archive/0.2.zip";
2820 sha256 = "0ycjrrl37z465p71bdkas3q2ky1jmgr2cjnirnskdc6wz14wl09g";
2821 };
2822
2823 disabled = (luaOlder "5.1");
2824 propagatedBuildInputs = [ lua ];
2825
2826 meta = {
2827 homepage = "https://github.com/rest-nvim/rest.nvim";
2828 description = "A fast Neovim http client written in Lua";
2829 maintainers = with lib.maintainers; [ teto ];
2830 license.fullName = "MIT";
2831 };
2832}) {};
2833
2834rustaceanvim = callPackage({ lua, luaOlder, buildLuarocksPackage, fetchzip }:
2835buildLuarocksPackage {
2836 pname = "rustaceanvim";
2837 version = "3.0.0-1";
2838 knownRockspec = (fetchurl {
2839 url = "mirror://luarocks/rustaceanvim-3.0.0-1.rockspec";
2840 sha256 = "1v1k08spq3zalgya6q3qny6zpwhn0nb5nl5dn0rkcvnc4imvnyfy";
2841 }).outPath;
2842 src = fetchzip {
2843 url = "https://github.com/mrcjkb/rustaceanvim/archive/3.0.0.zip";
2844 sha256 = "1prpklbijr7p890nflr9jixf955dlp3ph9zl2rq3xxyl20ncyqbk";
2845 };
2846
2847 disabled = (luaOlder "5.1");
2848 propagatedBuildInputs = [ lua ];
2849
2850 meta = {
2851 homepage = "https://github.com/mrcjkb/rustaceanvim";
2852 description = "Supercharge your Rust experience in Neovim! A heavily modified fork of rust-tools.nvim";
2853 maintainers = with lib.maintainers; [ mrcjkb ];
2854 license.fullName = "GPL-2.0";
2855 };
2856}) {};
2857
2858say = callPackage({ buildLuarocksPackage, fetchgit, lua, luaOlder }:
2859buildLuarocksPackage {
2860 pname = "say";
2861 version = "scm-1";
2862
2863 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2864 "url": "https://github.com/lunarmodules/say.git",
2865 "rev": "3e1f783d0aa496eb21d16e85b2235335cb9332df",
2866 "date": "2023-08-13T02:37:27+03:00",
2867 "path": "/nix/store/5biavac0k8z0xg4rr3bm8z3kdi8mm8c0-say",
2868 "sha256": "04dkf0av6n71vmz0h86i5brklvaf9p91lkldn1xldpdr0qqs0x63",
2869 "hash": "sha256-w3SgMQa53UZ7sI1OGtJNTm068yrRIAh+3eFYsxVwsxE=",
2870 "fetchLFS": false,
2871 "fetchSubmodules": true,
2872 "deepClone": false,
2873 "leaveDotGit": false
2874}
2875 '') ["date" "path" "sha256"]) ;
2876
2877 disabled = (luaOlder "5.1");
2878 propagatedBuildInputs = [ lua ];
2879
2880 meta = {
2881 homepage = "https://lunarmodules.github.io/say";
2882 description = "Lua string hashing/indexing library";
2883 license.fullName = "MIT";
2884 };
2885}) {};
2886
2887serpent = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaAtLeast, luaOlder }:
2888buildLuarocksPackage {
2889 pname = "serpent";
2890 version = "0.30-2";
2891 knownRockspec = (fetchurl {
2892 url = "mirror://luarocks/serpent-0.30-2.rockspec";
2893 sha256 = "0v83lr9ars1n0djbh7np8jjqdhhaw0pdy2nkcqzqrhv27rzv494n";
2894 }).outPath;
2895 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2896 "url": "https://github.com/pkulchenko/serpent",
2897 "rev": "d78683597606c6e13a1fed039bc91d86eb8f600f",
2898 "date": "2017-09-01T21:35:14-07:00",
2899 "path": "/nix/store/z6df44n3p07n4bia7s514vgngbkbpnap-serpent",
2900 "sha256": "0q80yfrgqgr01qprf0hrp284ngb7fbcq1v9rbzmdkhbm9lpgy8v8",
2901 "hash": "sha256-aCP/Lk11wdnqXzntgNlyZz1LkLgZApcvDiA//LLzAGE=",
2902 "fetchLFS": false,
2903 "fetchSubmodules": true,
2904 "deepClone": false,
2905 "leaveDotGit": false
2906}
2907 '') ["date" "path" "sha256"]) ;
2908
2909 disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
2910 propagatedBuildInputs = [ lua ];
2911
2912 meta = {
2913 homepage = "https://github.com/pkulchenko/serpent";
2914 description = "Lua serializer and pretty printer";
2915 maintainers = with lib.maintainers; [ lockejan ];
2916 license.fullName = "MIT";
2917 };
2918}) {};
2919
2920sqlite = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, luv }:
2921buildLuarocksPackage {
2922 pname = "sqlite";
2923 version = "v1.2.2-0";
2924 knownRockspec = (fetchurl {
2925 url = "mirror://luarocks/sqlite-v1.2.2-0.rockspec";
2926 sha256 = "0jxsl9lpxsbzc6s5bwmh27mglkqz1299lz68vfxayvailwl3xbxm";
2927 }).outPath;
2928 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2929 "url": "https://github.com/tami5/sqlite.lua.git",
2930 "rev": "6c00ab414dc1b69621b145908c582b747f24b46e",
2931 "date": "2022-06-17T15:57:13+03:00",
2932 "path": "/nix/store/637s46bsvsxfnzmy6ygig3y0vqmf3r8p-sqlite.lua",
2933 "sha256": "0ckifx6xxrannn9szacgiiqjsp4rswghxscdl3s411dhas8djj1m",
2934 "hash": "sha256-NUjZkFawhUD0oI3pDh/XmVwtcYyPqa+TtVbl3k13cTI=",
2935 "fetchLFS": false,
2936 "fetchSubmodules": true,
2937 "deepClone": false,
2938 "leaveDotGit": false
2939}
2940 '') ["date" "path" "sha256"]) ;
2941
2942 propagatedBuildInputs = [ luv ];
2943
2944 meta = {
2945 homepage = "https://github.com/tami5/sqlite.lua";
2946 description = "SQLite/LuaJIT binding and a highly opinionated wrapper for storing, retrieving, caching, and persisting [SQLite] databases";
2947 license.fullName = "MIT";
2948 };
2949}) {};
2950
2951std-_debug = callPackage({ buildLuarocksPackage, fetchgit, lua, luaAtLeast, luaOlder }:
2952buildLuarocksPackage {
2953 pname = "std._debug";
2954 version = "git-1";
2955
2956 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2957 "url": "https://github.com/lua-stdlib/_debug.git",
2958 "rev": "8b80b14bbbe7259a47c160176546bb152bb2d6f1",
2959 "date": "2023-01-31T16:39:35-07:00",
2960 "path": "/nix/store/i24iz2hvnjp18iz9z8kljsy9iv17m2zl-_debug",
2961 "sha256": "07z5lz3gy8wzzks79r3v68vckj42i3sybhfmqx7h2s58ld2kn5fd",
2962 "hash": "sha256-zRU7RaOoaAFPx9XB5fWIgsjJNjJ75HT0/J8j/8an5R8=",
2963 "fetchLFS": false,
2964 "fetchSubmodules": true,
2965 "deepClone": false,
2966 "leaveDotGit": false
2967}
2968 '') ["date" "path" "sha256"]) ;
2969
2970 disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
2971 propagatedBuildInputs = [ lua ];
2972
2973 meta = {
2974 homepage = "http://lua-stdlib.github.io/_debug";
2975 description = "Debug Hints Library";
2976 license.fullName = "MIT/X11";
2977 };
2978}) {};
2979
2980std-normalize = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua, luaAtLeast, luaOlder, std-_debug }:
2981buildLuarocksPackage {
2982 pname = "std.normalize";
2983 version = "2.0.3-1";
2984 knownRockspec = (fetchurl {
2985 url = "mirror://luarocks/std.normalize-2.0.3-1.rockspec";
2986 sha256 = "1l83ikiaw4dch2r69cxpl93b9d4wf54vbjb6fcggnkxxgm0amj3a";
2987 }).outPath;
2988 src = fetchzip {
2989 url = "http://github.com/lua-stdlib/normalize/archive/v2.0.3.zip";
2990 sha256 = "1gyywglxd2y7ck3hk8ap73w0x7hf9irpg6vgs8yc6k9k4c5g3fgi";
2991 };
2992
2993 disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
2994 propagatedBuildInputs = [ lua std-_debug ];
2995
2996 meta = {
2997 homepage = "https://lua-stdlib.github.io/normalize";
2998 description = "Normalized Lua Functions";
2999 license.fullName = "MIT/X11";
3000 };
3001}) {};
3002
3003stdlib = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua, luaAtLeast, luaOlder }:
3004buildLuarocksPackage {
3005 pname = "stdlib";
3006 version = "41.2.2-1";
3007 knownRockspec = (fetchurl {
3008 url = "mirror://luarocks/stdlib-41.2.2-1.rockspec";
3009 sha256 = "0rscb4cm8s8bb8fk8rknc269y7bjqpslspsaxgs91i8bvabja6f6";
3010 }).outPath;
3011 src = fetchzip {
3012 url = "http://github.com/lua-stdlib/lua-stdlib/archive/release-v41.2.2.zip";
3013 sha256 = "0ry6k0wh4vyar1z68s0qmqzkdkfn9lcznsl8av7x78qz6l16wfw4";
3014 };
3015
3016 disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
3017 propagatedBuildInputs = [ lua ];
3018
3019 meta = {
3020 homepage = "http://lua-stdlib.github.io/lua-stdlib";
3021 description = "General Lua Libraries";
3022 maintainers = with lib.maintainers; [ vyp ];
3023 license.fullName = "MIT/X11";
3024 };
3025}) {};
3026
3027teal-language-server = callPackage({ buildLuarocksPackage, cyan, dkjson, fetchgit, fetchurl, luafilesystem }:
3028buildLuarocksPackage {
3029 pname = "teal-language-server";
3030 version = "dev-1";
3031 knownRockspec = (fetchurl {
3032 url = "mirror://luarocks/teal-language-server-dev-1.rockspec";
3033 sha256 = "01l44c6bknz7ff9xqgich31hlb0yk4ms5k1hs4rhm3cs95s5vlzc";
3034 }).outPath;
3035 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
3036 "url": "https://git@github.com/teal-language/teal-language-server.git",
3037 "rev": "67b5d7cad60b9df472851a2c61591f2aab97da47",
3038 "date": "2022-12-21T20:33:53-06:00",
3039 "path": "/nix/store/qyaz38njm8qgyfxca6m6f8i4lkfcfdb0-teal-language-server",
3040 "sha256": "12nqarykmdvxxci9l6gq2yhn4pjzzqlxyrl2c8svb97hka68wjvx",
3041 "hash": "sha256-fUuOjJrwpLU1YoJm3yn+X15ioRf4GZoi6323On1W2Io=",
3042 "fetchLFS": false,
3043 "fetchSubmodules": true,
3044 "deepClone": false,
3045 "leaveDotGit": false
3046}
3047 '') ["date" "path" "sha256"]) ;
3048
3049 propagatedBuildInputs = [ cyan dkjson luafilesystem ];
3050
3051 meta = {
3052 homepage = "https://github.com/teal-language/teal-language-server";
3053 description = "A language server for the Teal language";
3054 license.fullName = "MIT";
3055 };
3056}) {};
3057
3058telescope-manix = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua, luaOlder, telescope-nvim }:
3059buildLuarocksPackage {
3060 pname = "telescope-manix";
3061 version = "0.5.0-1";
3062 knownRockspec = (fetchurl {
3063 url = "mirror://luarocks/telescope-manix-0.5.0-1.rockspec";
3064 sha256 = "0i5q9sr0vn0w6yqg530jx2fx52k9jr7rss4ibl49f1x3wv6sckv1";
3065 }).outPath;
3066 src = fetchzip {
3067 url = "https://github.com/mrcjkb/telescope-manix/archive/0.5.0.zip";
3068 sha256 = "093vkh822ycnc1pri3zmzzqnz235xxam3z1l67zyyqlc1apbarax";
3069 };
3070
3071 disabled = (luaOlder "5.1");
3072 propagatedBuildInputs = [ lua telescope-nvim ];
3073
3074 meta = {
3075 homepage = "https://github.com/mrcjkb/telescope-manix";
3076 description = "A telescope.nvim extension for Manix - A fast documentation searcher for Nix";
3077 license.fullName = "GPL-2.0";
3078 };
3079}) {};
3080
3081telescope-nvim = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, plenary-nvim }:
3082buildLuarocksPackage {
3083 pname = "telescope.nvim";
3084 version = "scm-1";
3085 knownRockspec = (fetchurl {
3086 url = "mirror://luarocks/telescope.nvim-scm-1.rockspec";
3087 sha256 = "07mjkv1nv9b3ifxk2bbpbhvp0awblyklyz6aaqw418x4gm4q1g35";
3088 }).outPath;
3089 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
3090 "url": "https://github.com/nvim-telescope/telescope.nvim",
3091 "rev": "74ce793a60759e3db0d265174f137fb627430355",
3092 "date": "2023-10-11T12:29:23+02:00",
3093 "path": "/nix/store/7k50qqgamc2ldxdf54jqs8sy8m8vcfzr-telescope.nvim",
3094 "sha256": "1m4v097y8ypjm572k1qqii3z56w4x1dsjxd6gp0z24xqyvd4kpa4",
3095 "hash": "sha256-RN1J2va4E/HBfaZ1qVvohJvyR4wYhylOqfJ65E8Cm9Q=",
3096 "fetchLFS": false,
3097 "fetchSubmodules": true,
3098 "deepClone": false,
3099 "leaveDotGit": false
3100}
3101 '') ["date" "path" "sha256"]) ;
3102
3103 disabled = (lua.luaversion != "5.1");
3104 propagatedBuildInputs = [ lua plenary-nvim ];
3105
3106 meta = {
3107 homepage = "https://github.com/nvim-telescope/telescope.nvim";
3108 description = "Find, Filter, Preview, Pick. All lua, all the time.";
3109 license.fullName = "MIT";
3110 };
3111}) {};
3112
3113tl = callPackage({ argparse, buildLuarocksPackage, compat53, fetchgit, fetchurl, luafilesystem }:
3114buildLuarocksPackage {
3115 pname = "tl";
3116 version = "0.15.2-1";
3117 knownRockspec = (fetchurl {
3118 url = "mirror://luarocks/tl-0.15.2-1.rockspec";
3119 sha256 = "1qisdflgikry0jdqvnzdcqib2svbafp10n0gfwm3fcrzqsdxy0xr";
3120 }).outPath;
3121 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
3122 "url": "https://github.com/teal-language/tl",
3123 "rev": "d2fc36b5ff9a52d7265e63eb74cce70fd1cdbcb2",
3124 "date": "2023-04-27T11:28:21-03:00",
3125 "path": "/nix/store/ramhj3a29lrn0bblbgyxn4712a7caq8k-tl",
3126 "sha256": "1dgldi9pgg23iz3xis4i43bnvkwirh7kkycmr5xp75s2cc85zhg0",
3127 "hash": "sha256-4MFfEGNCl3N7yZX5OQ/Mkc9t1yCR6NjHj0O8d1Ns9LU=",
3128 "fetchLFS": false,
3129 "fetchSubmodules": true,
3130 "deepClone": false,
3131 "leaveDotGit": false
3132}
3133 '') ["date" "path" "sha256"]) ;
3134
3135 propagatedBuildInputs = [ argparse compat53 luafilesystem ];
3136
3137 meta = {
3138 homepage = "https://github.com/teal-language/tl";
3139 description = "Teal, a typed dialect of Lua";
3140 maintainers = with lib.maintainers; [ mephistophiles ];
3141 license.fullName = "MIT";
3142 };
3143}) {};
3144
3145toml = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
3146buildLuarocksPackage {
3147 pname = "toml";
3148 version = "0.3.0-0";
3149 knownRockspec = (fetchurl {
3150 url = "mirror://luarocks/toml-0.3.0-0.rockspec";
3151 sha256 = "0y4qdzsvf4xwnr49xcpbqclrq9d6snv83cbdkrchl0cn4cx6zpxy";
3152 }).outPath;
3153 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
3154 "url": "https://github.com/LebJe/toml.lua.git",
3155 "rev": "319e9accf8c5cedf68795354ba81e54c817d1277",
3156 "date": "2023-02-19T23:00:49-05:00",
3157 "path": "/nix/store/p6a98sqp9a4jwsw6ghqcwpn9lxmhvkdg-toml.lua",
3158 "sha256": "05p33bq0ajl41vbsw9bx73shpf0p11n5gb6yy8asvp93zh2m51hq",
3159 "hash": "sha256-GIZSBfwj3a0V8t6sV2wIF7gL9Th9Ja7XDoRKBfAa4xY=",
3160 "fetchLFS": false,
3161 "fetchSubmodules": true,
3162 "deepClone": false,
3163 "leaveDotGit": false
3164}
3165 '') ["date" "path" "sha256"]) ;
3166
3167 disabled = (luaOlder "5.1");
3168 propagatedBuildInputs = [ lua ];
3169
3170 meta = {
3171 homepage = "https://github.com/LebJe/toml.lua";
3172 description = "TOML v1.0.0 parser and serializer for Lua. Powered by toml++.";
3173 maintainers = with lib.maintainers; [ mrcjkb ];
3174 license.fullName = "MIT";
3175 };
3176}) {};
3177
3178toml-edit = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder, luarocks-build-rust-mlua }:
3179buildLuarocksPackage {
3180 pname = "toml-edit";
3181 version = "0.1.4-1";
3182 knownRockspec = (fetchurl {
3183 url = "mirror://luarocks/toml-edit-0.1.4-1.rockspec";
3184 sha256 = "05bcc1xafcspdf1rcka9bhg7b6z617b4jrcahs1r7grcp78w89vf";
3185 }).outPath;
3186 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
3187 "url": "https://github.com/vhyrro/toml-edit.lua",
3188 "rev": "f6efdab4ca6fab276f172060971781dc42a94f2d",
3189 "date": "2023-10-02T16:54:10+02:00",
3190 "path": "/nix/store/p1368agmqg4jwb1qvf2iff3fdrq9vkdj-toml-edit.lua",
3191 "sha256": "1aa8znjnmm84392gnl7w0hm069xfv7niym3i8my7kyk0vdgxja06",
3192 "hash": "sha256-BijZX9tg+nl8RXFUH+3ZricDKgT8UPtEGgTVaqX9SKk=",
3193 "fetchLFS": false,
3194 "fetchSubmodules": true,
3195 "deepClone": false,
3196 "leaveDotGit": false
3197}
3198 '') ["date" "path" "sha256"]) ;
3199
3200 disabled = (luaOlder "5.1");
3201 propagatedBuildInputs = [ lua luarocks-build-rust-mlua ];
3202
3203 meta = {
3204 homepage = "https://github.com/vhyrro/toml-edit.lua";
3205 description = "TOML Parser + Formatting and Comment-Preserving Editor";
3206 maintainers = with lib.maintainers; [ mrcjkb ];
3207 license.fullName = "MIT";
3208 };
3209}) {};
3210
3211vstruct = callPackage({ buildLuarocksPackage, fetchgit, lua, luaOlder }:
3212buildLuarocksPackage {
3213 pname = "vstruct";
3214 version = "2.1.1-1";
3215
3216 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
3217 "url": "https://github.com/ToxicFrog/vstruct.git",
3218 "rev": "924d3dd63043189e4a7ef6b1b54b19208054cc0f",
3219 "date": "2020-05-06T23:13:06-04:00",
3220 "path": "/nix/store/a4i9k5hx9xiz38bij4hb505dg088jkss-vstruct",
3221 "sha256": "0sl9v874mckhh6jbxsan48s5xajzx193k4qlphw69sdbf8kr3p57",
3222 "hash": "sha256-p9yRJ3Kr6WQ4vBSTOVLoX6peNCJW6b6kgXCySg7aiWo=",
3223 "fetchLFS": false,
3224 "fetchSubmodules": true,
3225 "deepClone": false,
3226 "leaveDotGit": false
3227}
3228 '') ["date" "path" "sha256"]) ;
3229
3230 disabled = (luaOlder "5.1");
3231 propagatedBuildInputs = [ lua ];
3232
3233 meta = {
3234 homepage = "https://github.com/ToxicFrog/vstruct";
3235 description = "Lua library to manipulate binary data";
3236 };
3237}) {};
3238
3239vusted = callPackage({ buildLuarocksPackage, busted, fetchgit, fetchurl }:
3240buildLuarocksPackage {
3241 pname = "vusted";
3242 version = "2.3.1-1";
3243 knownRockspec = (fetchurl {
3244 url = "mirror://luarocks/vusted-2.3.1-1.rockspec";
3245 sha256 = "03h7l12xk43rql9vxb5nzfimx9srwaazx2r3j2zm1ba2qz06h0qc";
3246 }).outPath;
3247 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
3248 "url": "https://github.com/notomo/vusted.git",
3249 "rev": "2bc6818a756e47240d9284f1dfac21b011ca84ea",
3250 "date": "2023-10-09T11:47:28+09:00",
3251 "path": "/nix/store/jq2yl4adpnyilp3yyw161j1a29bwahqi-vusted",
3252 "sha256": "04lxc78n3h1qhby6b4k9x8hb1c3sgqdid71fsvyg4y6j7rb55a8z",
3253 "hash": "sha256-H6lSVj7SePL81i6cFht+erCwIOppkmX8gjjAYdFhnRI=",
3254 "fetchLFS": false,
3255 "fetchSubmodules": true,
3256 "deepClone": false,
3257 "leaveDotGit": false
3258}
3259 '') ["date" "path" "sha256"]) ;
3260
3261 propagatedBuildInputs = [ busted ];
3262
3263 meta = {
3264 homepage = "https://github.com/notomo/vusted";
3265 description = "`busted` wrapper for testing neovim plugin";
3266 maintainers = with lib.maintainers; [ figsoda ];
3267 license.fullName = "MIT <http://opensource.org/licenses/MIT>";
3268 };
3269}) {};
3270
3271
3272}
3273/* GENERATED - do not edit this file */