1 /* pkgs/development/lua-modules/generated-packages.nix is an auto-generated file -- DO NOT EDIT!
3 nixpkgs$ ./maintainers/scripts/update-luarocks-packages
5 You can customize the generated packages in pkgs/development/lua-modules/overrides.nix
8 { stdenv, lib, fetchurl, fetchgit, callPackage, ... }:
11 alt-getopt = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaAtLeast, luaOlder }:
12 buildLuarocksPackage {
15 knownRockspec = (fetchurl {
16 url = "mirror://luarocks/alt-getopt-0.8.0-1.rockspec";
17 sha256 = "17yxi1lsrbkmwzcn1x48x8758d7v1frsz1bmnpqfv4vfnlh0x210";
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=",
27 "fetchSubmodules": true,
31 '') ["date" "path" "sha256"]) ;
33 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
34 propagatedBuildInputs = [ lua ];
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";
44 argparse = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua, luaAtLeast, luaOlder }:
45 buildLuarocksPackage {
48 knownRockspec = (fetchurl {
49 url = "mirror://luarocks/argparse-0.7.1-1.rockspec";
50 sha256 = "116iaczq6glzzin6qqa2zn7i22hdyzzsq6mzjiqnz6x1qmi0hig8";
53 url = "https://github.com/luarocks/argparse/archive/0.7.1.zip";
54 sha256 = "0idg79d0dfis4qhbkbjlmddq87np75hb2vj41i6prjpvqacvg5v1";
57 disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
58 propagatedBuildInputs = [ lua ];
61 homepage = "https://github.com/luarocks/argparse";
62 description = "A feature-rich command-line argument parser";
63 license.fullName = "MIT";
67 basexx = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
68 buildLuarocksPackage {
71 knownRockspec = (fetchurl {
72 url = "mirror://luarocks/basexx-0.4.1-1.rockspec";
73 sha256 = "0kmydxm2wywl18cgj303apsx7hnfd68a9hx9yhq10fj7yfcxzv5f";
76 url = "https://github.com/aiq/basexx/archive/v0.4.1.tar.gz";
77 sha256 = "1rnz6xixxqwy0q6y2hi14rfid4w47h69gfi0rnlq24fz8q2b0qpz";
80 disabled = (luaOlder "5.1");
81 propagatedBuildInputs = [ lua ];
84 homepage = "https://github.com/aiq/basexx";
85 description = "A base2, base16, base32, base64 and base85 library for Lua";
86 license.fullName = "MIT";
90 binaryheap = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
91 buildLuarocksPackage {
94 knownRockspec = (fetchurl {
95 url = "mirror://luarocks/binaryheap-0.4-1.rockspec";
96 sha256 = "1ah37lhskmrb26by5ygs7jblx7qnf6mphgw8kwhw0yacvmkcbql4";
99 url = "https://github.com/Tieske/binaryheap.lua/archive/version_0v4.tar.gz";
100 sha256 = "0f5l4nb5s7dycbkgh3rrl7pf0npcf9k6m2gr2bsn09fjyb3bdc8h";
103 disabled = (luaOlder "5.1");
104 propagatedBuildInputs = [ lua ];
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";
114 bit32 = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
115 buildLuarocksPackage {
118 knownRockspec = (fetchurl {
119 url = "mirror://luarocks/bit32-5.3.0-1.rockspec";
120 sha256 = "1d6xdihpksrj5a3yvsvnmf3vfk15hj6f8n1rrs65m7adh87hc0yd";
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=",
130 "fetchSubmodules": true,
134 '') ["date" "path" "sha256"]) ;
136 disabled = (luaOlder "5.1");
137 propagatedBuildInputs = [ lua ];
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";
147 busted = callPackage({ buildLuarocksPackage, dkjson, fetchgit, fetchurl, lua, lua-term, luaOlder, lua_cliargs, luafilesystem, luassert, luasystem, mediator_lua, penlight, say }:
148 buildLuarocksPackage {
151 knownRockspec = (fetchurl {
152 url = "mirror://luarocks/busted-2.1.2-3.rockspec";
153 sha256 = "0ll8jzbpp6a9zdbbjglmq30jmx2zvr0rs83jgsjxmlfzzylkry8p";
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=",
163 "fetchSubmodules": true,
167 '') ["date" "path" "sha256"]) ;
169 disabled = (luaOlder "5.1");
170 propagatedBuildInputs = [ dkjson lua lua-term lua_cliargs luafilesystem luassert luasystem mediator_lua penlight say ];
173 homepage = "https://lunarmodules.github.io/busted/";
174 description = "Elegant Lua unit testing";
175 license.fullName = "MIT <http://opensource.org/licenses/MIT>";
179 cassowary = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder, penlight }:
180 buildLuarocksPackage {
183 knownRockspec = (fetchurl {
184 url = "mirror://luarocks/cassowary-2.3.2-1.rockspec";
185 sha256 = "0c6sflm8zpgbcdj47s3rd34h69h3nqcciaaqd1wdx5m0lwc3mii0";
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=",
195 "fetchSubmodules": true,
199 '') ["date" "path" "sha256"]) ;
201 disabled = (luaOlder "5.1");
202 propagatedBuildInputs = [ lua penlight ];
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";
212 cldr = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder, penlight }:
213 buildLuarocksPackage {
216 knownRockspec = (fetchurl {
217 url = "mirror://luarocks/cldr-0.3.0-0.rockspec";
218 sha256 = "1fnr8k713w21v7hc64s4w5lgcgnbphq3gm69pisc2s4wq2fkija1";
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=",
228 "fetchSubmodules": true,
232 '') ["date" "path" "sha256"]) ;
234 disabled = (luaOlder "5.1");
235 propagatedBuildInputs = [ lua penlight ];
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";
245 compat53 = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua, luaAtLeast, luaOlder }:
246 buildLuarocksPackage {
249 knownRockspec = (fetchurl {
250 url = "mirror://luarocks/compat53-0.7-1.rockspec";
251 sha256 = "1r7a3q1cjrcmdycrv2ikgl83irjhxs53sa88v2fdpr9aaamlb101";
254 url = "https://github.com/keplerproject/lua-compat-5.3/archive/v0.7.zip";
255 sha256 = "02a14nvn7aggg1yikj9h3dcf8aqjbxlws1bfvqbpfxv9d5phnrpz";
258 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
259 propagatedBuildInputs = [ lua ];
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";
269 cosmo = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lpeg }:
270 buildLuarocksPackage {
272 version = "16.06.04-1";
273 knownRockspec = (fetchurl {
274 url = "mirror://luarocks/cosmo-16.06.04-1.rockspec";
275 sha256 = "0ipv1hrlhvaz1myz6qxabq7b7kb3bz456cya3r292487a3g9h9pb";
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=",
285 "fetchSubmodules": true,
289 '') ["date" "path" "sha256"]) ;
291 propagatedBuildInputs = [ lpeg ];
294 homepage = "http://cosmo.luaforge.net";
295 description = "Safe templates for Lua";
296 maintainers = with lib.maintainers; [ marsam ];
297 license.fullName = "MIT/X11";
301 coxpcall = callPackage({ buildLuarocksPackage, fetchgit, fetchurl }:
302 buildLuarocksPackage {
304 version = "1.17.0-1";
305 knownRockspec = (fetchurl {
306 url = "mirror://luarocks/coxpcall-1.17.0-1.rockspec";
307 sha256 = "0mf0nggg4ajahy5y1q5zh2zx9rmgzw06572bxx6k8b736b8j7gca";
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=",
317 "fetchSubmodules": true,
321 '') ["date" "path" "sha256"]) ;
325 homepage = "http://keplerproject.github.io/coxpcall";
326 description = "Coroutine safe xpcall and pcall";
327 license.fullName = "MIT/X11";
331 cqueues = callPackage({ buildLuarocksPackage, fetchurl, lua }:
332 buildLuarocksPackage {
334 version = "20200726.52-0";
335 knownRockspec = (fetchurl {
336 url = "mirror://luarocks/cqueues-20200726.52-0.rockspec";
337 sha256 = "0w2kq9w0wda56k02rjmvmzccz6bc3mn70s9v7npjadh85i5zlhhp";
340 url = "https://github.com/wahern/cqueues/archive/rel-20200726.tar.gz";
341 sha256 = "0lhd02ag3r1sxr2hx847rdjkddm04l1vf5234v5cz9bd4kfjw4cy";
344 disabled = (lua.luaversion != "5.2");
345 propagatedBuildInputs = [ lua ];
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";
355 cyan = callPackage({ argparse, buildLuarocksPackage, fetchgit, fetchurl, luafilesystem, tl }:
356 buildLuarocksPackage {
359 knownRockspec = (fetchurl {
360 url = "mirror://luarocks/cyan-0.3.0-1.rockspec";
361 sha256 = "1bs5gwgdhibj2gm8y3810b0hh6s9n00fgij8nnjag9kpqrd80vsj";
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=",
371 "fetchSubmodules": true,
375 '') ["date" "path" "sha256"]) ;
377 propagatedBuildInputs = [ argparse luafilesystem tl ];
380 homepage = "https://github.com/teal-language/cyan";
381 description = "A build system for the Teal language";
382 license.fullName = "MIT";
386 digestif = callPackage({ buildLuarocksPackage, fetchgit, lpeg, lua, luaOlder, luafilesystem }:
387 buildLuarocksPackage {
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=",
399 "fetchSubmodules": true,
403 '') ["date" "path" "sha256"]) ;
405 disabled = (luaOlder "5.3");
406 propagatedBuildInputs = [ lpeg lua luafilesystem ];
409 homepage = "https://github.com/astoff/digestif/";
410 description = "A code analyzer for TeX";
411 license.fullName = "GPLv3+ and other free licenses";
415 dkjson = callPackage({ buildLuarocksPackage, fetchurl, lua, luaAtLeast, luaOlder }:
416 buildLuarocksPackage {
419 knownRockspec = (fetchurl {
420 url = "mirror://luarocks/dkjson-2.6-1.rockspec";
421 sha256 = "1hhmgz2nixqg23shfnl0kq6wxdadx36z6hhsrz33g7idbm6rbwm1";
424 url = "http://dkolf.de/src/dkjson-lua.fsl/tarball/dkjson-2.6.tar.gz?uuid=release_2_6";
425 sha256 = "0wwpdz20fvg5j36902892mnb99craf22697r6v7xdblqnd7fw1xx";
428 disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
429 propagatedBuildInputs = [ lua ];
432 homepage = "http://dkolf.de/src/dkjson-lua.fsl/";
433 description = "David Kolf's JSON module for Lua";
434 license.fullName = "MIT/X11";
438 fennel = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
439 buildLuarocksPackage {
442 knownRockspec = (fetchurl {
443 url = "mirror://luarocks/fennel-1.3.1-1.rockspec";
444 sha256 = "1dsavrsvngwx8vf1l2sj44arvip3bqkhsfh2sdkwa6r9mnw9zx87";
447 url = "https://fennel-lang.org/downloads/fennel-1.3.1.tar.gz";
448 sha256 = "1c7iwyc9f3a9k34fjq77zjk0minl3bl3f7wqlj8i1n2x7598nzgx";
451 disabled = (luaOlder "5.1");
452 propagatedBuildInputs = [ lua ];
455 homepage = "https://fennel-lang.org/";
456 description = "A lisp that compiles to Lua";
457 maintainers = with lib.maintainers; [ misterio77 ];
458 license.fullName = "MIT";
462 fifo = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua }:
463 buildLuarocksPackage {
466 knownRockspec = (fetchurl {
467 url = "mirror://luarocks/fifo-0.2-0.rockspec";
468 sha256 = "0vr9apmai2cyra2n573nr3dyk929gzcs4nm1096jdxcixmvh2ymq";
471 url = "https://github.com/daurnimator/fifo.lua/archive/0.2.zip";
472 sha256 = "1800k7h5hxsvm05bjdr65djjml678lwb0661cll78z1ys2037nzn";
475 propagatedBuildInputs = [ lua ];
478 homepage = "https://github.com/daurnimator/fifo.lua";
479 description = "A lua library/'class' that implements a FIFO";
480 license.fullName = "MIT/X11";
484 fluent = callPackage({ buildLuarocksPackage, cldr, fetchgit, fetchurl, lua, luaOlder, luaepnf, penlight }:
485 buildLuarocksPackage {
488 knownRockspec = (fetchurl {
489 url = "mirror://luarocks/fluent-0.2.0-0.rockspec";
490 sha256 = "1x3nk8xdf923rvdijr0jx8v6w3wxxfch7ri3kxca0pw80b5bc2fa";
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=",
500 "fetchSubmodules": true,
504 '') ["date" "path" "sha256"]) ;
506 disabled = (luaOlder "5.1");
507 propagatedBuildInputs = [ cldr lua luaepnf penlight ];
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";
517 gitsigns-nvim = callPackage({ buildLuarocksPackage, fetchgit, lua }:
518 buildLuarocksPackage {
519 pname = "gitsigns.nvim";
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=",
530 "fetchSubmodules": true,
534 '') ["date" "path" "sha256"]) ;
536 disabled = (lua.luaversion != "5.1");
537 propagatedBuildInputs = [ lua ];
540 homepage = "http://github.com/lewis6991/gitsigns.nvim";
541 description = "Git signs written in pure lua";
542 license.fullName = "MIT/X11";
546 haskell-tools-nvim = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua, luaOlder, plenary-nvim }:
547 buildLuarocksPackage {
548 pname = "haskell-tools.nvim";
550 knownRockspec = (fetchurl {
551 url = "mirror://luarocks/haskell-tools.nvim-2.4.0-1.rockspec";
552 sha256 = "1sapapkz3ay9yrljmc1lwxjglv27f1zbh6m014r2z59px4ir61dz";
555 url = "https://github.com/mrcjkb/haskell-tools.nvim/archive/2.4.0.zip";
556 sha256 = "054vfqsccq1qmqmglnppi2n7ksckldx8b5p62y35y0cbcdyh7wz3";
559 disabled = (luaOlder "5.1");
560 propagatedBuildInputs = [ lua plenary-nvim ];
563 homepage = "https://github.com/mrcjkb/haskell-tools.nvim";
564 description = "Supercharge your Haskell experience in neovim!";
565 license.fullName = "GPL-2.0";
569 http = callPackage({ basexx, binaryheap, bit32, buildLuarocksPackage, compat53, cqueues, fetchurl, fetchzip, fifo, lpeg, lpeg_patterns, lua, luaOlder, luaossl }:
570 buildLuarocksPackage {
573 knownRockspec = (fetchurl {
574 url = "mirror://luarocks/http-0.3-0.rockspec";
575 sha256 = "0fn3irkf5nnmfc83alc40b316hs8l7zdq2xlaiaa65sjd8acfvia";
578 url = "https://github.com/daurnimator/lua-http/archive/v0.3.zip";
579 sha256 = "1pqxxxifl2j1cik3kgayx43v6py5jp6r22myhvxfffysb3b84a2l";
582 disabled = (luaOlder "5.1");
583 propagatedBuildInputs = [ basexx binaryheap bit32 compat53 cqueues fifo lpeg lpeg_patterns lua luaossl ];
586 homepage = "https://github.com/daurnimator/lua-http";
587 description = "HTTP library for Lua";
588 maintainers = with lib.maintainers; [ vcunat ];
589 license.fullName = "MIT";
593 inspect = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
594 buildLuarocksPackage {
597 knownRockspec = (fetchurl {
598 url = "mirror://luarocks/inspect-3.1.3-0.rockspec";
599 sha256 = "1iivb2jmz0pacmac2msyqwvjjx8q6py4h959m8fkigia6srg5ins";
602 url = "https://github.com/kikito/inspect.lua/archive/v3.1.3.tar.gz";
603 sha256 = "1sqylz5hmj5sbv4gi9988j6av3cb5lwkd7wiyim1h5lr7xhnlf23";
606 disabled = (luaOlder "5.1");
607 propagatedBuildInputs = [ lua ];
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>";
616 jsregexp = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
617 buildLuarocksPackage {
620 knownRockspec = (fetchurl {
621 url = "mirror://luarocks/jsregexp-0.0.6-1.rockspec";
622 sha256 = "1m3vqv1p44akk020c3l3n8pdxs30rl5509gbs3rr13hmqlvil4cs";
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=",
632 "fetchSubmodules": true,
636 '') ["date" "path" "sha256"]) ;
638 disabled = (luaOlder "5.1");
639 propagatedBuildInputs = [ lua ];
642 homepage = "https://github.com/kmarius/jsregexp";
643 description = "javascript (ECMA19) regular expressions for lua";
644 license.fullName = "MIT";
648 ldbus = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaAtLeast, luaOlder }:
649 buildLuarocksPackage {
652 knownRockspec = (fetchurl {
653 url = "mirror://luarocks/ldbus-scm-0.rockspec";
654 sha256 = "1c0h6fx7avzh89hl17v6simy1p4mjg8bimlsbjybks0zxznd8rbm";
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=",
664 "fetchSubmodules": true,
668 '') ["date" "path" "sha256"]) ;
670 disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
671 propagatedBuildInputs = [ lua ];
674 homepage = "https://github.com/daurnimator/ldbus";
675 description = "A Lua library to access dbus.";
676 license.fullName = "MIT/X11";
680 ldoc = callPackage({ buildLuarocksPackage, fetchgit, markdown, penlight }:
681 buildLuarocksPackage {
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=",
693 "fetchSubmodules": true,
697 '') ["date" "path" "sha256"]) ;
699 propagatedBuildInputs = [ markdown penlight ];
702 homepage = "http://lunarmodules.github.io/ldoc";
703 description = "A Lua Documentation Tool";
704 license.fullName = "MIT <http://opensource.org/licenses/MIT>";
708 lgi = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
709 buildLuarocksPackage {
712 knownRockspec = (fetchurl {
713 url = "mirror://luarocks/lgi-0.9.2-1.rockspec";
714 sha256 = "1gqi07m4bs7xibsy4vx8qgyp3yb1wnh0gdq1cpwqzv35y6hn5ds3";
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=",
724 "fetchSubmodules": true,
728 '') ["date" "path" "sha256"]) ;
730 disabled = (luaOlder "5.1");
731 propagatedBuildInputs = [ lua ];
734 homepage = "http://github.com/pavouk/lgi";
735 description = "Lua bindings to GObject libraries";
736 license.fullName = "MIT/X11";
740 linenoise = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
741 buildLuarocksPackage {
746 url = "https://github.com/hoelzro/lua-linenoise/archive/0.9.tar.gz";
747 sha256 = "177h6gbq89arwiwxah9943i8hl5gvd9wivnd1nhmdl7d8x0dn76c";
750 disabled = (luaOlder "5.1");
751 propagatedBuildInputs = [ lua ];
754 homepage = "https://github.com/hoelzro/lua-linenoise";
755 description = "A binding for the linenoise command line library";
756 license.fullName = "MIT/X11";
760 ljsyscall = callPackage({ buildLuarocksPackage, fetchurl, lua }:
761 buildLuarocksPackage {
764 knownRockspec = (fetchurl {
765 url = "mirror://luarocks/ljsyscall-0.12-1.rockspec";
766 sha256 = "0zna5s852vn7q414z56kkyqwpighaghyq7h7in3myap4d9vcgm01";
769 url = "https://github.com/justincormack/ljsyscall/archive/v0.12.tar.gz";
770 sha256 = "1w9g36nhxv92cypjia7igg1xpfrn3dbs3hfy6gnnz5mx14v50abf";
773 disabled = (lua.luaversion != "5.1");
774 propagatedBuildInputs = [ lua ];
777 homepage = "http://www.myriabit.com/ljsyscall/";
778 description = "LuaJIT Linux syscall FFI";
779 maintainers = with lib.maintainers; [ lblasc ];
780 license.fullName = "MIT";
784 lmathx = callPackage({ buildLuarocksPackage, fetchurl, lua }:
785 buildLuarocksPackage {
787 version = "20150624-1";
788 knownRockspec = (fetchurl {
789 url = "mirror://luarocks/lmathx-20150624-1.rockspec";
790 sha256 = "181wzsj1mxjyia43y8zwaydxahnl7a70qzcgc8jhhgic7jyi9pgv";
793 url = "http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/5.3/lmathx.tar.gz";
794 sha256 = "1r0ax3lq4xx6469aqc6qlfl3jynlghzhl5j65mpdj0kyzv4nknzf";
797 propagatedBuildInputs = [ lua ];
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";
807 lmpfrlib = callPackage({ buildLuarocksPackage, fetchurl, lua, luaAtLeast, luaOlder }:
808 buildLuarocksPackage {
810 version = "20170112-2";
811 knownRockspec = (fetchurl {
812 url = "mirror://luarocks/lmpfrlib-20170112-2.rockspec";
813 sha256 = "1x7qiwmk5b9fi87fn7yvivdsis8h9fk9r3ipqiry5ahx72vzdm7d";
816 url = "http://www.circuitwizard.de/lmpfrlib/lmpfrlib.c";
817 sha256 = "1bkfwdacj1drzqsfxf352fjppqqwi5d4j084jr9vj9dvjb31rbc1";
820 disabled = (luaOlder "5.3") || (luaAtLeast "5.5");
821 propagatedBuildInputs = [ lua ];
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";
831 loadkit = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
832 buildLuarocksPackage {
835 knownRockspec = (fetchurl {
836 url = "mirror://luarocks/loadkit-1.1.0-1.rockspec";
837 sha256 = "08fx0xh90r2zvjlfjkyrnw2p95xk1a0qgvlnq4siwdb2mm6fq12l";
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=",
847 "fetchSubmodules": true,
851 '') ["date" "path" "sha256"]) ;
853 disabled = (luaOlder "5.1");
854 propagatedBuildInputs = [ lua ];
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";
864 lpeg = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
865 buildLuarocksPackage {
868 knownRockspec = (fetchurl {
869 url = "mirror://luarocks/lpeg-1.1.0-1.rockspec";
870 sha256 = "03af1p00madfhfxjzrsxb0jm0n49ixwadnkdp0vbgs77d2v985jn";
873 url = "http://www.inf.puc-rio.br/~roberto/lpeg/lpeg-1.1.0.tar.gz";
874 sha256 = "0aimsjpcpkh3kk65f0pg1z2bp6d83rn4dg6pgbx1yv14s9kms5ab";
877 disabled = (luaOlder "5.1");
878 propagatedBuildInputs = [ lua ];
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";
888 lpeg_patterns = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lpeg, lua }:
889 buildLuarocksPackage {
890 pname = "lpeg_patterns";
892 knownRockspec = (fetchurl {
893 url = "mirror://luarocks/lpeg_patterns-0.5-0.rockspec";
894 sha256 = "1vzl3ryryc624mchclzsfl3hsrprb9q214zbi1xsjcc4ckq5qfh7";
897 url = "https://github.com/daurnimator/lpeg_patterns/archive/v0.5.zip";
898 sha256 = "1s3c179a64r45ffkawv9dnxw4mzwkzj00nr9z2gs5haajgpjivw6";
901 propagatedBuildInputs = [ lpeg lua ];
904 homepage = "https://github.com/daurnimator/lpeg_patterns/archive/v0.5.zip";
905 description = "a collection of LPEG patterns";
906 license.fullName = "MIT";
910 lpeglabel = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
911 buildLuarocksPackage {
914 knownRockspec = (fetchurl {
915 url = "mirror://luarocks/lpeglabel-1.6.0-1.rockspec";
916 sha256 = "13gc32pggng6f95xx5zw9n9ian518wlgb26mna9kh4q2xa1k42pm";
919 url = "https://github.com/sqmedeiros/lpeglabel/archive/v1.6.0-1.tar.gz";
920 sha256 = "1i02lsxj20iygqm8fy6dih1gh21lqk5qj1mv14wlrkaywnv35wcv";
923 disabled = (luaOlder "5.1");
924 propagatedBuildInputs = [ lua ];
927 homepage = "https://github.com/sqmedeiros/lpeglabel/";
928 description = "Parsing Expression Grammars For Lua with Labeled Failures";
929 license.fullName = "MIT/X11";
933 lrexlib-gnu = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
934 buildLuarocksPackage {
935 pname = "lrexlib-gnu";
937 knownRockspec = (fetchurl {
938 url = "mirror://luarocks/lrexlib-gnu-2.9.1-1.rockspec";
939 sha256 = "1jfjxh26iwsavipkwmscwv52l77qxzvibfmlvpskcpawyii7xcw8";
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=",
949 "fetchSubmodules": true,
953 '') ["date" "path" "sha256"]) ;
955 disabled = (luaOlder "5.1");
956 propagatedBuildInputs = [ lua ];
959 homepage = "http://github.com/rrthomas/lrexlib";
960 description = "Regular expression library binding (GNU flavour).";
961 license.fullName = "MIT/X11";
965 lrexlib-pcre = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
966 buildLuarocksPackage {
967 pname = "lrexlib-pcre";
969 knownRockspec = (fetchurl {
970 url = "mirror://luarocks/lrexlib-pcre-2.9.1-1.rockspec";
971 sha256 = "036k27xaplxn128b3p67xiqm8k40s7bxvh87wc8v2cx1cc4b9ia4";
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=",
981 "fetchSubmodules": true,
985 '') ["date" "path" "sha256"]) ;
987 disabled = (luaOlder "5.1");
988 propagatedBuildInputs = [ lua ];
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";
998 lrexlib-posix = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
999 buildLuarocksPackage {
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";
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=",
1014 "fetchSubmodules": true,
1016 "leaveDotGit": false
1018 '') ["date" "path" "sha256"]) ;
1020 disabled = (luaOlder "5.1");
1021 propagatedBuildInputs = [ lua ];
1024 homepage = "http://github.com/rrthomas/lrexlib";
1025 description = "Regular expression library binding (POSIX flavour).";
1026 license.fullName = "MIT/X11";
1030 lua-cjson = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
1031 buildLuarocksPackage {
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";
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=",
1046 "fetchSubmodules": true,
1048 "leaveDotGit": false
1050 '') ["date" "path" "sha256"]) ;
1052 disabled = (luaOlder "5.1");
1053 propagatedBuildInputs = [ lua ];
1056 homepage = "http://www.kyne.com.au/~mark/software/lua-cjson.php";
1057 description = "A fast JSON encoding/parsing module";
1058 license.fullName = "MIT";
1062 lua-cmsgpack = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
1063 buildLuarocksPackage {
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";
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=",
1078 "fetchSubmodules": true,
1080 "leaveDotGit": false
1082 '') ["date" "path" "sha256"]) ;
1084 disabled = (luaOlder "5.1");
1085 propagatedBuildInputs = [ lua ];
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";
1094 lua-curl = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua, luaAtLeast, luaOlder }:
1095 buildLuarocksPackage {
1097 version = "0.3.13-1";
1098 knownRockspec = (fetchurl {
1099 url = "mirror://luarocks/lua-curl-0.3.13-1.rockspec";
1100 sha256 = "0lz534sm35hxazf1w71hagiyfplhsvzr94i6qyv5chjfabrgbhjn";
1103 url = "https://github.com/Lua-cURL/Lua-cURLv3/archive/v0.3.13.zip";
1104 sha256 = "0gn59bwrnb2mvl8i0ycr6m3jmlgx86xlr9mwnc85zfhj7zhi5anp";
1107 disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
1108 propagatedBuildInputs = [ lua ];
1111 homepage = "https://github.com/Lua-cURL";
1112 description = "Lua binding to libcurl";
1113 license.fullName = "MIT/X11";
1117 lua-ffi-zlib = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
1118 buildLuarocksPackage {
1119 pname = "lua-ffi-zlib";
1121 knownRockspec = (fetchurl {
1122 url = "mirror://luarocks/lua-ffi-zlib-0.6-0.rockspec";
1123 sha256 = "060sac715f1ris13fjv6gwqm0lk6by0a2zhldxd8hdrc0jss8p34";
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=",
1133 "fetchSubmodules": true,
1135 "leaveDotGit": false
1137 '') ["date" "path" "sha256"]) ;
1139 disabled = (luaOlder "5.1");
1140 propagatedBuildInputs = [ lua ];
1143 homepage = "https://github.com/hamishforbes/lua-ffi-zlib";
1144 description = "A Lua module using LuaJIT's FFI feature to access zlib.";
1148 lua-iconv = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
1149 buildLuarocksPackage {
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";
1157 url = "https://github.com/lunarmodules/lua-iconv/archive/v7.0.0/lua-iconv-7.0.0.tar.gz";
1158 sha256 = "0arp0h342hpp4kfdxc69yxspziky4v7c13jbf12yrs8f1lnjzr0x";
1161 disabled = (luaOlder "5.1");
1162 propagatedBuildInputs = [ lua ];
1165 homepage = "https://github.com/lunarmodules/lua-iconv/";
1166 description = "Lua binding to the iconv";
1167 license.fullName = "MIT/X11";
1171 lua-lsp = callPackage({ buildLuarocksPackage, dkjson, fetchgit, fetchurl, inspect, lpeglabel, lua, luaAtLeast, luaOlder }:
1172 buildLuarocksPackage {
1174 version = "0.1.0-2";
1175 knownRockspec = (fetchurl {
1176 url = "mirror://luarocks/lua-lsp-0.1.0-2.rockspec";
1177 sha256 = "19jsz00qlgbyims6cg8i40la7v8kr7zsxrrr3dg0kdg0i36xqs6c";
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=",
1187 "fetchSubmodules": true,
1189 "leaveDotGit": false
1191 '') ["date" "path" "sha256"]) ;
1193 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
1194 propagatedBuildInputs = [ dkjson inspect lpeglabel lua ];
1197 homepage = "https://github.com/Alloyed/lua-lsp";
1198 description = "A Language Server implementation for lua, the language";
1199 license.fullName = "MIT";
1203 lua-messagepack = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
1204 buildLuarocksPackage {
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";
1212 url = "https://framagit.org/fperrad/lua-MessagePack/raw/releases/lua-messagepack-0.5.3.tar.gz";
1213 sha256 = "17qdigs2pzi38rfqgs63xh44n1vylb6bcmmbz3sby68f0n9p8kq6";
1216 disabled = (luaOlder "5.1");
1217 propagatedBuildInputs = [ lua ];
1220 homepage = "https://fperrad.frama.io/lua-MessagePack/";
1221 description = "a pure Lua implementation of the MessagePack serialization format";
1222 license.fullName = "MIT/X11";
1226 lua-protobuf = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
1227 buildLuarocksPackage {
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";
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=",
1242 "fetchSubmodules": true,
1244 "leaveDotGit": false
1246 '') ["date" "path" "sha256"]) ;
1248 disabled = (luaOlder "5.1");
1249 propagatedBuildInputs = [ lua ];
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";
1259 lua-resty-http = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
1260 buildLuarocksPackage {
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";
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=",
1275 "fetchSubmodules": true,
1277 "leaveDotGit": false
1279 '') ["date" "path" "sha256"]) ;
1281 disabled = (luaOlder "5.1");
1282 propagatedBuildInputs = [ lua ];
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";
1291 lua-resty-jwt = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, lua-resty-openssl, luaOlder }:
1292 buildLuarocksPackage {
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";
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=",
1307 "fetchSubmodules": true,
1309 "leaveDotGit": false
1311 '') ["date" "path" "sha256"]) ;
1313 disabled = (luaOlder "5.1");
1314 propagatedBuildInputs = [ lua lua-resty-openssl ];
1317 homepage = "https://github.com/cdbattags/lua-resty-jwt";
1318 description = "JWT for ngx_lua and LuaJIT.";
1319 license.fullName = "Apache License Version 2";
1323 lua-resty-openidc = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, lua-resty-http, lua-resty-jwt, lua-resty-session, luaOlder }:
1324 buildLuarocksPackage {
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";
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=",
1339 "fetchSubmodules": true,
1341 "leaveDotGit": false
1343 '') ["date" "path" "sha256"]) ;
1345 disabled = (luaOlder "5.1");
1346 propagatedBuildInputs = [ lua lua-resty-http lua-resty-jwt lua-resty-session ];
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";
1355 lua-resty-openssl = callPackage({ buildLuarocksPackage, fetchgit, fetchurl }:
1356 buildLuarocksPackage {
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";
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=",
1371 "fetchSubmodules": true,
1373 "leaveDotGit": false
1375 '') ["date" "path" "sha256"]) ;
1379 homepage = "https://github.com/fffonion/lua-resty-openssl";
1380 description = "No summary";
1381 license.fullName = "BSD";
1385 lua-resty-session = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, lua-ffi-zlib, lua-resty-openssl, luaOlder }:
1386 buildLuarocksPackage {
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";
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=",
1401 "fetchSubmodules": true,
1403 "leaveDotGit": false
1405 '') ["date" "path" "sha256"]) ;
1407 disabled = (luaOlder "5.1");
1408 propagatedBuildInputs = [ lua lua-ffi-zlib lua-resty-openssl ];
1411 homepage = "https://github.com/bungle/lua-resty-session";
1412 description = "Session Library for OpenResty - Flexible and Secure";
1413 license.fullName = "BSD";
1417 lua-rtoml = callPackage({ luaOlder, luarocks-build-rust-mlua, buildLuarocksPackage, lua, fetchgit }:
1418 buildLuarocksPackage {
1419 pname = "lua-rtoml";
1422 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1423 "url": "https://github.com/lblasc/lua-rtoml.git",
1424 "rev": "e59ad00f5df8426767ddfb355f4ba6093468a168",
1425 "date": "2023-11-02T14:17:41+01:00",
1426 "path": "/nix/store/ynn6bvnwyqrackvyxzysxy294gh9prg1-lua-rtoml",
1427 "sha256": "1y2ncdl3mpwqc1h5xm0rf9g1ns2vswgqffsj9sqrqidmg984jkr4",
1429 "fetchSubmodules": true,
1431 "leaveDotGit": false
1433 '') ["date" "path"]) ;
1435 disabled = (luaOlder "5.1");
1436 propagatedBuildInputs = [ lua luarocks-build-rust-mlua ];
1439 homepage = "https://github.com/lblasc/lua-rtoml";
1440 description = "Lua bindings for the Rust toml crate.";
1441 maintainers = with lib.maintainers; [ lblasc ];
1442 license.fullName = "MIT";
1446 lua-subprocess = callPackage({ buildLuarocksPackage, fetchgit, lua, luaOlder }:
1447 buildLuarocksPackage {
1448 pname = "subprocess";
1451 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1452 "url": "https://github.com/0x0ade/lua-subprocess.git",
1453 "rev": "bfa8e97da774141f301cfd1106dca53a30a4de54",
1454 "date": "2021-01-09T22:31:54+01:00",
1455 "path": "/nix/store/3lr7n1k85kbf718wxr51xd40i8dfs5qd-lua-subprocess",
1456 "sha256": "0p91hda0b0hpgdbff5drcyygaizq086gw8vnvzn0y0fg3mc9if70",
1457 "hash": "sha256-4LiYWB3PAQ/s33Yj/gwC+Ef1vGe5FedWexeCBVSDIV0=",
1459 "fetchSubmodules": true,
1461 "leaveDotGit": false
1463 '') ["date" "path" "sha256"]) ;
1465 disabled = (luaOlder "5.1");
1466 propagatedBuildInputs = [ lua ];
1469 homepage = "https://github.com/xlq/lua-subprocess";
1470 description = "A Lua module written in C that allows you to create child processes and communicate with them.";
1471 maintainers = with lib.maintainers; [ scoder12 ];
1472 license.fullName = "MIT";
1476 lua-term = callPackage({ buildLuarocksPackage, fetchurl }:
1477 buildLuarocksPackage {
1480 knownRockspec = (fetchurl {
1481 url = "mirror://luarocks/lua-term-0.7-1.rockspec";
1482 sha256 = "0r9g5jw7pqr1dyj6w58dqlr7y7l0jp077n8nnji4phf10biyrvg2";
1485 url = "https://github.com/hoelzro/lua-term/archive/0.07.tar.gz";
1486 sha256 = "0c3zc0cl3a5pbdn056vnlan16g0wimv0p9bq52h7w507f72x18f1";
1491 homepage = "https://github.com/hoelzro/lua-term";
1492 description = "Terminal functions for Lua";
1493 license.fullName = "MIT/X11";
1497 lua-toml = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
1498 buildLuarocksPackage {
1501 knownRockspec = (fetchurl {
1502 url = "mirror://luarocks/lua-toml-2.0-1.rockspec";
1503 sha256 = "0zd3hrj1ifq89rjby3yn9y96vk20ablljvqdap981navzlbb7zvq";
1505 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1506 "url": "https://github.com/jonstoler/lua-toml.git",
1507 "rev": "13731a5dd48c8c314d2451760604810bd6221085",
1508 "date": "2017-12-08T16:30:50-08:00",
1509 "path": "/nix/store/cnpflpyj441c65jhb68hjr2bcvnj9han-lua-toml",
1510 "sha256": "0lklhgs4n7gbgva5frs39240da1y4nwlx6yxaj3ix6r5lp9sh07b",
1511 "hash": "sha256-6wCo06Ulmx6HVN2bTrklPqgGiEhDZ1fUfusdS/SDdFI=",
1513 "fetchSubmodules": true,
1515 "leaveDotGit": false
1517 '') ["date" "path" "sha256"]) ;
1519 disabled = (luaOlder "5.1");
1520 propagatedBuildInputs = [ lua ];
1523 homepage = "https://github.com/jonstoler/lua-toml";
1524 description = "toml decoder/encoder for Lua";
1525 license.fullName = "MIT";
1529 lua-yajl = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
1530 buildLuarocksPackage {
1533 knownRockspec = (fetchurl {
1534 url = "mirror://luarocks/lua-yajl-2.0-1.rockspec";
1535 sha256 = "0h600zgq5qc9z3cid1kr35q3qb98alg0m3qf0a3mfj33hya6pcxp";
1537 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1538 "url": "https://github.com/brimworks/lua-yajl.git",
1539 "rev": "c0b598a70966b6cabc57a110037faf9091436f30",
1540 "date": "2020-11-12T06:22:23-08:00",
1541 "path": "/nix/store/9acgxpqk52kwn03m5xasn4f6mmsby2r9-lua-yajl",
1542 "sha256": "1frry90y7vqnw1rd1dfnksilynh0n24gfhkmjd6wwba73prrg0pf",
1543 "hash": "sha256-7oKX8x1HLc5Nk3VC94iwAFpPo57WtdBy4Bbv40HyObs=",
1545 "fetchSubmodules": true,
1547 "leaveDotGit": false
1549 '') ["date" "path" "sha256"]) ;
1551 disabled = (luaOlder "5.1");
1552 propagatedBuildInputs = [ lua ];
1555 homepage = "http://github.com/brimworks/lua-yajl";
1556 description = "Integrate the yajl JSON library with Lua.";
1557 maintainers = with lib.maintainers; [ pstn ];
1558 license.fullName = "MIT/X11";
1562 lua-zlib = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
1563 buildLuarocksPackage {
1566 knownRockspec = (fetchurl {
1567 url = "mirror://luarocks/lua-zlib-1.2-2.rockspec";
1568 sha256 = "1ycjy59w6rkhasqqbiyra0f1sj87fswcz25zwxy4gyv7rrwy5hxd";
1570 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1571 "url": "https://github.com/brimworks/lua-zlib.git",
1572 "rev": "a305d98f473d0a253b6fd740ce60d7d5a5f1cda0",
1573 "date": "2017-10-07T08:26:37-07:00",
1574 "path": "/nix/store/6hjfczd3xkilkdxidgqzdrwmaiwnlf05-lua-zlib",
1575 "sha256": "1cv12s5c5lihmf3hb0rz05qf13yihy1bjpb7448v8mkiss6y1s5c",
1576 "hash": "sha256-rOjgjdZxVrQRIWdduYKH0Y/gcAE/gwWHqzDSwooWYbM=",
1578 "fetchSubmodules": true,
1580 "leaveDotGit": false
1582 '') ["date" "path" "sha256"]) ;
1584 disabled = (luaOlder "5.1");
1585 propagatedBuildInputs = [ lua ];
1588 homepage = "https://github.com/brimworks/lua-zlib";
1589 description = "Simple streaming interface to zlib for Lua.";
1590 maintainers = with lib.maintainers; [ koral ];
1591 license.fullName = "MIT";
1595 lua_cliargs = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
1596 buildLuarocksPackage {
1597 pname = "lua_cliargs";
1601 url = "https://github.com/amireh/lua_cliargs/archive/v3.0-2.tar.gz";
1602 sha256 = "0vhpgmy9a8wlxp8a15pnfqfk0aj7pyyb5m41nnfxynx580a6y7cp";
1605 disabled = (luaOlder "5.1");
1606 propagatedBuildInputs = [ lua ];
1609 homepage = "https://github.com/amireh/lua_cliargs";
1610 description = "A command-line argument parser.";
1611 license.fullName = "MIT <http://opensource.org/licenses/MIT>";
1615 luabitop = callPackage({ buildLuarocksPackage, fetchgit, lua, luaAtLeast, luaOlder }:
1616 buildLuarocksPackage {
1618 version = "1.0.2-3";
1620 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1621 "url": "https://github.com/teto/luabitop.git",
1622 "rev": "8d7b674386460ca83e9510b3a8a4481344eb90ad",
1623 "date": "2021-08-30T10:14:03+02:00",
1624 "path": "/nix/store/sdnza0zpmlkz9jppnysasbvqy29f4zia-luabitop",
1625 "sha256": "1b57f99lrjbwsi4m23cq5kpj0dbpxh3xwr0mxs2rzykr2ijpgwrw",
1626 "hash": "sha256-PPN3ZRR5+p+F7hVk3gfsdzUg7yyYDVFJ1HzJTFNyp6w=",
1628 "fetchSubmodules": true,
1630 "leaveDotGit": false
1632 '') ["date" "path" "sha256"]) ;
1634 disabled = (luaOlder "5.1") || (luaAtLeast "5.3");
1635 propagatedBuildInputs = [ lua ];
1638 homepage = "http://bitop.luajit.org/";
1639 description = "Lua Bit Operations Module";
1640 license.fullName = "MIT/X license";
1644 luacheck = callPackage({ argparse, buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder, luafilesystem }:
1645 buildLuarocksPackage {
1647 version = "1.1.1-1";
1648 knownRockspec = (fetchurl {
1649 url = "mirror://luarocks/luacheck-1.1.1-1.rockspec";
1650 sha256 = "11nrryqff2yis5s7jscbyv221p21i9sh924x7g9l3d6ijns8zmba";
1652 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1653 "url": "https://github.com/lunarmodules/luacheck.git",
1654 "rev": "ababb6d403d634eb74d2c541035e9ede966e710d",
1655 "date": "2023-06-10T11:27:25+03:00",
1656 "path": "/nix/store/wkrhda7nww45g1waxdv9ghm35mwbvlfq-luacheck",
1657 "sha256": "0abd5rfxv667n8d8v3g9cnkyghiwzhj3yk498gr2agd3mfcni7d7",
1658 "hash": "sha256-p51omaujPSXyQ4lMPyT8PMLnp2XpjY0asseY3V0ubSk=",
1660 "fetchSubmodules": true,
1662 "leaveDotGit": false
1664 '') ["date" "path" "sha256"]) ;
1666 disabled = (luaOlder "5.1");
1667 propagatedBuildInputs = [ argparse lua luafilesystem ];
1670 homepage = "https://github.com/lunarmodules/luacheck";
1671 description = "A static analyzer and a linter for Lua";
1672 license.fullName = "MIT";
1676 luacov = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaAtLeast, luaOlder }:
1677 buildLuarocksPackage {
1679 version = "0.15.0-1";
1680 knownRockspec = (fetchurl {
1681 url = "mirror://luarocks/luacov-0.15.0-1.rockspec";
1682 sha256 = "18byfl23c73pazi60hsx0vd74hqq80mzixab76j36cyn8k4ni9db";
1684 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1685 "url": "https://github.com/keplerproject/luacov.git",
1686 "rev": "19b52ca0298c8942df82dd441d7a4a588db4c413",
1687 "date": "2021-02-15T18:47:58-03:00",
1688 "path": "/nix/store/9vm38il9knzx2m66m250qj1fzdfzqg0y-luacov",
1689 "sha256": "08550nna6qcb5jn6ds1hjm6010y8973wx4qbf9vrvrcn1k2yr6ki",
1690 "hash": "sha256-cZrsxQyW5Z13cguTzsdJyIMATJUw6GasLItho6wFpSA=",
1692 "fetchSubmodules": true,
1694 "leaveDotGit": false
1696 '') ["date" "path" "sha256"]) ;
1698 disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
1699 propagatedBuildInputs = [ lua ];
1702 homepage = "https://keplerproject.github.io/luacov/";
1703 description = "Coverage analysis tool for Lua scripts";
1704 license.fullName = "MIT";
1708 luadbi = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaAtLeast, luaOlder }:
1709 buildLuarocksPackage {
1711 version = "0.7.2-1";
1712 knownRockspec = (fetchurl {
1713 url = "mirror://luarocks/luadbi-0.7.2-1.rockspec";
1714 sha256 = "0lj1qki20w6bl76cvlcazlmwh170b9wkv5nwlxbrr3cn6w7h370b";
1716 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1717 "url": "https://github.com/mwild1/luadbi",
1718 "rev": "73a234c4689e4f87b7520276b6159cc7f6cfd6e0",
1719 "date": "2019-01-14T09:39:17+00:00",
1720 "path": "/nix/store/a3qgawila4r4jc2lpdc4mwyzd1gvzazd-luadbi",
1721 "sha256": "167ivwmczhp98bxzpz3wdxcfj6vi0a10gpi7rdfjs2rbfwkzqvjh",
1722 "hash": "sha256-UG78J3crCy1dyyfeB4ICcRvpWG98/Pv7QunCzyrf8Zg=",
1724 "fetchSubmodules": true,
1726 "leaveDotGit": false
1728 '') ["date" "path" "sha256"]) ;
1730 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
1731 propagatedBuildInputs = [ lua ];
1734 homepage = "https://github.com/mwild1/luadbi";
1735 description = "Database abstraction layer";
1736 license.fullName = "MIT/X11";
1740 luadbi-mysql = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaAtLeast, luaOlder, luadbi }:
1741 buildLuarocksPackage {
1742 pname = "luadbi-mysql";
1743 version = "0.7.2-1";
1744 knownRockspec = (fetchurl {
1745 url = "mirror://luarocks/luadbi-mysql-0.7.2-1.rockspec";
1746 sha256 = "0gnyqnvcfif06rzzrdw6w6hchp4jrjiwm0rmfx2r8ljchj2bvml5";
1748 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1749 "url": "https://github.com/mwild1/luadbi",
1750 "rev": "73a234c4689e4f87b7520276b6159cc7f6cfd6e0",
1751 "date": "2019-01-14T09:39:17+00:00",
1752 "path": "/nix/store/a3qgawila4r4jc2lpdc4mwyzd1gvzazd-luadbi",
1753 "sha256": "167ivwmczhp98bxzpz3wdxcfj6vi0a10gpi7rdfjs2rbfwkzqvjh",
1754 "hash": "sha256-UG78J3crCy1dyyfeB4ICcRvpWG98/Pv7QunCzyrf8Zg=",
1756 "fetchSubmodules": true,
1758 "leaveDotGit": false
1760 '') ["date" "path" "sha256"]) ;
1762 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
1763 propagatedBuildInputs = [ lua luadbi ];
1766 homepage = "https://github.com/mwild1/luadbi";
1767 description = "Database abstraction layer";
1768 license.fullName = "MIT/X11";
1772 luadbi-postgresql = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaAtLeast, luaOlder, luadbi }:
1773 buildLuarocksPackage {
1774 pname = "luadbi-postgresql";
1775 version = "0.7.2-1";
1776 knownRockspec = (fetchurl {
1777 url = "mirror://luarocks/luadbi-postgresql-0.7.2-1.rockspec";
1778 sha256 = "07rx4agw4hjyzf8157apdwfqh9s26nqndmkr3wm7v09ygjvdjiix";
1780 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1781 "url": "https://github.com/mwild1/luadbi",
1782 "rev": "73a234c4689e4f87b7520276b6159cc7f6cfd6e0",
1783 "date": "2019-01-14T09:39:17+00:00",
1784 "path": "/nix/store/a3qgawila4r4jc2lpdc4mwyzd1gvzazd-luadbi",
1785 "sha256": "167ivwmczhp98bxzpz3wdxcfj6vi0a10gpi7rdfjs2rbfwkzqvjh",
1786 "hash": "sha256-UG78J3crCy1dyyfeB4ICcRvpWG98/Pv7QunCzyrf8Zg=",
1788 "fetchSubmodules": true,
1790 "leaveDotGit": false
1792 '') ["date" "path" "sha256"]) ;
1794 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
1795 propagatedBuildInputs = [ lua luadbi ];
1798 homepage = "https://github.com/mwild1/luadbi";
1799 description = "Database abstraction layer";
1800 license.fullName = "MIT/X11";
1804 luadbi-sqlite3 = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaAtLeast, luaOlder, luadbi }:
1805 buildLuarocksPackage {
1806 pname = "luadbi-sqlite3";
1807 version = "0.7.2-1";
1808 knownRockspec = (fetchurl {
1809 url = "mirror://luarocks/luadbi-sqlite3-0.7.2-1.rockspec";
1810 sha256 = "022iba0jbiafz8iv1h0iv95rhcivbfq5yg341nxk3dm87yf220vh";
1812 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1813 "url": "https://github.com/mwild1/luadbi",
1814 "rev": "73a234c4689e4f87b7520276b6159cc7f6cfd6e0",
1815 "date": "2019-01-14T09:39:17+00:00",
1816 "path": "/nix/store/a3qgawila4r4jc2lpdc4mwyzd1gvzazd-luadbi",
1817 "sha256": "167ivwmczhp98bxzpz3wdxcfj6vi0a10gpi7rdfjs2rbfwkzqvjh",
1818 "hash": "sha256-UG78J3crCy1dyyfeB4ICcRvpWG98/Pv7QunCzyrf8Zg=",
1820 "fetchSubmodules": true,
1822 "leaveDotGit": false
1824 '') ["date" "path" "sha256"]) ;
1826 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
1827 propagatedBuildInputs = [ lua luadbi ];
1830 homepage = "https://github.com/mwild1/luadbi";
1831 description = "Database abstraction layer";
1832 license.fullName = "MIT/X11";
1836 luaepnf = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lpeg, lua, luaAtLeast, luaOlder }:
1837 buildLuarocksPackage {
1840 knownRockspec = (fetchurl {
1841 url = "mirror://luarocks/luaepnf-0.3-2.rockspec";
1842 sha256 = "0kqmnj11wmfpc9mz04zzq8ab4mnbkrhcgc525wrq6pgl3p5li8aa";
1844 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1845 "url": "https://github.com/siffiejoe/lua-luaepnf.git",
1846 "rev": "4e0a867ff54cf424e1558781f5d2c85d2dc2137c",
1847 "date": "2015-01-15T16:54:10+01:00",
1848 "path": "/nix/store/n7gb0z26sl7dzdyy3bx1y3cz3npsna7d-lua-luaepnf",
1849 "sha256": "1lvsi3fklhvz671jgg0iqn0xbkzn9qjcbf2ks41xxjz3lapjr6c9",
1850 "hash": "sha256-iZksr6Ljy94D0VO4xSRO9s/VgcURvCfDMX9DOt2IetM=",
1852 "fetchSubmodules": true,
1854 "leaveDotGit": false
1856 '') ["date" "path" "sha256"]) ;
1858 disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
1859 propagatedBuildInputs = [ lpeg lua ];
1862 homepage = "http://siffiejoe.github.io/lua-luaepnf/";
1863 description = "Extended PEG Notation Format (easy grammars for LPeg)";
1864 license.fullName = "MIT";
1868 luaevent = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
1869 buildLuarocksPackage {
1871 version = "0.4.6-1";
1872 knownRockspec = (fetchurl {
1873 url = "mirror://luarocks/luaevent-0.4.6-1.rockspec";
1874 sha256 = "03zixadhx4a7nh67n0sm6sy97c8i9va1a78hibhrl7cfbqc2zc7f";
1877 url = "https://github.com/harningt/luaevent/archive/v0.4.6.tar.gz";
1878 sha256 = "0pbh315d3p7hxgzmbhphkcldxv2dadbka96131b8j5914nxvl4nx";
1881 disabled = (luaOlder "5.1");
1882 propagatedBuildInputs = [ lua ];
1885 homepage = "https://github.com/harningt/luaevent";
1886 description = "libevent binding for Lua";
1887 license.fullName = "MIT";
1891 luaexpat = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
1892 buildLuarocksPackage {
1894 version = "1.4.1-1";
1895 knownRockspec = (fetchurl {
1896 url = "mirror://luarocks/luaexpat-1.4.1-1.rockspec";
1897 sha256 = "1abwd385x7wnza7qqz5s4aj6m2l1c23pjmbgnpq73q0s17pn1h0c";
1899 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1900 "url": "https://github.com/lunarmodules/luaexpat.git",
1901 "rev": "57f8966088abf8a00f8ab0bf88e1b6deea89c0bb",
1902 "date": "2022-10-04T16:36:23+02:00",
1903 "path": "/nix/store/dgrdkalikpqdap642qhppha1ajdnsvx0-luaexpat",
1904 "sha256": "1b4ck23p01ks3hgayan9n33f2kb6jvv63v4ww2mqczc09rqi0q46",
1905 "hash": "sha256-hmAQcU6AfYar4JzsYfaWZk3hxrDJKq8eHHoGcIeYjKw=",
1907 "fetchSubmodules": true,
1909 "leaveDotGit": false
1911 '') ["date" "path" "sha256"]) ;
1913 disabled = (luaOlder "5.1");
1914 propagatedBuildInputs = [ lua ];
1917 homepage = "https://lunarmodules.github.io/luaexpat";
1918 description = "XML Expat parsing";
1919 maintainers = with lib.maintainers; [ arobyn flosse ];
1920 license.fullName = "MIT/X11";
1924 luaffi = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
1925 buildLuarocksPackage {
1928 knownRockspec = (fetchurl {
1929 url = "mirror://luarocks/luaffi-scm-1.rockspec";
1930 sha256 = "1nia0g4n1yv1sbv5np572y8yfai56a8bnscir807s5kj5bs0xhxm";
1932 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1933 "url": "https://github.com/facebook/luaffifb.git",
1934 "rev": "a1cb731b08c91643b0665935eb5622b3d621211b",
1935 "date": "2021-03-01T11:46:30-05:00",
1936 "path": "/nix/store/6dwfn64p3clcsxkq41b307q8izi0fvji-luaffifb",
1937 "sha256": "0nj76fw3yi57vfn35yvbdmpdbg9gmn5j1gw84ajs9w1j86sc0661",
1938 "hash": "sha256-wRjAtEEy8KSlIoi/IIutL73Vbm1r+zKs26dEP7gzR1o=",
1940 "fetchSubmodules": true,
1942 "leaveDotGit": false
1944 '') ["date" "path" "sha256"]) ;
1946 disabled = (luaOlder "5.1");
1947 propagatedBuildInputs = [ lua ];
1950 homepage = "https://github.com/facebook/luaffifb";
1951 description = "FFI library for calling C functions from lua";
1952 license.fullName = "BSD";
1956 luafilesystem = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
1957 buildLuarocksPackage {
1958 pname = "luafilesystem";
1959 version = "1.8.0-1";
1960 knownRockspec = (fetchurl {
1961 url = "mirror://luarocks/luafilesystem-1.8.0-1.rockspec";
1962 sha256 = "18nkaks0b75dmycljg5vljap5w8d0ysdkg96yl5szgzr7nzrymfa";
1964 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1965 "url": "https://github.com/keplerproject/luafilesystem",
1966 "rev": "7c6e1b013caec0602ca4796df3b1d7253a2dd258",
1967 "date": "2020-04-22T22:16:42-03:00",
1968 "path": "/nix/store/qzjav1cmn4zwclpfs0xzykpbv835d84z-luafilesystem",
1969 "sha256": "16hpwhj6zgkjns3zilcg3lxfijm3cl71v39y9n5lbjk4b9kkwh54",
1970 "hash": "sha256-pEA+Z1pkykWLTT6NHQ5lo8roOh2P0fiHtnK+byTkF5o=",
1972 "fetchSubmodules": true,
1974 "leaveDotGit": false
1976 '') ["date" "path" "sha256"]) ;
1978 disabled = (luaOlder "5.1");
1979 propagatedBuildInputs = [ lua ];
1982 homepage = "https://github.com/keplerproject/luafilesystem";
1983 description = "File System Library for the Lua Programming Language";
1984 maintainers = with lib.maintainers; [ flosse ];
1985 license.fullName = "MIT/X11";
1989 lualdap = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
1990 buildLuarocksPackage {
1992 version = "1.3.1-1";
1993 knownRockspec = (fetchurl {
1994 url = "mirror://luarocks/lualdap-1.3.1-1.rockspec";
1995 sha256 = "0c0j9dmrphg0dil4yhahcqzzyxhrv525g65jsz0q6iqwyx10bqbp";
1997 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1998 "url": "https://github.com/lualdap/lualdap",
1999 "rev": "5c21b3e0d97a07b103f63edc7e649018e0453427",
2000 "date": "2023-03-15T09:02:07+01:00",
2001 "path": "/nix/store/ah7y5wpp3l0v5bk0gwzdvgzfpczb691k-lualdap",
2002 "sha256": "1y3ap9si894xjlbrwx3c6bcfg60y80av802rscldg9scvm984jrg",
2003 "hash": "sha256-L0uCUt1Mp9co01kAtBVAHpjn2DJsdJ4XlZ0kFHW6avg=",
2005 "fetchSubmodules": true,
2007 "leaveDotGit": false
2009 '') ["date" "path" "sha256"]) ;
2011 disabled = (luaOlder "5.1");
2012 propagatedBuildInputs = [ lua ];
2015 homepage = "https://lualdap.github.io/lualdap/";
2016 description = "A Lua interface to the OpenLDAP library";
2017 maintainers = with lib.maintainers; [ aanderse ];
2018 license.fullName = "MIT";
2022 lualogging = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, luasocket }:
2023 buildLuarocksPackage {
2024 pname = "lualogging";
2025 version = "1.8.2-1";
2026 knownRockspec = (fetchurl {
2027 url = "mirror://luarocks/lualogging-1.8.2-1.rockspec";
2028 sha256 = "164c4xgwkv2ya8fbb22wm48ywc4gx939b574r6bgl8zqayffdqmx";
2030 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2031 "url": "https://github.com/lunarmodules/lualogging.git",
2032 "rev": "465c994788f1bc18fca950934fa5ec9a909f496c",
2033 "date": "2023-01-27T20:29:41+01:00",
2034 "path": "/nix/store/pvb3yq11xgqhq6559sjd8rkf1x991rrz-lualogging",
2035 "sha256": "1mz5iiv9pfikkm4ay7j0q6mk3bmcxylnlg9piwda47xxc1zyb1j4",
2036 "hash": "sha256-RIblf2C9H6Iajzc9aqnvrK4xq8FAHq9InTO6m3aM5dc=",
2038 "fetchSubmodules": true,
2040 "leaveDotGit": false
2042 '') ["date" "path" "sha256"]) ;
2044 propagatedBuildInputs = [ luasocket ];
2047 homepage = "https://github.com/lunarmodules/lualogging";
2048 description = "A simple API to use logging features";
2049 license.fullName = "MIT/X11";
2053 luaossl = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua }:
2054 buildLuarocksPackage {
2056 version = "20220711-0";
2057 knownRockspec = (fetchurl {
2058 url = "mirror://luarocks/luaossl-20220711-0.rockspec";
2059 sha256 = "0b68kvfz587ilmb5c1p7920kysg9q4m4fl4cz4d93jl3270mzh8y";
2062 url = "https://github.com/wahern/luaossl/archive/rel-20220711.zip";
2063 sha256 = "1a9pgmc6fbhgh1m9ksz9fq057yzz46npqgakcsy9vngg47xacfdb";
2066 propagatedBuildInputs = [ lua ];
2069 homepage = "http://25thandclement.com/~william/projects/luaossl.html";
2070 description = "Most comprehensive OpenSSL module in the Lua universe.";
2071 license.fullName = "MIT/X11";
2075 luaposix = callPackage({ bit32, buildLuarocksPackage, fetchurl, fetchzip, lua, luaAtLeast, luaOlder }:
2076 buildLuarocksPackage {
2078 version = "34.1.1-1";
2079 knownRockspec = (fetchurl {
2080 url = "mirror://luarocks/luaposix-34.1.1-1.rockspec";
2081 sha256 = "0hx6my54axjcb3bklr991wji374qq6mwa3ily6dvb72vi2534nwz";
2084 url = "http://github.com/luaposix/luaposix/archive/v34.1.1.zip";
2085 sha256 = "0863r8c69yx92lalj174qdhavqmcs2cdimjim6k55qj9yn78v9zl";
2088 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
2089 propagatedBuildInputs = [ bit32 lua ];
2092 homepage = "http://github.com/luaposix/luaposix/";
2093 description = "Lua bindings for POSIX";
2094 maintainers = with lib.maintainers; [ vyp lblasc ];
2095 license.fullName = "MIT/X11";
2099 luarepl = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
2100 buildLuarocksPackage {
2103 knownRockspec = (fetchurl {
2104 url = "mirror://luarocks/luarepl-0.10-1.rockspec";
2105 sha256 = "12zdljfs4wg55mj7a38iwg7p5i1pmc934v9qlpi61sw4brp6x8d3";
2108 url = "https://github.com/hoelzro/lua-repl/archive/0.10.tar.gz";
2109 sha256 = "0wv37h9w6y5pgr39m7yxbf8imkwvaila6rnwjcp0xsxl5c1rzfjm";
2112 disabled = (luaOlder "5.1");
2113 propagatedBuildInputs = [ lua ];
2116 homepage = "https://github.com/hoelzro/lua-repl";
2117 description = "A reusable REPL component for Lua, written in Lua";
2118 license.fullName = "MIT/X11";
2122 luarocks-build-rust-mlua = callPackage({ buildLuarocksPackage, fetchgit, fetchurl }:
2123 buildLuarocksPackage {
2124 pname = "luarocks-build-rust-mlua";
2125 version = "0.1.2-1";
2126 knownRockspec = (fetchurl {
2127 url = "mirror://luarocks/luarocks-build-rust-mlua-0.1.2-1.rockspec";
2128 sha256 = "1sx908fm2ihpxz2mm54xzkfmdzlqdvrqjkh1zz7rcjgmqba4mh1j";
2130 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2131 "url": "https://github.com/khvzak/luarocks-build-rust-mlua",
2132 "rev": "c8080aa0832563b7f8b2cb85a195c1598ce312e0",
2133 "date": "2023-06-29T16:47:41+01:00",
2134 "path": "/nix/store/n7id28r1m11xd550hayv99xhz96vpdjq-luarocks-build-rust-mlua",
2135 "sha256": "1zh1p5k7xpczi5db3k0fw0ljw9w0xxk1qjjcfg5rcznqjf48i3x7",
2136 "hash": "sha256-p4+IiJPYfpbLc0xKHGbvgCcuKeAOzLFaiZ/dfma5Af4=",
2138 "fetchSubmodules": true,
2140 "leaveDotGit": false
2142 '') ["date" "path" "sha256"]) ;
2146 homepage = "https://github.com/khvzak/luarocks-build-rust-mlua";
2147 description = "A LuaRocks build backend for Lua modules written in Rust using mlua";
2148 maintainers = with lib.maintainers; [ mrcjkb ];
2149 license.fullName = "MIT";
2153 luasec = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder, luasocket }:
2154 buildLuarocksPackage {
2156 version = "1.3.2-1";
2157 knownRockspec = (fetchurl {
2158 url = "mirror://luarocks/luasec-1.3.2-1.rockspec";
2159 sha256 = "09nqs60cmbq1bi70cdh7v5xjnlsm2mrxv9pmbbvczijvz184jh33";
2161 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2162 "url": "https://github.com/brunoos/luasec",
2163 "rev": "4c06287052d68fdbe7429b8f967cdc8ee94aa44a",
2164 "date": "2023-08-31T17:09:53-03:00",
2165 "path": "/nix/store/wnl78b5l3dxw52slphmi4rmr1cd8bd3r-luasec",
2166 "sha256": "0rrdfbnkd8pgqwh3f0iyd5cxy7g1h0568a88m3sq1z7715js4yx3",
2167 "hash": "sha256-o3uiZQnn/ID1qAgpZAqA4R3fWWk+Ajcgx++iNu1yLWc=",
2169 "fetchSubmodules": true,
2171 "leaveDotGit": false
2173 '') ["date" "path" "sha256"]) ;
2175 disabled = (luaOlder "5.1");
2176 propagatedBuildInputs = [ lua luasocket ];
2179 homepage = "https://github.com/brunoos/luasec/wiki";
2180 description = "A binding for OpenSSL library to provide TLS/SSL communication over LuaSocket.";
2181 maintainers = with lib.maintainers; [ flosse ];
2182 license.fullName = "MIT";
2186 luasocket = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
2187 buildLuarocksPackage {
2188 pname = "luasocket";
2189 version = "3.1.0-1";
2190 knownRockspec = (fetchurl {
2191 url = "mirror://luarocks/luasocket-3.1.0-1.rockspec";
2192 sha256 = "0wg9735cyz2gj7r9za8yi83w765g0f4pahnny7h0pdpx58pgfx4r";
2194 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2195 "url": "https://github.com/lunarmodules/luasocket.git",
2196 "rev": "95b7efa9da506ef968c1347edf3fc56370f0deed",
2197 "date": "2022-07-27T10:07:00+03:00",
2198 "path": "/nix/store/r5pqxqjkdwl80nmjkv400mbls7cfymjc-luasocket",
2199 "sha256": "13hyf9cvny0kxwyg08929kkl31w74j66fj6zg1myyjr9nh5b795h",
2200 "hash": "sha256-sKSzCrQpS+9reN9IZ4wkh4dB50wiIfA87xN4u1lyHo4=",
2202 "fetchSubmodules": true,
2204 "leaveDotGit": false
2206 '') ["date" "path" "sha256"]) ;
2208 disabled = (luaOlder "5.1");
2209 propagatedBuildInputs = [ lua ];
2212 homepage = "https://github.com/lunarmodules/luasocket";
2213 description = "Network support for the Lua language";
2214 license.fullName = "MIT";
2218 luasql-sqlite3 = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
2219 buildLuarocksPackage {
2220 pname = "luasql-sqlite3";
2221 version = "2.6.0-2";
2222 knownRockspec = (fetchurl {
2223 url = "mirror://luarocks/luasql-sqlite3-2.6.0-2.rockspec";
2224 sha256 = "1xpbcpl4qhnzpyyszhdsrxhx2qc1dmndh926lv91xwphw7inwdwg";
2226 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2227 "url": "https://github.com/keplerproject/luasql.git",
2228 "rev": "25bf4ffce9323d28cb6f382f7ec9e8951e3084f9",
2229 "date": "2023-07-19T14:20:27-03:00",
2230 "path": "/nix/store/949886jxp7sx3yx910lc6d1yf3ym9mx5-luasql",
2231 "sha256": "00q73j2nzqsm0vmxjkv83qh1dncmr5dgmkrkyxnb5ggygvcbh7w5",
2232 "hash": "sha256-hR+42H7+vbJs9zPP+lrJldkWIB5oT9nrBlXjb4UcBwM=",
2234 "fetchSubmodules": true,
2236 "leaveDotGit": false
2238 '') ["date" "path" "sha256"]) ;
2240 disabled = (luaOlder "5.1");
2241 propagatedBuildInputs = [ lua ];
2244 homepage = "http://www.keplerproject.org/luasql/";
2245 description = "Database connectivity for Lua (SQLite3 driver)";
2246 maintainers = with lib.maintainers; [ vyp ];
2247 license.fullName = "MIT/X11";
2251 luassert = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder, say }:
2252 buildLuarocksPackage {
2254 version = "1.9.0-1";
2255 knownRockspec = (fetchurl {
2256 url = "mirror://luarocks/luassert-1.9.0-1.rockspec";
2257 sha256 = "1bkzr03190p33lprgy51nl84aq082fyc3f7s3wkk7zlay4byycxd";
2259 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2260 "url": "https://github.com/lunarmodules/luassert.git",
2261 "rev": "8d8dc8a54cc468048a128a867f6449a6c3fdd11a",
2262 "date": "2022-08-24T00:00:45+03:00",
2263 "path": "/nix/store/vfcl25wxps5kvh5prjkkjlj1ga3kgw63-luassert",
2264 "sha256": "0wlp6qdm9dkwzs8lvnj7zvmid4y12v717ywlhxn2brkbjpvl2dwf",
2265 "hash": "sha256-jjdB95Vr5iVsh5T7E84WwZMW6/5H2k2R/ny2VBs2l3I=",
2267 "fetchSubmodules": true,
2269 "leaveDotGit": false
2271 '') ["date" "path" "sha256"]) ;
2273 disabled = (luaOlder "5.1");
2274 propagatedBuildInputs = [ lua say ];
2277 homepage = "https://lunarmodules.github.io/busted/";
2278 description = "Lua assertions extension";
2279 license.fullName = "MIT <http://opensource.org/licenses/MIT>";
2283 luasystem = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
2284 buildLuarocksPackage {
2285 pname = "luasystem";
2286 version = "0.2.1-0";
2287 knownRockspec = (fetchurl {
2288 url = "mirror://luarocks/luasystem-0.2.1-0.rockspec";
2289 sha256 = "0xj5q7lzsbmlw5d3zbjqf3jpj78wcn348h2jcxn5ph4n4hx73z3n";
2292 url = "https://github.com/o-lim/luasystem/archive/v0.2.1.tar.gz";
2293 sha256 = "150bbklchh02gsvpngv56xrrlxxvwpqwrh0yy6z95fnvks7gd0qb";
2296 disabled = (luaOlder "5.1");
2297 propagatedBuildInputs = [ lua ];
2300 homepage = "http://olivinelabs.com/luasystem/";
2301 description = "Platform independent system calls for Lua.";
2302 license.fullName = "MIT <http://opensource.org/licenses/MIT>";
2306 luaunbound = callPackage({ buildLuarocksPackage, fetchurl, lua, luaAtLeast, luaOlder }:
2307 buildLuarocksPackage {
2308 pname = "luaunbound";
2309 version = "1.0.0-1";
2310 knownRockspec = (fetchurl {
2311 url = "mirror://luarocks/luaunbound-1.0.0-1.rockspec";
2312 sha256 = "1zlkibdwrj5p97nhs33cz8xx0323z3kiq5x7v0h3i7v6j0h8ppvn";
2315 url = "https://code.zash.se/dl/luaunbound/luaunbound-1.0.0.tar.gz";
2316 sha256 = "1lsh0ylp5xskygxl5qdv6mhkm1x8xp0vfd5prk5hxkr19jk5mr3d";
2319 disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
2320 propagatedBuildInputs = [ lua ];
2323 homepage = "https://www.zash.se/luaunbound.html";
2324 description = "A binding to libunbound";
2325 license.fullName = "MIT";
2329 luaunit = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua, luaAtLeast, luaOlder }:
2330 buildLuarocksPackage {
2333 knownRockspec = (fetchurl {
2334 url = "mirror://luarocks/luaunit-3.4-1.rockspec";
2335 sha256 = "111435fa8p2819vcvg76qmknj0wqk01gy9d1nh55c36616xnj54n";
2338 url = "https://github.com/bluebird75/luaunit/releases/download/LUAUNIT_V3_4/rock-luaunit-3.4.zip";
2339 sha256 = "0qf07y3229lq3qq1mfkv83gzbc7dgyr67hysqjb5bbk333flv56r";
2342 disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
2343 propagatedBuildInputs = [ lua ];
2346 homepage = "http://github.com/bluebird75/luaunit";
2347 description = "A unit testing framework for Lua";
2348 maintainers = with lib.maintainers; [ lockejan ];
2349 license.fullName = "BSD";
2353 luautf8 = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
2354 buildLuarocksPackage {
2356 version = "0.1.5-2";
2357 knownRockspec = (fetchurl {
2358 url = "mirror://luarocks/luautf8-0.1.5-2.rockspec";
2359 sha256 = "0v788kk1aj7r70w9fgjlp3qrpjbpa9z9l1m7d13csk0pgfkm5iqz";
2362 url = "https://github.com/starwing/luautf8/archive/refs/tags/0.1.5.tar.gz";
2363 sha256 = "077ji840wfmy7hq0y13l01dv6jhasznykf89gk9m672jhz6dxggl";
2366 disabled = (luaOlder "5.1");
2367 propagatedBuildInputs = [ lua ];
2370 homepage = "http://github.com/starwing/luautf8";
2371 description = "A UTF-8 support module for Lua";
2372 maintainers = with lib.maintainers; [ pstn ];
2373 license.fullName = "MIT";
2377 luazip = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaAtLeast, luaOlder }:
2378 buildLuarocksPackage {
2380 version = "1.2.7-1";
2381 knownRockspec = (fetchurl {
2382 url = "mirror://luarocks/luazip-1.2.7-1.rockspec";
2383 sha256 = "1wxy3p2ksaq4s8lg925mi9cvbh875gsapgkzm323dr8qaxxg7mba";
2385 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2386 "url": "https://github.com/mpeterv/luazip",
2387 "rev": "e424f667cc5c78dd19bb5eca5a86b3c8698e0ce5",
2388 "date": "2017-09-05T14:02:52+03:00",
2389 "path": "/nix/store/idllj442c0iwnx1cpkrifx2afb7vh821-luazip",
2390 "sha256": "1jlqzqlds3aa3hnp737fm2awcx0hzmwyd87klv0cv13ny5v9f2x4",
2391 "hash": "sha256-pAuXdvF2hM3ApvOg5nn9EHTGlajujHMtHEoN3Sj+mMo=",
2393 "fetchSubmodules": true,
2395 "leaveDotGit": false
2397 '') ["date" "path" "sha256"]) ;
2399 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
2400 propagatedBuildInputs = [ lua ];
2403 homepage = "https://github.com/mpeterv/luazip";
2404 description = "Library for reading files inside zip files";
2405 license.fullName = "MIT";
2409 lush-nvim = callPackage({ buildLuarocksPackage, fetchgit, lua, luaAtLeast, luaOlder }:
2410 buildLuarocksPackage {
2411 pname = "lush.nvim";
2414 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2415 "url": "https://github.com/rktjmp/lush.nvim",
2416 "rev": "966aad1accd47fa11fbe2539234f81f678fef2de",
2417 "date": "2023-09-23T12:10:39+10:00",
2418 "path": "/nix/store/67046ilc92czfvwc5zdkkxg7iw2xjj45-lush.nvim",
2419 "sha256": "0g1xib2k42py9qqccjz11qk52ri0drgdk5rb0ls7wzx4v636k15h",
2420 "hash": "sha256-sIRphtmkf340BSuX2V5uIGZRJg7hS8YwTv4KMsWKPTw=",
2422 "fetchSubmodules": true,
2424 "leaveDotGit": false
2426 '') ["date" "path" "sha256"]) ;
2428 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
2429 propagatedBuildInputs = [ lua ];
2432 homepage = "https://github.com/rktjmp/lush.nvim";
2433 description = "Define Neovim themes as a DSL in lua, with real-time feedback.";
2434 maintainers = with lib.maintainers; [ teto ];
2435 license.fullName = "MIT/X11";
2439 luuid = callPackage({ buildLuarocksPackage, fetchurl, lua, luaAtLeast, luaOlder }:
2440 buildLuarocksPackage {
2442 version = "20120509-2";
2443 knownRockspec = (fetchurl {
2444 url = "mirror://luarocks/luuid-20120509-2.rockspec";
2445 sha256 = "1q2fv25wfbiqn49mqv26gs4pyllch311akcf7jjn27l5ik8ji5b6";
2448 url = "http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/5.2/luuid.tar.gz";
2449 sha256 = "1bfkj613d05yps3fivmz0j1bxf2zkg9g1yl0ifffgw0vy00hpnvm";
2452 disabled = (luaOlder "5.2") || (luaAtLeast "5.4");
2453 propagatedBuildInputs = [ lua ];
2456 homepage = "http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#luuid";
2457 description = "A library for UUID generation";
2458 license.fullName = "Public domain";
2462 luv = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
2463 buildLuarocksPackage {
2465 version = "1.44.2-1";
2466 knownRockspec = (fetchurl {
2467 url = "mirror://luarocks/luv-1.44.2-1.rockspec";
2468 sha256 = "07jwi50i16rv7sj914k1q3l9dy9wldbw2skmsdrzlkc57mqvg348";
2471 url = "https://github.com/luvit/luv/releases/download/1.44.2-1/luv-1.44.2-1.tar.gz";
2472 sha256 = "0c2wkszxw6gwa4l6g1d2zzh660j13lif6c7a910vq7zn8jycgd9y";
2475 disabled = (luaOlder "5.1");
2476 propagatedBuildInputs = [ lua ];
2479 homepage = "https://github.com/luvit/luv";
2480 description = "Bare libuv bindings for lua";
2481 license.fullName = "Apache 2.0";
2485 lyaml = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua, luaAtLeast, luaOlder }:
2486 buildLuarocksPackage {
2488 version = "6.2.8-1";
2489 knownRockspec = (fetchurl {
2490 url = "mirror://luarocks/lyaml-6.2.8-1.rockspec";
2491 sha256 = "0d0h70kjl5fkq589y1sx8qy8as002dhcf88pf60pghvch002ryi1";
2494 url = "http://github.com/gvvaughan/lyaml/archive/v6.2.8.zip";
2495 sha256 = "0r3jjsd8x2fs1aanki0s1mvpznl16f32c1qfgmicy0icgy5xfch0";
2498 disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
2499 propagatedBuildInputs = [ lua ];
2502 homepage = "http://github.com/gvvaughan/lyaml";
2503 description = "libYAML binding for Lua";
2504 maintainers = with lib.maintainers; [ lblasc ];
2505 license.fullName = "MIT/X11";
2509 magick = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua }:
2510 buildLuarocksPackage {
2512 version = "1.6.0-1";
2513 knownRockspec = (fetchurl {
2514 url = "mirror://luarocks/magick-1.6.0-1.rockspec";
2515 sha256 = "1pg150xsxnqvlhxpiy17s9hm4dkc84v46mlwi9rhriynqz8qks9w";
2517 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2518 "url": "https://github.com/leafo/magick.git",
2519 "rev": "6971fa700c4d392130492a3925344b51c7cc54aa",
2520 "date": "2022-03-10T20:02:11-08:00",
2521 "path": "/nix/store/fpl99q09zg3qnk4kagxk1djabl1dm47l-magick",
2522 "sha256": "01b9qsz27f929rz5z7vapqhazxak74sichdwkjwb219nlhrwfncm",
2523 "hash": "sha256-lVnHM6Q2BbG4nLxBFjU5U/WvIL5qn19+TiK5I77GaQU=",
2525 "fetchSubmodules": true,
2527 "leaveDotGit": false
2529 '') ["date" "path" "sha256"]) ;
2531 disabled = (lua.luaversion != "5.1");
2532 propagatedBuildInputs = [ lua ];
2535 homepage = "https://github.com/leafo/magick.git";
2536 description = "Lua bindings to ImageMagick & GraphicsMagick for LuaJIT using FFI";
2537 maintainers = with lib.maintainers; [ donovanglover ];
2538 license.fullName = "MIT";
2542 markdown = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaAtLeast, luaOlder }:
2543 buildLuarocksPackage {
2546 knownRockspec = (fetchurl {
2547 url = "mirror://luarocks/markdown-0.33-1.rockspec";
2548 sha256 = "02sixijfi6av8h59kx3ngrhygjn2sx1c85c0qfy20gxiz72wi1pl";
2550 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2551 "url": "https://github.com/mpeterv/markdown",
2552 "rev": "8c09109924b218aaecbfd4d4b1de538269c4d765",
2553 "date": "2015-09-27T17:49:28+03:00",
2554 "path": "/nix/store/akl80hh077hm20bdqj1lksy0fn2285b5-markdown",
2555 "sha256": "019bk2qprszqncnm8zy6ns6709iq1nwkf7i86nr38f035j4lc11y",
2556 "hash": "sha256-PgRGiSwDODSyNSgeN7kNOCZwjLbGf1Qts/jrfLGYKwU=",
2558 "fetchSubmodules": true,
2560 "leaveDotGit": false
2562 '') ["date" "path" "sha256"]) ;
2564 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
2565 propagatedBuildInputs = [ lua ];
2568 homepage = "https://github.com/mpeterv/markdown";
2569 description = "Markdown text-to-html markup system.";
2570 license.fullName = "MIT/X11";
2574 mediator_lua = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
2575 buildLuarocksPackage {
2576 pname = "mediator_lua";
2577 version = "1.1.2-0";
2578 knownRockspec = (fetchurl {
2579 url = "mirror://luarocks/mediator_lua-1.1.2-0.rockspec";
2580 sha256 = "0frzvf7i256260a1s8xh92crwa2m42972qxfq29zl05aw3pyn7bm";
2583 url = "https://github.com/Olivine-Labs/mediator_lua/archive/v1.1.2-0.tar.gz";
2584 sha256 = "16zzzhiy3y35v8advmlkzpryzxv5vji7727vwkly86q8sagqbxgs";
2587 disabled = (luaOlder "5.1");
2588 propagatedBuildInputs = [ lua ];
2591 homepage = "http://olivinelabs.com/mediator_lua/";
2592 description = "Event handling through channels";
2593 license.fullName = "MIT <http://opensource.org/licenses/MIT>";
2597 middleclass = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
2598 buildLuarocksPackage {
2599 pname = "middleclass";
2600 version = "4.1.1-0";
2601 knownRockspec = (fetchurl {
2602 url = "mirror://luarocks/middleclass-4.1.1-0.rockspec";
2603 sha256 = "10xzs48lr1dy7cx99581r956gl16px0a9gbdlfar41n19r96mhb1";
2606 url = "https://github.com/kikito/middleclass/archive/v4.1.1.tar.gz";
2607 sha256 = "11ahv0b9wgqfnabv57rb7ilsvn2vcvxb1czq6faqrsqylvr5l7nh";
2610 disabled = (luaOlder "5.1");
2611 propagatedBuildInputs = [ lua ];
2614 homepage = "https://github.com/kikito/middleclass";
2615 description = "A simple OOP library for Lua";
2616 license.fullName = "MIT";
2620 moonscript = callPackage({ argparse, buildLuarocksPackage, fetchgit, lpeg, lua, luaOlder, luafilesystem }:
2621 buildLuarocksPackage {
2622 pname = "moonscript";
2625 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2626 "url": "https://github.com/leafo/moonscript.git",
2627 "rev": "fbd8ad48737651114a3d3a672b9f8f8b3a7022b7",
2628 "date": "2023-06-23T09:33:37-07:00",
2629 "path": "/nix/store/sy1dkcfp3rg7lvazba36sivpk0bs12r5-moonscript",
2630 "sha256": "02w6lp5kid73dcd5x71666my7413l05ak0xvva6hp8ixbn6qraqn",
2631 "hash": "sha256-FquMjV09oguN2ruDqQqgI5DjqzEmnF4aa+O0OMulhgs=",
2633 "fetchSubmodules": true,
2635 "leaveDotGit": false
2637 '') ["date" "path" "sha256"]) ;
2639 disabled = (luaOlder "5.1");
2640 propagatedBuildInputs = [ argparse lpeg lua luafilesystem ];
2643 homepage = "http://moonscript.org";
2644 description = "A programmer friendly language that compiles to Lua";
2645 maintainers = with lib.maintainers; [ arobyn ];
2646 license.fullName = "MIT";
2650 mpack = callPackage({ buildLuarocksPackage, fetchurl }:
2651 buildLuarocksPackage {
2653 version = "1.0.11-0";
2654 knownRockspec = (fetchurl {
2655 url = "mirror://luarocks/mpack-1.0.11-0.rockspec";
2656 sha256 = "0alydkccamxldij7ki42imd37630d9qnqg22pndcgkawfclfqzqa";
2659 url = "https://github.com/libmpack/libmpack-lua/releases/download/1.0.11/libmpack-lua-1.0.11.tar.gz";
2660 sha256 = "15np7603rijavycvrjgjp12y64zs36390lg2hsnr5av790cfrnd2";
2665 homepage = "https://github.com/libmpack/libmpack-lua";
2666 description = "Lua binding to libmpack";
2667 license.fullName = "MIT";
2671 nui-nvim = callPackage({ buildLuarocksPackage, fetchgit, fetchurl }:
2672 buildLuarocksPackage {
2674 version = "0.2.0-1";
2675 knownRockspec = (fetchurl {
2676 url = "mirror://luarocks/nui.nvim-0.2.0-1.rockspec";
2677 sha256 = "0v2z6lgl6hrzcjlzhis8nrkdkh9kvx8zg3q5svi5gyklg7vmcbc2";
2679 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2680 "url": "https://github.com/MunifTanjim/nui.nvim.git",
2681 "rev": "9e3916e784660f55f47daa6f26053ad044db5d6a",
2682 "date": "2023-07-20T10:45:09+06:00",
2683 "path": "/nix/store/8zdhjgipjjhi9b1y40r2yk5np4lp39as-nui.nvim",
2684 "sha256": "14a73dwl56kah9h36b40ir6iylvfs261ysz17qvi9vhp63vjq9cx",
2685 "hash": "sha256-nSUs9zAX7hQ3PuFrH4zQblMfTY6ALDNggmqaQnkbR5E=",
2687 "fetchSubmodules": true,
2689 "leaveDotGit": false
2691 '') ["date" "path" "sha256"]) ;
2695 homepage = "https://github.com/MunifTanjim/nui.nvim";
2696 description = "UI Component Library for Neovim.";
2697 maintainers = with lib.maintainers; [ mrcjkb ];
2698 license.fullName = "MIT";
2702 nvim-client = callPackage({ buildLuarocksPackage, coxpcall, fetchurl, lua, luaOlder, luv, mpack }:
2703 buildLuarocksPackage {
2704 pname = "nvim-client";
2705 version = "0.2.4-1";
2708 url = "https://github.com/neovim/lua-client/archive/0.2.4-1.tar.gz";
2709 sha256 = "0sk1lmj0r7pyj9k3p6n0wqjbd95br44ansz0ck3amp6ql8f9kprf";
2712 disabled = (luaOlder "5.1");
2713 propagatedBuildInputs = [ coxpcall lua luv mpack ];
2716 homepage = "https://github.com/neovim/lua-client";
2717 description = "Lua client to Nvim";
2718 license.fullName = "Apache";
2722 nvim-cmp = callPackage({ buildLuarocksPackage, fetchgit, lua, luaAtLeast, luaOlder }:
2723 buildLuarocksPackage {
2727 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2728 "url": "https://github.com/hrsh7th/nvim-cmp",
2729 "rev": "5dce1b778b85c717f6614e3f4da45e9f19f54435",
2730 "date": "2023-08-26T15:31:42+00:00",
2731 "path": "/nix/store/lvpzc5q7mv66knxh1igvzkrcwkpg8l8q-nvim-cmp",
2732 "sha256": "1yl5b680p6vhk1741riiwjnw7a4wn0nimjvcab0ij6mx3kf28rsq",
2733 "hash": "sha256-WGck3By9GhnBUmzLGi2wnKjDreQx5kBOmHCbC5BZhfo=",
2735 "fetchSubmodules": true,
2737 "leaveDotGit": false
2739 '') ["date" "path" "sha256"]) ;
2741 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
2742 propagatedBuildInputs = [ lua ];
2745 homepage = "https://github.com/hrsh7th/nvim-cmp";
2746 description = "A completion plugin for neovim";
2747 license.fullName = "MIT";
2751 penlight = callPackage({ buildLuarocksPackage, fetchgit, lua, luaOlder, luafilesystem }:
2752 buildLuarocksPackage {
2756 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2757 "url": "https://github.com/lunarmodules/penlight.git",
2758 "rev": "dc6d19c5c1e1b4ac55b14df17b7645af6b410140",
2759 "date": "2023-09-21T10:51:09+02:00",
2760 "path": "/nix/store/vbi0d32mbaqcra3jligv8ajq17m1wxa4-penlight",
2761 "sha256": "12ppgby8ldh4zxwcr7cknacbdvk30fi92sgyzh1zbgvym4l44g0c",
2762 "hash": "sha256-DDxCKKl+v/UD/P5pkaIDY+62mLKTncx4/wQ2ivx694o=",
2764 "fetchSubmodules": true,
2766 "leaveDotGit": false
2768 '') ["date" "path" "sha256"]) ;
2770 disabled = (luaOlder "5.1");
2771 propagatedBuildInputs = [ lua luafilesystem ];
2774 homepage = "https://lunarmodules.github.io/penlight";
2775 description = "Lua utility libraries loosely based on the Python standard libraries";
2776 maintainers = with lib.maintainers; [ alerque ];
2777 license.fullName = "MIT/X11";
2781 plenary-nvim = callPackage({ buildLuarocksPackage, fetchgit, lua, luaAtLeast, luaOlder, luassert }:
2782 buildLuarocksPackage {
2783 pname = "plenary.nvim";
2786 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2787 "url": "https://github.com/nvim-lua/plenary.nvim",
2788 "rev": "50012918b2fc8357b87cff2a7f7f0446e47da174",
2789 "date": "2023-10-11T15:43:47+02:00",
2790 "path": "/nix/store/jsgaq274w8pbl4pnmpii3izxafpl346g-plenary.nvim",
2791 "sha256": "1sn7vpsbwpyndsjyxb4af8fvz4sfhlbavvw6jjsv3h18sdvkh7nd",
2792 "hash": "sha256-zR44d9MowLG1lIbvrRaFTpO/HXKKrO6lbtZfvvTdx+o=",
2794 "fetchSubmodules": true,
2796 "leaveDotGit": false
2798 '') ["date" "path" "sha256"]) ;
2800 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
2801 propagatedBuildInputs = [ lua luassert ];
2804 homepage = "http://github.com/nvim-lua/plenary.nvim";
2805 description = "lua functions you don't want to write ";
2806 license.fullName = "MIT/X11";
2810 rapidjson = callPackage({ buildLuarocksPackage, fetchgit, lua, luaOlder }:
2811 buildLuarocksPackage {
2812 pname = "rapidjson";
2813 version = "0.7.1-1";
2815 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2816 "url": "https://github.com/xpol/lua-rapidjson",
2817 "rev": "242b40c8eaceb0cc43bcab88309736461cac1234",
2818 "date": "2021-04-09T19:59:20+08:00",
2819 "path": "/nix/store/65l71ph27pmipgrq8j4whg6n8h2avvs4-lua-rapidjson",
2820 "sha256": "1a6srvximxlh6gjkaj5y86d1kf06pc4gby2r6wpdw2pdac8k7xyb",
2821 "hash": "sha256-y/czEVPtCt4uN1n49Qi7BrgZmkG+SDXlM5D2GvvO2qg=",
2823 "fetchSubmodules": true,
2825 "leaveDotGit": false
2827 '') ["date" "path" "sha256"]) ;
2829 disabled = (luaOlder "5.1");
2830 propagatedBuildInputs = [ lua ];
2833 homepage = "https://github.com/xpol/lua-rapidjson";
2834 description = "Json module based on the very fast RapidJSON.";
2835 license.fullName = "MIT";
2839 rest-nvim = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua, luaOlder }:
2840 buildLuarocksPackage {
2841 pname = "rest.nvim";
2843 knownRockspec = (fetchurl {
2844 url = "mirror://luarocks/rest.nvim-0.2-1.rockspec";
2845 sha256 = "1yq8gx585c10j8kybp20swyv9q0i3lm5k0rrv4bgsbwz3ychn0k1";
2848 url = "https://github.com/rest-nvim/rest.nvim/archive/0.2.zip";
2849 sha256 = "0ycjrrl37z465p71bdkas3q2ky1jmgr2cjnirnskdc6wz14wl09g";
2852 disabled = (luaOlder "5.1");
2853 propagatedBuildInputs = [ lua ];
2856 homepage = "https://github.com/rest-nvim/rest.nvim";
2857 description = "A fast Neovim http client written in Lua";
2858 maintainers = with lib.maintainers; [ teto ];
2859 license.fullName = "MIT";
2863 rustaceanvim = callPackage({ lua, luaOlder, buildLuarocksPackage, fetchzip }:
2864 buildLuarocksPackage {
2865 pname = "rustaceanvim";
2866 version = "3.0.0-1";
2867 knownRockspec = (fetchurl {
2868 url = "mirror://luarocks/rustaceanvim-3.0.0-1.rockspec";
2869 sha256 = "1v1k08spq3zalgya6q3qny6zpwhn0nb5nl5dn0rkcvnc4imvnyfy";
2872 url = "https://github.com/mrcjkb/rustaceanvim/archive/3.0.0.zip";
2873 sha256 = "1prpklbijr7p890nflr9jixf955dlp3ph9zl2rq3xxyl20ncyqbk";
2876 disabled = (luaOlder "5.1");
2877 propagatedBuildInputs = [ lua ];
2880 homepage = "https://github.com/mrcjkb/rustaceanvim";
2881 description = "Supercharge your Rust experience in Neovim! A heavily modified fork of rust-tools.nvim";
2882 maintainers = with lib.maintainers; [ mrcjkb ];
2883 license.fullName = "GPL-2.0";
2887 say = callPackage({ buildLuarocksPackage, fetchgit, lua, luaOlder }:
2888 buildLuarocksPackage {
2892 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2893 "url": "https://github.com/lunarmodules/say.git",
2894 "rev": "3e1f783d0aa496eb21d16e85b2235335cb9332df",
2895 "date": "2023-08-13T02:37:27+03:00",
2896 "path": "/nix/store/5biavac0k8z0xg4rr3bm8z3kdi8mm8c0-say",
2897 "sha256": "04dkf0av6n71vmz0h86i5brklvaf9p91lkldn1xldpdr0qqs0x63",
2898 "hash": "sha256-w3SgMQa53UZ7sI1OGtJNTm068yrRIAh+3eFYsxVwsxE=",
2900 "fetchSubmodules": true,
2902 "leaveDotGit": false
2904 '') ["date" "path" "sha256"]) ;
2906 disabled = (luaOlder "5.1");
2907 propagatedBuildInputs = [ lua ];
2910 homepage = "https://lunarmodules.github.io/say";
2911 description = "Lua string hashing/indexing library";
2912 license.fullName = "MIT";
2916 serpent = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaAtLeast, luaOlder }:
2917 buildLuarocksPackage {
2920 knownRockspec = (fetchurl {
2921 url = "mirror://luarocks/serpent-0.30-2.rockspec";
2922 sha256 = "0v83lr9ars1n0djbh7np8jjqdhhaw0pdy2nkcqzqrhv27rzv494n";
2924 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2925 "url": "https://github.com/pkulchenko/serpent",
2926 "rev": "d78683597606c6e13a1fed039bc91d86eb8f600f",
2927 "date": "2017-09-01T21:35:14-07:00",
2928 "path": "/nix/store/z6df44n3p07n4bia7s514vgngbkbpnap-serpent",
2929 "sha256": "0q80yfrgqgr01qprf0hrp284ngb7fbcq1v9rbzmdkhbm9lpgy8v8",
2930 "hash": "sha256-aCP/Lk11wdnqXzntgNlyZz1LkLgZApcvDiA//LLzAGE=",
2932 "fetchSubmodules": true,
2934 "leaveDotGit": false
2936 '') ["date" "path" "sha256"]) ;
2938 disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
2939 propagatedBuildInputs = [ lua ];
2942 homepage = "https://github.com/pkulchenko/serpent";
2943 description = "Lua serializer and pretty printer";
2944 maintainers = with lib.maintainers; [ lockejan ];
2945 license.fullName = "MIT";
2949 sqlite = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, luv }:
2950 buildLuarocksPackage {
2952 version = "v1.2.2-0";
2953 knownRockspec = (fetchurl {
2954 url = "mirror://luarocks/sqlite-v1.2.2-0.rockspec";
2955 sha256 = "0jxsl9lpxsbzc6s5bwmh27mglkqz1299lz68vfxayvailwl3xbxm";
2957 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2958 "url": "https://github.com/tami5/sqlite.lua.git",
2959 "rev": "6c00ab414dc1b69621b145908c582b747f24b46e",
2960 "date": "2022-06-17T15:57:13+03:00",
2961 "path": "/nix/store/637s46bsvsxfnzmy6ygig3y0vqmf3r8p-sqlite.lua",
2962 "sha256": "0ckifx6xxrannn9szacgiiqjsp4rswghxscdl3s411dhas8djj1m",
2963 "hash": "sha256-NUjZkFawhUD0oI3pDh/XmVwtcYyPqa+TtVbl3k13cTI=",
2965 "fetchSubmodules": true,
2967 "leaveDotGit": false
2969 '') ["date" "path" "sha256"]) ;
2971 propagatedBuildInputs = [ luv ];
2974 homepage = "https://github.com/tami5/sqlite.lua";
2975 description = "SQLite/LuaJIT binding and a highly opinionated wrapper for storing, retrieving, caching, and persisting [SQLite] databases";
2976 license.fullName = "MIT";
2980 std-_debug = callPackage({ buildLuarocksPackage, fetchgit, lua, luaAtLeast, luaOlder }:
2981 buildLuarocksPackage {
2982 pname = "std._debug";
2985 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2986 "url": "https://github.com/lua-stdlib/_debug.git",
2987 "rev": "8b80b14bbbe7259a47c160176546bb152bb2d6f1",
2988 "date": "2023-01-31T16:39:35-07:00",
2989 "path": "/nix/store/i24iz2hvnjp18iz9z8kljsy9iv17m2zl-_debug",
2990 "sha256": "07z5lz3gy8wzzks79r3v68vckj42i3sybhfmqx7h2s58ld2kn5fd",
2991 "hash": "sha256-zRU7RaOoaAFPx9XB5fWIgsjJNjJ75HT0/J8j/8an5R8=",
2993 "fetchSubmodules": true,
2995 "leaveDotGit": false
2997 '') ["date" "path" "sha256"]) ;
2999 disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
3000 propagatedBuildInputs = [ lua ];
3003 homepage = "http://lua-stdlib.github.io/_debug";
3004 description = "Debug Hints Library";
3005 license.fullName = "MIT/X11";
3009 std-normalize = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua, luaAtLeast, luaOlder, std-_debug }:
3010 buildLuarocksPackage {
3011 pname = "std.normalize";
3012 version = "2.0.3-1";
3013 knownRockspec = (fetchurl {
3014 url = "mirror://luarocks/std.normalize-2.0.3-1.rockspec";
3015 sha256 = "1l83ikiaw4dch2r69cxpl93b9d4wf54vbjb6fcggnkxxgm0amj3a";
3018 url = "http://github.com/lua-stdlib/normalize/archive/v2.0.3.zip";
3019 sha256 = "1gyywglxd2y7ck3hk8ap73w0x7hf9irpg6vgs8yc6k9k4c5g3fgi";
3022 disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
3023 propagatedBuildInputs = [ lua std-_debug ];
3026 homepage = "https://lua-stdlib.github.io/normalize";
3027 description = "Normalized Lua Functions";
3028 license.fullName = "MIT/X11";
3032 stdlib = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua, luaAtLeast, luaOlder }:
3033 buildLuarocksPackage {
3035 version = "41.2.2-1";
3036 knownRockspec = (fetchurl {
3037 url = "mirror://luarocks/stdlib-41.2.2-1.rockspec";
3038 sha256 = "0rscb4cm8s8bb8fk8rknc269y7bjqpslspsaxgs91i8bvabja6f6";
3041 url = "http://github.com/lua-stdlib/lua-stdlib/archive/release-v41.2.2.zip";
3042 sha256 = "0ry6k0wh4vyar1z68s0qmqzkdkfn9lcznsl8av7x78qz6l16wfw4";
3045 disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
3046 propagatedBuildInputs = [ lua ];
3049 homepage = "http://lua-stdlib.github.io/lua-stdlib";
3050 description = "General Lua Libraries";
3051 maintainers = with lib.maintainers; [ vyp ];
3052 license.fullName = "MIT/X11";
3056 teal-language-server = callPackage({ buildLuarocksPackage, cyan, dkjson, fetchgit, fetchurl, luafilesystem }:
3057 buildLuarocksPackage {
3058 pname = "teal-language-server";
3060 knownRockspec = (fetchurl {
3061 url = "mirror://luarocks/teal-language-server-dev-1.rockspec";
3062 sha256 = "01l44c6bknz7ff9xqgich31hlb0yk4ms5k1hs4rhm3cs95s5vlzc";
3064 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
3065 "url": "https://git@github.com/teal-language/teal-language-server.git",
3066 "rev": "67b5d7cad60b9df472851a2c61591f2aab97da47",
3067 "date": "2022-12-21T20:33:53-06:00",
3068 "path": "/nix/store/qyaz38njm8qgyfxca6m6f8i4lkfcfdb0-teal-language-server",
3069 "sha256": "12nqarykmdvxxci9l6gq2yhn4pjzzqlxyrl2c8svb97hka68wjvx",
3070 "hash": "sha256-fUuOjJrwpLU1YoJm3yn+X15ioRf4GZoi6323On1W2Io=",
3072 "fetchSubmodules": true,
3074 "leaveDotGit": false
3076 '') ["date" "path" "sha256"]) ;
3078 propagatedBuildInputs = [ cyan dkjson luafilesystem ];
3081 homepage = "https://github.com/teal-language/teal-language-server";
3082 description = "A language server for the Teal language";
3083 license.fullName = "MIT";
3087 telescope-manix = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua, luaOlder, telescope-nvim }:
3088 buildLuarocksPackage {
3089 pname = "telescope-manix";
3090 version = "0.5.0-1";
3091 knownRockspec = (fetchurl {
3092 url = "mirror://luarocks/telescope-manix-0.5.0-1.rockspec";
3093 sha256 = "0i5q9sr0vn0w6yqg530jx2fx52k9jr7rss4ibl49f1x3wv6sckv1";
3096 url = "https://github.com/mrcjkb/telescope-manix/archive/0.5.0.zip";
3097 sha256 = "093vkh822ycnc1pri3zmzzqnz235xxam3z1l67zyyqlc1apbarax";
3100 disabled = (luaOlder "5.1");
3101 propagatedBuildInputs = [ lua telescope-nvim ];
3104 homepage = "https://github.com/mrcjkb/telescope-manix";
3105 description = "A telescope.nvim extension for Manix - A fast documentation searcher for Nix";
3106 license.fullName = "GPL-2.0";
3110 telescope-nvim = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, plenary-nvim }:
3111 buildLuarocksPackage {
3112 pname = "telescope.nvim";
3114 knownRockspec = (fetchurl {
3115 url = "mirror://luarocks/telescope.nvim-scm-1.rockspec";
3116 sha256 = "07mjkv1nv9b3ifxk2bbpbhvp0awblyklyz6aaqw418x4gm4q1g35";
3118 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
3119 "url": "https://github.com/nvim-telescope/telescope.nvim",
3120 "rev": "74ce793a60759e3db0d265174f137fb627430355",
3121 "date": "2023-10-11T12:29:23+02:00",
3122 "path": "/nix/store/7k50qqgamc2ldxdf54jqs8sy8m8vcfzr-telescope.nvim",
3123 "sha256": "1m4v097y8ypjm572k1qqii3z56w4x1dsjxd6gp0z24xqyvd4kpa4",
3124 "hash": "sha256-RN1J2va4E/HBfaZ1qVvohJvyR4wYhylOqfJ65E8Cm9Q=",
3126 "fetchSubmodules": true,
3128 "leaveDotGit": false
3130 '') ["date" "path" "sha256"]) ;
3132 disabled = (lua.luaversion != "5.1");
3133 propagatedBuildInputs = [ lua plenary-nvim ];
3136 homepage = "https://github.com/nvim-telescope/telescope.nvim";
3137 description = "Find, Filter, Preview, Pick. All lua, all the time.";
3138 license.fullName = "MIT";
3142 tl = callPackage({ argparse, buildLuarocksPackage, compat53, fetchgit, fetchurl, luafilesystem }:
3143 buildLuarocksPackage {
3145 version = "0.15.2-1";
3146 knownRockspec = (fetchurl {
3147 url = "mirror://luarocks/tl-0.15.2-1.rockspec";
3148 sha256 = "1qisdflgikry0jdqvnzdcqib2svbafp10n0gfwm3fcrzqsdxy0xr";
3150 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
3151 "url": "https://github.com/teal-language/tl",
3152 "rev": "d2fc36b5ff9a52d7265e63eb74cce70fd1cdbcb2",
3153 "date": "2023-04-27T11:28:21-03:00",
3154 "path": "/nix/store/ramhj3a29lrn0bblbgyxn4712a7caq8k-tl",
3155 "sha256": "1dgldi9pgg23iz3xis4i43bnvkwirh7kkycmr5xp75s2cc85zhg0",
3156 "hash": "sha256-4MFfEGNCl3N7yZX5OQ/Mkc9t1yCR6NjHj0O8d1Ns9LU=",
3158 "fetchSubmodules": true,
3160 "leaveDotGit": false
3162 '') ["date" "path" "sha256"]) ;
3164 propagatedBuildInputs = [ argparse compat53 luafilesystem ];
3167 homepage = "https://github.com/teal-language/tl";
3168 description = "Teal, a typed dialect of Lua";
3169 maintainers = with lib.maintainers; [ mephistophiles ];
3170 license.fullName = "MIT";
3174 toml = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
3175 buildLuarocksPackage {
3177 version = "0.3.0-0";
3178 knownRockspec = (fetchurl {
3179 url = "mirror://luarocks/toml-0.3.0-0.rockspec";
3180 sha256 = "0y4qdzsvf4xwnr49xcpbqclrq9d6snv83cbdkrchl0cn4cx6zpxy";
3182 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
3183 "url": "https://github.com/LebJe/toml.lua.git",
3184 "rev": "319e9accf8c5cedf68795354ba81e54c817d1277",
3185 "date": "2023-02-19T23:00:49-05:00",
3186 "path": "/nix/store/p6a98sqp9a4jwsw6ghqcwpn9lxmhvkdg-toml.lua",
3187 "sha256": "05p33bq0ajl41vbsw9bx73shpf0p11n5gb6yy8asvp93zh2m51hq",
3188 "hash": "sha256-GIZSBfwj3a0V8t6sV2wIF7gL9Th9Ja7XDoRKBfAa4xY=",
3190 "fetchSubmodules": true,
3192 "leaveDotGit": false
3194 '') ["date" "path" "sha256"]) ;
3196 disabled = (luaOlder "5.1");
3197 propagatedBuildInputs = [ lua ];
3200 homepage = "https://github.com/LebJe/toml.lua";
3201 description = "TOML v1.0.0 parser and serializer for Lua. Powered by toml++.";
3202 maintainers = with lib.maintainers; [ mrcjkb ];
3203 license.fullName = "MIT";
3207 toml-edit = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder, luarocks-build-rust-mlua }:
3208 buildLuarocksPackage {
3209 pname = "toml-edit";
3210 version = "0.1.4-1";
3211 knownRockspec = (fetchurl {
3212 url = "mirror://luarocks/toml-edit-0.1.4-1.rockspec";
3213 sha256 = "05bcc1xafcspdf1rcka9bhg7b6z617b4jrcahs1r7grcp78w89vf";
3215 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
3216 "url": "https://github.com/vhyrro/toml-edit.lua",
3217 "rev": "f6efdab4ca6fab276f172060971781dc42a94f2d",
3218 "date": "2023-10-02T16:54:10+02:00",
3219 "path": "/nix/store/p1368agmqg4jwb1qvf2iff3fdrq9vkdj-toml-edit.lua",
3220 "sha256": "1aa8znjnmm84392gnl7w0hm069xfv7niym3i8my7kyk0vdgxja06",
3221 "hash": "sha256-BijZX9tg+nl8RXFUH+3ZricDKgT8UPtEGgTVaqX9SKk=",
3223 "fetchSubmodules": true,
3225 "leaveDotGit": false
3227 '') ["date" "path" "sha256"]) ;
3229 disabled = (luaOlder "5.1");
3230 propagatedBuildInputs = [ lua luarocks-build-rust-mlua ];
3233 homepage = "https://github.com/vhyrro/toml-edit.lua";
3234 description = "TOML Parser + Formatting and Comment-Preserving Editor";
3235 maintainers = with lib.maintainers; [ mrcjkb ];
3236 license.fullName = "MIT";
3240 vstruct = callPackage({ buildLuarocksPackage, fetchgit, lua, luaOlder }:
3241 buildLuarocksPackage {
3243 version = "2.1.1-1";
3245 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
3246 "url": "https://github.com/ToxicFrog/vstruct.git",
3247 "rev": "924d3dd63043189e4a7ef6b1b54b19208054cc0f",
3248 "date": "2020-05-06T23:13:06-04:00",
3249 "path": "/nix/store/a4i9k5hx9xiz38bij4hb505dg088jkss-vstruct",
3250 "sha256": "0sl9v874mckhh6jbxsan48s5xajzx193k4qlphw69sdbf8kr3p57",
3251 "hash": "sha256-p9yRJ3Kr6WQ4vBSTOVLoX6peNCJW6b6kgXCySg7aiWo=",
3253 "fetchSubmodules": true,
3255 "leaveDotGit": false
3257 '') ["date" "path" "sha256"]) ;
3259 disabled = (luaOlder "5.1");
3260 propagatedBuildInputs = [ lua ];
3263 homepage = "https://github.com/ToxicFrog/vstruct";
3264 description = "Lua library to manipulate binary data";
3268 vusted = callPackage({ buildLuarocksPackage, busted, fetchgit, fetchurl }:
3269 buildLuarocksPackage {
3271 version = "2.3.1-1";
3272 knownRockspec = (fetchurl {
3273 url = "mirror://luarocks/vusted-2.3.1-1.rockspec";
3274 sha256 = "03h7l12xk43rql9vxb5nzfimx9srwaazx2r3j2zm1ba2qz06h0qc";
3276 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
3277 "url": "https://github.com/notomo/vusted.git",
3278 "rev": "2bc6818a756e47240d9284f1dfac21b011ca84ea",
3279 "date": "2023-10-09T11:47:28+09:00",
3280 "path": "/nix/store/jq2yl4adpnyilp3yyw161j1a29bwahqi-vusted",
3281 "sha256": "04lxc78n3h1qhby6b4k9x8hb1c3sgqdid71fsvyg4y6j7rb55a8z",
3282 "hash": "sha256-H6lSVj7SePL81i6cFht+erCwIOppkmX8gjjAYdFhnRI=",
3284 "fetchSubmodules": true,
3286 "leaveDotGit": false
3288 '') ["date" "path" "sha256"]) ;
3290 propagatedBuildInputs = [ busted ];
3293 homepage = "https://github.com/notomo/vusted";
3294 description = "`busted` wrapper for testing neovim plugin";
3295 maintainers = with lib.maintainers; [ figsoda ];
3296 license.fullName = "MIT <http://opensource.org/licenses/MIT>";
3302 /* GENERATED - do not edit this file */