1 /* pkgs/development/lua-modules/generated-packages.nix is an auto-generated file -- DO NOT EDIT!
2 Regenerate it with: nix run nixpkgs#update-luarocks-packages
3 You can customize the generated packages in pkgs/development/lua-modules/overrides.nix
6 { stdenv, lib, fetchurl, fetchgit, callPackage, ... } @ args:
9 alt-getopt = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaAtLeast, luaOlder }:
10 buildLuarocksPackage {
13 knownRockspec = (fetchurl {
14 url = "mirror://luarocks/alt-getopt-0.8.0-1.rockspec";
15 sha256 = "17yxi1lsrbkmwzcn1x48x8758d7v1frsz1bmnpqfv4vfnlh0x210";
17 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
18 "url": "https://github.com/cheusov/lua-alt-getopt",
19 "rev": "f495c21d6a203ab280603aa5799e636fb5651ae7",
20 "date": "2017-01-06T13:50:55+03:00",
21 "path": "/nix/store/z72v77cw9188408ynsppwhlzii2dr740-lua-alt-getopt",
22 "sha256": "1kq7r5668045diavsqd1j6i9hxdpsk99w8q4zr8cby9y3ws4q6rv",
23 "hash": "sha256-OxtMNB8++cVQ/gQjntLUt3WYopGhYb1VbIUAZEzJB88=",
25 "fetchSubmodules": true,
29 '') ["date" "path" "sha256"]) ;
31 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
32 propagatedBuildInputs = [ lua ];
35 homepage = "https://github.com/cheusov/lua-alt-getopt";
36 description = "Process application arguments the same way as getopt_long";
37 maintainers = with lib.maintainers; [ arobyn ];
38 license.fullName = "MIT/X11";
42 argparse = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua, luaAtLeast, luaOlder }:
43 buildLuarocksPackage {
46 knownRockspec = (fetchurl {
47 url = "mirror://luarocks/argparse-0.7.1-1.rockspec";
48 sha256 = "116iaczq6glzzin6qqa2zn7i22hdyzzsq6mzjiqnz6x1qmi0hig8";
51 url = "https://github.com/luarocks/argparse/archive/0.7.1.zip";
52 sha256 = "0idg79d0dfis4qhbkbjlmddq87np75hb2vj41i6prjpvqacvg5v1";
55 disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
56 propagatedBuildInputs = [ lua ];
59 homepage = "https://github.com/luarocks/argparse";
60 description = "A feature-rich command-line argument parser";
61 license.fullName = "MIT";
65 basexx = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
66 buildLuarocksPackage {
69 knownRockspec = (fetchurl {
70 url = "mirror://luarocks/basexx-0.4.1-1.rockspec";
71 sha256 = "0kmydxm2wywl18cgj303apsx7hnfd68a9hx9yhq10fj7yfcxzv5f";
74 url = "https://github.com/aiq/basexx/archive/v0.4.1.tar.gz";
75 sha256 = "1rnz6xixxqwy0q6y2hi14rfid4w47h69gfi0rnlq24fz8q2b0qpz";
78 disabled = (luaOlder "5.1");
79 propagatedBuildInputs = [ lua ];
82 homepage = "https://github.com/aiq/basexx";
83 description = "A base2, base16, base32, base64 and base85 library for Lua";
84 license.fullName = "MIT";
88 binaryheap = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
89 buildLuarocksPackage {
92 knownRockspec = (fetchurl {
93 url = "mirror://luarocks/binaryheap-0.4-1.rockspec";
94 sha256 = "1ah37lhskmrb26by5ygs7jblx7qnf6mphgw8kwhw0yacvmkcbql4";
97 url = "https://github.com/Tieske/binaryheap.lua/archive/version_0v4.tar.gz";
98 sha256 = "0f5l4nb5s7dycbkgh3rrl7pf0npcf9k6m2gr2bsn09fjyb3bdc8h";
101 disabled = (luaOlder "5.1");
102 propagatedBuildInputs = [ lua ];
105 homepage = "https://github.com/Tieske/binaryheap.lua";
106 description = "Binary heap implementation in pure Lua";
107 maintainers = with lib.maintainers; [ vcunat ];
108 license.fullName = "MIT/X11";
112 bit32 = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
113 buildLuarocksPackage {
116 knownRockspec = (fetchurl {
117 url = "mirror://luarocks/bit32-5.3.0-1.rockspec";
118 sha256 = "1d6xdihpksrj5a3yvsvnmf3vfk15hj6f8n1rrs65m7adh87hc0yd";
120 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
121 "url": "https://github.com/keplerproject/lua-compat-5.2.git",
122 "rev": "10c7d40943601eb1f80caa9e909688bb203edc4d",
123 "date": "2015-02-17T10:44:04+01:00",
124 "path": "/nix/store/9kz7kgjmq0w9plrpha866bmwsgp4rfhn-lua-compat-5.2",
125 "sha256": "1ipqlbvb5w394qwhm2f3w6pdrgy8v4q8sps5hh3pqz14dcqwakhj",
126 "hash": "sha256-Ek7FMWskfHwHhEVfjTDZyL/cruHDiQo5Jmnwsvai+MY=",
128 "fetchSubmodules": true,
132 '') ["date" "path" "sha256"]) ;
134 disabled = (luaOlder "5.1");
135 propagatedBuildInputs = [ lua ];
138 homepage = "http://www.lua.org/manual/5.2/manual.html#6.7";
139 description = "Lua 5.2 bit manipulation library";
140 maintainers = with lib.maintainers; [ lblasc ];
141 license.fullName = "MIT/X11";
145 busted = callPackage({ buildLuarocksPackage, dkjson, fetchgit, fetchurl, lua, lua-term, luaOlder, lua_cliargs, luassert, luasystem, mediator_lua, penlight, say }:
146 buildLuarocksPackage {
149 knownRockspec = (fetchurl {
150 url = "mirror://luarocks/busted-2.2.0-1.rockspec";
151 sha256 = "0h4zk4lcm40wg3l0vgjn6lsyh9yayhljx65a0pz5n99dxal8lgnf";
153 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
154 "url": "https://github.com/lunarmodules/busted.git",
155 "rev": "02f31a9c103a44e166617cfdb6ba1b8994a9c912",
156 "date": "2023-11-06T14:24:47+03:00",
157 "path": "/nix/store/59a4spix6yw8lvkxq7q1fkdv0gfqd72k-busted",
158 "sha256": "0pwyidy7l223ydsfbf5xsjqgyhm73942ks44d3bivh8ldam4zg74",
159 "hash": "sha256-5LxPqmoUwR3XaIToKUgap0L/sNS9uOV080MIenyLnl8=",
161 "fetchSubmodules": true,
165 '') ["date" "path" "sha256"]) ;
167 disabled = (luaOlder "5.1");
168 propagatedBuildInputs = [ dkjson lua lua-term lua_cliargs luassert luasystem mediator_lua penlight say ];
171 homepage = "https://lunarmodules.github.io/busted/";
172 description = "Elegant Lua unit testing";
173 license.fullName = "MIT <http://opensource.org/licenses/MIT>";
177 cassowary = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder, penlight }:
178 buildLuarocksPackage {
181 knownRockspec = (fetchurl {
182 url = "mirror://luarocks/cassowary-2.3.2-1.rockspec";
183 sha256 = "0c6sflm8zpgbcdj47s3rd34h69h3nqcciaaqd1wdx5m0lwc3mii0";
185 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
186 "url": "https://github.com/sile-typesetter/cassowary.lua",
187 "rev": "e33195f08438c15d725d283979165fda7c6c3321",
188 "date": "2022-04-22T11:23:46+03:00",
189 "path": "/nix/store/51mb376xh9pnh2krk08ljmy01zhr9y3z-cassowary.lua",
190 "sha256": "1lvl40dhzmbqqjrqpjgqlg2kl993fpdy1mpc6d1610zpa9znx1f0",
191 "hash": "sha256-wIVuf1L3g2BCM+zW4Nt1IyU6xaP4yYuzxHjVDxsgdNM=",
193 "fetchSubmodules": true,
197 '') ["date" "path" "sha256"]) ;
199 disabled = (luaOlder "5.1");
200 propagatedBuildInputs = [ lua penlight ];
203 homepage = "https://github.com/sile-typesetter/cassowary.lua";
204 description = "The cassowary constraint solver";
205 maintainers = with lib.maintainers; [ marsam alerque ];
206 license.fullName = "Apache 2";
210 cldr = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder, penlight }:
211 buildLuarocksPackage {
214 knownRockspec = (fetchurl {
215 url = "mirror://luarocks/cldr-0.3.0-0.rockspec";
216 sha256 = "1fnr8k713w21v7hc64s4w5lgcgnbphq3gm69pisc2s4wq2fkija1";
218 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
219 "url": "https://github.com/alerque/cldr-lua.git",
220 "rev": "4602a7859535ca198ddfaba73a02f9bce3e81025",
221 "date": "2022-12-06T12:36:06+03:00",
222 "path": "/nix/store/3xgwqd2pica8301sbfrw4bmv0xm2wzx5-cldr-lua",
223 "sha256": "0hlfb115qhamczzskvckxczf9dpp8cv8h6vz7zgdl2n025ik9dp4",
224 "hash": "sha256-5LY0YxHACtreP38biDZD97bkPuuT7an/Z1VBXEJYjkI=",
226 "fetchSubmodules": true,
230 '') ["date" "path" "sha256"]) ;
232 disabled = (luaOlder "5.1");
233 propagatedBuildInputs = [ lua penlight ];
236 homepage = "https://github.com/alerque/cldr-lua";
237 description = "Lua interface to Unicode CLDR data";
238 maintainers = with lib.maintainers; [ alerque ];
239 license.fullName = "MIT/ICU";
243 commons-nvim = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua, luaOlder }:
244 buildLuarocksPackage {
245 pname = "commons.nvim";
246 version = "15.0.0-1";
247 knownRockspec = (fetchurl {
248 url = "mirror://luarocks/commons.nvim-15.0.0-1.rockspec";
249 sha256 = "1f3izlp5jkr772pfbdm3q6qm5vmqqzdn4pl9qyq9fp9jzxrbv62r";
252 url = "https://github.com/linrongbin16/commons.nvim/archive/b50a5a220c25baa5d7568137451bdc8c3c08e80c.zip";
253 sha256 = "1ylvrywms5igixmkpgk6kv3a8w6d4c17dzlca9av0xxxj7ny3vgq";
256 disabled = (luaOlder "5.1");
257 propagatedBuildInputs = [ lua ];
260 homepage = "https://linrongbin16.github.io/commons.nvim/";
261 description = "The commons lua library for Neovim plugin project.";
262 maintainers = with lib.maintainers; [ mrcjkb ];
263 license.fullName = "MIT";
267 compat53 = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua, luaAtLeast, luaOlder }:
268 buildLuarocksPackage {
271 knownRockspec = (fetchurl {
272 url = "mirror://luarocks/compat53-0.12-1.rockspec";
273 sha256 = "0ijp8ch3927rnj872l6cq79fd53dyfc2qg82y9b0g6kqs7cdl348";
276 url = "https://github.com/lunarmodules/lua-compat-5.3/archive/v0.12.zip";
277 sha256 = "177zk7rww76wqxqsd2kxwfzb0nd7wfacm81vxwqsc84bfccsl3j4";
280 disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
281 propagatedBuildInputs = [ lua ];
284 homepage = "https://github.com/lunarmodules/lua-compat-5.3";
285 description = "Compatibility module providing Lua-5.3-style APIs for Lua 5.2 and 5.1";
286 maintainers = with lib.maintainers; [ vcunat ];
287 license.fullName = "MIT";
291 cosmo = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lpeg }:
292 buildLuarocksPackage {
294 version = "16.06.04-1";
295 knownRockspec = (fetchurl {
296 url = "mirror://luarocks/cosmo-16.06.04-1.rockspec";
297 sha256 = "0ipv1hrlhvaz1myz6qxabq7b7kb3bz456cya3r292487a3g9h9pb";
299 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
300 "url": "https://github.com/mascarenhas/cosmo.git",
301 "rev": "e774f08cbf8d271185812a803536af8a8240ac51",
302 "date": "2016-06-17T05:39:58-07:00",
303 "path": "/nix/store/k3p4xc4cfihp4h8aj6vacr25rpcsjd96-cosmo",
304 "sha256": "03b5gwsgxd777970d2h6rx86p7ivqx7bry8xmx2r396g3w85qy2p",
305 "hash": "sha256-V3hcEB/PpJFFrx35vE7HO55rUM8GigZOOue0/jR/ZQ0=",
307 "fetchSubmodules": true,
311 '') ["date" "path" "sha256"]) ;
313 propagatedBuildInputs = [ lpeg ];
316 homepage = "http://cosmo.luaforge.net";
317 description = "Safe templates for Lua";
318 maintainers = with lib.maintainers; [ marsam ];
319 license.fullName = "MIT/X11";
323 coxpcall = callPackage({ buildLuarocksPackage, fetchgit, fetchurl }:
324 buildLuarocksPackage {
326 version = "1.17.0-1";
327 knownRockspec = (fetchurl {
328 url = "mirror://luarocks/coxpcall-1.17.0-1.rockspec";
329 sha256 = "0mf0nggg4ajahy5y1q5zh2zx9rmgzw06572bxx6k8b736b8j7gca";
331 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
332 "url": "https://github.com/keplerproject/coxpcall",
333 "rev": "ea22f44e490430e40217f0792bf82eaeaec51903",
334 "date": "2018-02-26T19:53:11-03:00",
335 "path": "/nix/store/1q4p5qvr6rlwisyarlgnmk4dx6vp8xdl-coxpcall",
336 "sha256": "1k3q1rr2kavkscf99b5njxhibhp6iwhclrjk6nnnp233iwc2jvqi",
337 "hash": "sha256-EW8pGI9jiGutNVNmyiCP5sIVYZe2rJQc03OrKXIOeMw=",
339 "fetchSubmodules": true,
343 '') ["date" "path" "sha256"]) ;
347 homepage = "http://keplerproject.github.io/coxpcall";
348 description = "Coroutine safe xpcall and pcall";
349 license.fullName = "MIT/X11";
353 cqueues = callPackage({ buildLuarocksPackage, fetchurl, lua }:
354 buildLuarocksPackage {
356 version = "20200726.51-0";
357 knownRockspec = (fetchurl {
358 url = "mirror://luarocks/cqueues-20200726.51-0.rockspec";
359 sha256 = "1y7dqvw75cj9ifn7cyhd98znaga4lksnbddcqmh512crawlf5sxv";
362 url = "https://github.com/wahern/cqueues/archive/rel-20200726.tar.gz";
363 sha256 = "0lhd02ag3r1sxr2hx847rdjkddm04l1vf5234v5cz9bd4kfjw4cy";
366 disabled = (lua.luaversion != "5.1");
367 propagatedBuildInputs = [ lua ];
370 homepage = "http://25thandclement.com/~william/projects/cqueues.html";
371 description = "Continuation Queues: Embeddable asynchronous networking, threading, and notification framework for Lua on Unix.";
372 maintainers = with lib.maintainers; [ vcunat ];
373 license.fullName = "MIT/X11";
377 cyan = callPackage({ argparse, buildLuarocksPackage, fetchgit, fetchurl, luafilesystem, tl }:
378 buildLuarocksPackage {
381 knownRockspec = (fetchurl {
382 url = "mirror://luarocks/cyan-0.3.0-1.rockspec";
383 sha256 = "1bs5gwgdhibj2gm8y3810b0hh6s9n00fgij8nnjag9kpqrd80vsj";
385 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
386 "url": "https://github.com/teal-language/cyan",
387 "rev": "57650a3a0314a5e894c6ead30a5a52f7825f009c",
388 "date": "2023-12-07T02:47:54-06:00",
389 "path": "/nix/store/g3rqlf5cj06y2qqjlhkms51y4l142waf-cyan",
390 "sha256": "0xww1p3l0rbm7xiyax37524zybgmbrsjkpvgg327w8yndqysidfd",
391 "hash": "sha256-zbWoPW7WI37EeG/fKXVe9S3/iShndOVjP3VlQMcNnHc=",
393 "fetchSubmodules": true,
397 '') ["date" "path" "sha256"]) ;
399 propagatedBuildInputs = [ argparse luafilesystem tl ];
402 homepage = "https://github.com/teal-language/cyan";
403 description = "A build system for the Teal language";
404 license.fullName = "MIT";
408 digestif = callPackage({ buildLuarocksPackage, fetchgit, lpeg, lua, luaOlder, luafilesystem }:
409 buildLuarocksPackage {
413 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
414 "url": "https://github.com/astoff/digestif",
415 "rev": "c0199f9cd86021c0a89662002d7a3411d12fb168",
416 "date": "2023-03-10T15:04:26+01:00",
417 "path": "/nix/store/3s849fwc80lf7pvgsiavqmvc5538cwwd-digestif",
418 "sha256": "0xccrrfwvcj03nnrzs3iwig7y2ahl706h413hkywcplyd5407dv9",
419 "hash": "sha256-abcDSGmeXsb9hCMQaMChUAl/XuRx6J+tHUCyzV3OjHU=",
421 "fetchSubmodules": true,
425 '') ["date" "path" "sha256"]) ;
427 disabled = (luaOlder "5.3");
428 propagatedBuildInputs = [ lpeg lua luafilesystem ];
431 homepage = "https://github.com/astoff/digestif/";
432 description = "A code analyzer for TeX";
433 license.fullName = "GPLv3+ and other free licenses";
437 dkjson = callPackage({ buildLuarocksPackage, fetchurl, lua, luaAtLeast, luaOlder }:
438 buildLuarocksPackage {
441 knownRockspec = (fetchurl {
442 url = "mirror://luarocks/dkjson-2.7-1.rockspec";
443 sha256 = "sha256-rVMDFF/yY7fTlY4Icj4LWt72qmKMCwedbgoigqx/+U0=";
446 url = "http://dkolf.de/dkjson-lua/dkjson-2.7.tar.gz";
447 sha256 = "sha256-TFGmIQLy9r23Z3fx23NgUJtKARaANYi06CVfQ1ryOVw=";
450 disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
451 propagatedBuildInputs = [ lua ];
454 homepage = "http://dkolf.de/dkjson-lua/";
455 description = "David Kolf's JSON module for Lua";
456 license.fullName = "MIT/X11";
460 fennel = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
461 buildLuarocksPackage {
464 knownRockspec = (fetchurl {
465 url = "mirror://luarocks/fennel-1.4.0-1.rockspec";
466 sha256 = "1ldbcrzap8ajgwmxf70g0nw7sjdpabba56y2lg3z4hpnxccpb80n";
469 url = "https://fennel-lang.org/downloads/fennel-1.4.0.tar.gz";
470 sha256 = "0g1lzkpmzhvhkc08kmn48k3m02pkcwgslz29fb23apbhydkavlx2";
473 disabled = (luaOlder "5.1");
474 propagatedBuildInputs = [ lua ];
477 homepage = "https://fennel-lang.org/";
478 description = "A lisp that compiles to Lua";
479 maintainers = with lib.maintainers; [ misterio77 ];
480 license.fullName = "MIT";
484 fidget-nvim = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua, luaOlder }:
485 buildLuarocksPackage {
486 pname = "fidget.nvim";
488 knownRockspec = (fetchurl {
489 url = "mirror://luarocks/fidget.nvim-1.1.0-1.rockspec";
490 sha256 = "0pgjbsqp6bs9kwi0qphihwhl47j1lzdgg3xfa6msikrcf8d7j0hf";
493 url = "https://github.com/j-hui/fidget.nvim/archive/300018af4abd00610a345e382ca1f4b7ba420f77.zip";
494 sha256 = "0bwjcqkb735wqnzc8rngvpq1b2rxgc7m0arjypvnvzsxw6wd1f61";
497 disabled = (luaOlder "5.1");
498 propagatedBuildInputs = [ lua ];
501 homepage = "https://github.com/j-hui/fidget.nvim";
502 description = "Extensible UI for Neovim notifications and LSP progress messages.";
503 maintainers = with lib.maintainers; [ mrcjkb ];
504 license.fullName = "MIT";
508 fifo = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua }:
509 buildLuarocksPackage {
512 knownRockspec = (fetchurl {
513 url = "mirror://luarocks/fifo-0.2-0.rockspec";
514 sha256 = "0vr9apmai2cyra2n573nr3dyk929gzcs4nm1096jdxcixmvh2ymq";
517 url = "https://github.com/daurnimator/fifo.lua/archive/0.2.zip";
518 sha256 = "1800k7h5hxsvm05bjdr65djjml678lwb0661cll78z1ys2037nzn";
521 propagatedBuildInputs = [ lua ];
524 homepage = "https://github.com/daurnimator/fifo.lua";
525 description = "A lua library/'class' that implements a FIFO";
526 license.fullName = "MIT/X11";
530 fluent = callPackage({ buildLuarocksPackage, cldr, fetchgit, fetchurl, lua, luaOlder, luaepnf, penlight }:
531 buildLuarocksPackage {
534 knownRockspec = (fetchurl {
535 url = "mirror://luarocks/fluent-0.2.0-0.rockspec";
536 sha256 = "1x3nk8xdf923rvdijr0jx8v6w3wxxfch7ri3kxca0pw80b5bc2fa";
538 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
539 "url": "https://github.com/alerque/fluent-lua.git",
540 "rev": "e1cd4130e460bcd52f9118b7d9f9a72d2e8b902c",
541 "date": "2022-04-16T23:08:20+03:00",
542 "path": "/nix/store/flxlnrzg6rx75qikiggmy494npx59p0b-fluent-lua",
543 "sha256": "12js8l4hcxhziza0sry0f01kfm8f8m6kx843dmcky36z1y2mccmq",
544 "hash": "sha256-uDJWhQ/fDD9ZbYOgPk1FDlU3A3DAZw3Ujx92BglFWoo=",
546 "fetchSubmodules": true,
550 '') ["date" "path" "sha256"]) ;
552 disabled = (luaOlder "5.1");
553 propagatedBuildInputs = [ cldr lua luaepnf penlight ];
556 homepage = "https://github.com/alerque/fluent-lua";
557 description = "Lua implementation of Project Fluent";
558 maintainers = with lib.maintainers; [ alerque ];
559 license.fullName = "MIT";
563 funnyfiles-nvim = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua, luaOlder }:
564 buildLuarocksPackage {
565 pname = "funnyfiles.nvim";
567 knownRockspec = (fetchurl {
568 url = "mirror://luarocks/funnyfiles.nvim-1.0.1-1.rockspec";
569 sha256 = "1r3cgx8wvc1c4syk167m94ws513g0cdmmxnymf3zyidlszdwamy5";
572 url = "https://github.com/aikooo7/funnyfiles.nvim/archive/v1.0.1.zip";
573 sha256 = "00p026r05gldbf18mmv8da9ap09di8dhy0rrd586pr2s2s36nzpd";
576 disabled = (luaOlder "5.1");
577 propagatedBuildInputs = [ lua ];
580 homepage = "https://github.com/aikooo7/funnyfiles.nvim";
581 description = "This plugin is a way of creating/deleting files/folders without needing to open a file explorer.";
582 maintainers = with lib.maintainers; [ mrcjkb ];
583 license.fullName = "MIT";
587 fzf-lua = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua, luaOlder }:
588 buildLuarocksPackage {
590 version = "0.0.1195-1";
591 knownRockspec = (fetchurl {
592 url = "mirror://luarocks/fzf-lua-0.0.1195-1.rockspec";
593 sha256 = "1bcjis9mkbzq7178fkpqkafs6656bhvq1wh13vm1r3khbvi0jkp1";
596 url = "https://github.com/ibhagwan/fzf-lua/archive/0c884bb24ab0fef204f315f34e711b13ece0ea9f.zip";
597 sha256 = "04gif5hyb6qzh649xzcwzx81rlrk2glking05q8wxp2cpa3nifpw";
600 disabled = (luaOlder "5.1");
601 propagatedBuildInputs = [ lua ];
604 homepage = "https://github.com/ibhagwan/fzf-lua";
605 description = "Improved fzf.vim written in lua";
606 maintainers = with lib.maintainers; [ mrcjkb ];
607 license.fullName = "AGPL-3.0";
611 fzy = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
612 buildLuarocksPackage {
615 knownRockspec = (fetchurl {
616 url = "mirror://luarocks/fzy-1.0-1.rockspec";
617 sha256 = "1v050lm3rn1k5wwi2nimlbp1b7j6b8vkwvhc1npyqzj8jv7w9w9n";
619 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
620 "url": "https://github.com/swarn/fzy-lua",
621 "rev": "2d018a56e3a240bca4b3142a723b2f56392f3e4a",
622 "date": "2023-01-29T07:05:02-06:00",
623 "path": "/nix/store/nz19glmy52jbz46wl7xf0jd8m441klf0-fzy-lua",
624 "sha256": "0xknm5513a6nlariwxgqndf3wj8xals26swjsv06hx133ihna01x",
625 "hash": "sha256-PQBlYRwjdGjA1pJrIzRVHUk+XLP4dR6zotaoEUqpdnY=",
627 "fetchSubmodules": true,
631 '') ["date" "path" "sha256"]) ;
633 disabled = (luaOlder "5.1");
634 propagatedBuildInputs = [ lua ];
637 homepage = "https://github.com/swarn/fzy-lua";
638 description = "A fuzzy string-matching algorithm";
639 maintainers = with lib.maintainers; [ mrcjkb ];
640 license.fullName = "MIT";
644 gitsigns-nvim = callPackage({ buildLuarocksPackage, fetchgit, lua }:
645 buildLuarocksPackage {
646 pname = "gitsigns.nvim";
649 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
650 "url": "https://github.com/lewis6991/gitsigns.nvim",
651 "rev": "6ef8c54fb526bf3a0bc4efb0b2fe8e6d9a7daed2",
652 "date": "2023-11-29T12:07:41+00:00",
653 "path": "/nix/store/2ihnjknz2xdwsijjimqk8i3pi9cbpvhf-gitsigns.nvim",
654 "sha256": "086jmhzgpavwjvp7ssd8ga0wxgnz480zzjiv84h4ivva2nv3lnvi",
655 "hash": "sha256-cVs6thVq70ggQTvK/wEi377OgXqoaX3ulnyr+z6s0iA=",
657 "fetchSubmodules": true,
661 '') ["date" "path" "sha256"]) ;
663 disabled = (lua.luaversion != "5.1");
664 propagatedBuildInputs = [ lua ];
667 homepage = "http://github.com/lewis6991/gitsigns.nvim";
668 description = "Git signs written in pure lua";
669 license.fullName = "MIT/X11";
673 haskell-tools-nvim = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua, luaOlder }:
674 buildLuarocksPackage {
675 pname = "haskell-tools.nvim";
677 knownRockspec = (fetchurl {
678 url = "mirror://luarocks/haskell-tools.nvim-3.0.2-1.rockspec";
679 sha256 = "1gls4dc4b8p0827jsvzf1n3gxfmqn1r7n8hi1rnfxwcragjxxn8x";
682 url = "https://github.com/mrcjkb/haskell-tools.nvim/archive/3.0.2.zip";
683 sha256 = "1rv1r0laizq866lj06akhy97zr9wdfczp1caql36k2xk4d8sbzx7";
686 disabled = (luaOlder "5.1");
687 propagatedBuildInputs = [ lua ];
690 homepage = "https://github.com/mrcjkb/haskell-tools.nvim";
691 description = "Supercharge your Haskell experience in neovim!";
692 license.fullName = "GPL-2.0";
696 http = callPackage({ basexx, binaryheap, bit32, buildLuarocksPackage, compat53, cqueues, fetchurl, fetchzip, fifo, lpeg, lpeg_patterns, lua, luaOlder, luaossl }:
697 buildLuarocksPackage {
700 knownRockspec = (fetchurl {
701 url = "mirror://luarocks/http-0.3-0.rockspec";
702 sha256 = "0fn3irkf5nnmfc83alc40b316hs8l7zdq2xlaiaa65sjd8acfvia";
705 url = "https://github.com/daurnimator/lua-http/archive/v0.3.zip";
706 sha256 = "1pqxxxifl2j1cik3kgayx43v6py5jp6r22myhvxfffysb3b84a2l";
709 disabled = (luaOlder "5.1");
710 propagatedBuildInputs = [ basexx binaryheap bit32 compat53 cqueues fifo lpeg lpeg_patterns lua luaossl ];
713 homepage = "https://github.com/daurnimator/lua-http";
714 description = "HTTP library for Lua";
715 maintainers = with lib.maintainers; [ vcunat ];
716 license.fullName = "MIT";
720 image-nvim = callPackage(
721 { buildLuarocksPackage, fetchurl, fetchzip, lua, luaOlder, magick }:
722 buildLuarocksPackage {
723 pname = "image.nvim";
725 knownRockspec = (fetchurl {
726 url = "mirror://luarocks/image.nvim-1.2.0-1.rockspec";
727 sha256 = "0732fk2p2v9f72689jms4pdjsx9m7vdi1ib65jfz7q4lv9pdx508";
730 url = "https://github.com/3rd/image.nvim/archive/v1.2.0.zip";
731 sha256 = "1v4db60yykjajabmf12zjcg47bb814scjrig0wvn4yc11isinymg";
734 disabled = (luaOlder "5.1");
735 propagatedBuildInputs = [ lua magick ];
738 homepage = "https://github.com/3rd/image.nvim";
739 description = "🖼️ Bringing images to Neovim.";
740 license.fullName = "MIT";
744 inspect = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
745 buildLuarocksPackage {
748 knownRockspec = (fetchurl {
749 url = "mirror://luarocks/inspect-3.1.3-0.rockspec";
750 sha256 = "1iivb2jmz0pacmac2msyqwvjjx8q6py4h959m8fkigia6srg5ins";
753 url = "https://github.com/kikito/inspect.lua/archive/v3.1.3.tar.gz";
754 sha256 = "1sqylz5hmj5sbv4gi9988j6av3cb5lwkd7wiyim1h5lr7xhnlf23";
757 disabled = (luaOlder "5.1");
758 propagatedBuildInputs = [ lua ];
761 homepage = "https://github.com/kikito/inspect.lua";
762 description = "Lua table visualizer, ideal for debugging";
763 license.fullName = "MIT <http://opensource.org/licenses/MIT>";
767 jsregexp = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
768 buildLuarocksPackage {
771 knownRockspec = (fetchurl {
772 url = "mirror://luarocks/jsregexp-0.0.6-1.rockspec";
773 sha256 = "1m3vqv1p44akk020c3l3n8pdxs30rl5509gbs3rr13hmqlvil4cs";
775 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
776 "url": "https://github.com/kmarius/jsregexp.git",
777 "rev": "b5a81e21d0875667ba2458ac8ae903afd5568698",
778 "date": "2023-02-12T14:19:03+01:00",
779 "path": "/nix/store/aj42wy1yp53w406id33dyxpv1ws23g4b-jsregexp",
780 "sha256": "0l7hn5f2jl4n2bpikb72szfzgc192jy3ig5pxx9061j44amyq89m",
781 "hash": "sha256-NSHsqyJEBgNS77e8OLwUKbD33dfirBnvEpZQKVyx8FA=",
783 "fetchSubmodules": true,
787 '') ["date" "path" "sha256"]) ;
789 disabled = (luaOlder "5.1");
790 propagatedBuildInputs = [ lua ];
793 homepage = "https://github.com/kmarius/jsregexp";
794 description = "javascript (ECMA19) regular expressions for lua";
795 license.fullName = "MIT";
799 ldbus = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaAtLeast, luaOlder }:
800 buildLuarocksPackage {
803 knownRockspec = (fetchurl {
804 url = "mirror://luarocks/ldbus-scm-0.rockspec";
805 sha256 = "1c0h6fx7avzh89hl17v6simy1p4mjg8bimlsbjybks0zxznd8rbm";
807 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
808 "url": "https://github.com/daurnimator/ldbus.git",
809 "rev": "6d4909c983c8a0e2c7384bac8055c628aa524ea2",
810 "date": "2021-11-10T23:58:54+11:00",
811 "path": "/nix/store/j830jk2hkanz7abkdsbvg2warsyr0a2c-ldbus",
812 "sha256": "18q98b98mfvjzbyssf18bpnlx4hsx4s9lwcwia4z9dxiaiw7b77j",
813 "hash": "sha256-8px1eFSxt/SJipxxmjTpGpJO7V0oOK39+nK7itJCCaM=",
815 "fetchSubmodules": true,
819 '') ["date" "path" "sha256"]) ;
821 disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
822 propagatedBuildInputs = [ lua ];
825 homepage = "https://github.com/daurnimator/ldbus";
826 description = "A Lua library to access dbus.";
827 license.fullName = "MIT/X11";
831 ldoc = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, markdown, penlight }:
832 buildLuarocksPackage {
835 knownRockspec = (fetchurl {
836 url = "mirror://luarocks/ldoc-1.5.0-1.rockspec";
837 sha256 = "1c0yx9j3yqlzxpmspz7n7l1nvh2sww84zhkb1fsbg042sr8h9bxp";
839 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
840 "url": "https://github.com/lunarmodules/ldoc.git",
841 "rev": "09f82c959c50d8c3d5a968c379b1c75de66b002d",
842 "date": "2023-05-03T00:05:39+03:00",
843 "path": "/nix/store/7l5xpw1grnwr5m8myll63gyy4311glb1-ldoc",
844 "sha256": "0g65dd51l42693jr3251p6s40950wcwfr1kspjvc2frkwm7qpv9i",
845 "hash": "sha256-Me2LT+UzO8G2vHqG7DjjoCRAtLmhiJHlSEYQGkprxTw=",
847 "fetchSubmodules": true,
851 '') ["date" "path" "sha256"]) ;
853 propagatedBuildInputs = [ markdown penlight ];
856 homepage = "http://lunarmodules.github.io/ldoc";
857 description = "A Lua Documentation Tool";
858 license.fullName = "MIT <http://opensource.org/licenses/MIT>";
862 lgi = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
863 buildLuarocksPackage {
866 knownRockspec = (fetchurl {
867 url = "mirror://luarocks/lgi-0.9.2-1.rockspec";
868 sha256 = "1gqi07m4bs7xibsy4vx8qgyp3yb1wnh0gdq1cpwqzv35y6hn5ds3";
870 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
871 "url": "https://github.com/pavouk/lgi.git",
872 "rev": "0fdcf8c677094d0c109dfb199031fdbc0c9c47ea",
873 "date": "2017-10-09T20:55:55+02:00",
874 "path": "/nix/store/vh82n8pc8dy5c8nph0vssk99vv7q4qg2-lgi",
875 "sha256": "03rbydnj411xpjvwsyvhwy4plm96481d7jax544mvk7apd8sd5jj",
876 "hash": "sha256-UpamUbvqzF0JKV3J0wIiJlV6iedwe823vD0EIm3zKw8=",
878 "fetchSubmodules": true,
882 '') ["date" "path" "sha256"]) ;
884 disabled = (luaOlder "5.1");
885 propagatedBuildInputs = [ lua ];
888 homepage = "http://github.com/pavouk/lgi";
889 description = "Lua bindings to GObject libraries";
890 license.fullName = "MIT/X11";
894 linenoise = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
895 buildLuarocksPackage {
900 url = "https://github.com/hoelzro/lua-linenoise/archive/0.9.tar.gz";
901 sha256 = "177h6gbq89arwiwxah9943i8hl5gvd9wivnd1nhmdl7d8x0dn76c";
904 disabled = (luaOlder "5.1");
905 propagatedBuildInputs = [ lua ];
908 homepage = "https://github.com/hoelzro/lua-linenoise";
909 description = "A binding for the linenoise command line library";
910 license.fullName = "MIT/X11";
914 ljsyscall = callPackage({ buildLuarocksPackage, fetchurl, lua }:
915 buildLuarocksPackage {
918 knownRockspec = (fetchurl {
919 url = "mirror://luarocks/ljsyscall-0.12-1.rockspec";
920 sha256 = "0zna5s852vn7q414z56kkyqwpighaghyq7h7in3myap4d9vcgm01";
923 url = "https://github.com/justincormack/ljsyscall/archive/v0.12.tar.gz";
924 sha256 = "1w9g36nhxv92cypjia7igg1xpfrn3dbs3hfy6gnnz5mx14v50abf";
927 disabled = (lua.luaversion != "5.1");
928 propagatedBuildInputs = [ lua ];
931 homepage = "http://www.myriabit.com/ljsyscall/";
932 description = "LuaJIT Linux syscall FFI";
933 maintainers = with lib.maintainers; [ lblasc ];
934 license.fullName = "MIT";
938 lmathx = callPackage({ buildLuarocksPackage, fetchurl, lua }:
939 buildLuarocksPackage {
941 version = "20150624-1";
942 knownRockspec = (fetchurl {
943 url = "mirror://luarocks/lmathx-20150624-1.rockspec";
944 sha256 = "181wzsj1mxjyia43y8zwaydxahnl7a70qzcgc8jhhgic7jyi9pgv";
947 url = "http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/5.3/lmathx.tar.gz";
948 sha256 = "1r0ax3lq4xx6469aqc6qlfl3jynlghzhl5j65mpdj0kyzv4nknzf";
951 propagatedBuildInputs = [ lua ];
954 homepage = "http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lmathx";
955 description = "C99 extensions for the math library";
956 maintainers = with lib.maintainers; [ alexshpilkin ];
957 license.fullName = "Public domain";
961 lmpfrlib = callPackage({ buildLuarocksPackage, fetchurl, lua, luaAtLeast, luaOlder }:
962 buildLuarocksPackage {
964 version = "20170112-2";
965 knownRockspec = (fetchurl {
966 url = "mirror://luarocks/lmpfrlib-20170112-2.rockspec";
967 sha256 = "1x7qiwmk5b9fi87fn7yvivdsis8h9fk9r3ipqiry5ahx72vzdm7d";
970 url = "http://www.circuitwizard.de/lmpfrlib/lmpfrlib.c";
971 sha256 = "1bkfwdacj1drzqsfxf352fjppqqwi5d4j084jr9vj9dvjb31rbc1";
974 disabled = (luaOlder "5.3") || (luaAtLeast "5.5");
975 propagatedBuildInputs = [ lua ];
978 homepage = "http://www.circuitwizard.de/lmpfrlib/lmpfrlib.html";
979 description = "Lua API for the GNU MPFR library";
980 maintainers = with lib.maintainers; [ alexshpilkin ];
981 license.fullName = "LGPL";
985 loadkit = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
986 buildLuarocksPackage {
989 knownRockspec = (fetchurl {
990 url = "mirror://luarocks/loadkit-1.1.0-1.rockspec";
991 sha256 = "08fx0xh90r2zvjlfjkyrnw2p95xk1a0qgvlnq4siwdb2mm6fq12l";
993 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
994 "url": "https://github.com/leafo/loadkit.git",
995 "rev": "95b13a36442f59b41ab52df96d52233c4a725dfd",
996 "date": "2023-08-17T11:36:25-07:00",
997 "path": "/nix/store/9xcy2p5pxiq0p17szv8p2lagb6xzb8c8-loadkit",
998 "sha256": "0hivmn5r1scxv3nckm4hqfplq33wiab3ypjwsfdkmp3bdri0dhxs",
999 "hash": "sha256-usMGYm5r3Dqb01xeP5aKfAxMr8OQ1Mns2J3pkIutO0I=",
1001 "fetchSubmodules": true,
1003 "leaveDotGit": false
1005 '') ["date" "path" "sha256"]) ;
1007 disabled = (luaOlder "5.1");
1008 propagatedBuildInputs = [ lua ];
1011 homepage = "https://github.com/leafo/loadkit";
1012 description = "Loadkit allows you to load arbitrary files within the Lua package path";
1013 maintainers = with lib.maintainers; [ alerque ];
1014 license.fullName = "MIT";
1018 lpeg = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
1019 buildLuarocksPackage {
1021 version = "1.1.0-1";
1022 knownRockspec = (fetchurl {
1023 url = "mirror://luarocks/lpeg-1.1.0-1.rockspec";
1024 sha256 = "03af1p00madfhfxjzrsxb0jm0n49ixwadnkdp0vbgs77d2v985jn";
1027 url = "http://www.inf.puc-rio.br/~roberto/lpeg/lpeg-1.1.0.tar.gz";
1028 sha256 = "0aimsjpcpkh3kk65f0pg1z2bp6d83rn4dg6pgbx1yv14s9kms5ab";
1031 disabled = (luaOlder "5.1");
1032 propagatedBuildInputs = [ lua ];
1035 homepage = "http://www.inf.puc-rio.br/~roberto/lpeg.html";
1036 description = "Parsing Expression Grammars For Lua";
1037 maintainers = with lib.maintainers; [ vyp ];
1038 license.fullName = "MIT/X11";
1042 lpeg_patterns = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lpeg, lua }:
1043 buildLuarocksPackage {
1044 pname = "lpeg_patterns";
1046 knownRockspec = (fetchurl {
1047 url = "mirror://luarocks/lpeg_patterns-0.5-0.rockspec";
1048 sha256 = "1vzl3ryryc624mchclzsfl3hsrprb9q214zbi1xsjcc4ckq5qfh7";
1051 url = "https://github.com/daurnimator/lpeg_patterns/archive/v0.5.zip";
1052 sha256 = "1s3c179a64r45ffkawv9dnxw4mzwkzj00nr9z2gs5haajgpjivw6";
1055 propagatedBuildInputs = [ lpeg lua ];
1058 homepage = "https://github.com/daurnimator/lpeg_patterns/archive/v0.5.zip";
1059 description = "a collection of LPEG patterns";
1060 license.fullName = "MIT";
1064 lpeglabel = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
1065 buildLuarocksPackage {
1066 pname = "lpeglabel";
1067 version = "1.6.0-1";
1068 knownRockspec = (fetchurl {
1069 url = "mirror://luarocks/lpeglabel-1.6.0-1.rockspec";
1070 sha256 = "13gc32pggng6f95xx5zw9n9ian518wlgb26mna9kh4q2xa1k42pm";
1073 url = "https://github.com/sqmedeiros/lpeglabel/archive/v1.6.0-1.tar.gz";
1074 sha256 = "1i02lsxj20iygqm8fy6dih1gh21lqk5qj1mv14wlrkaywnv35wcv";
1077 disabled = (luaOlder "5.1");
1078 propagatedBuildInputs = [ lua ];
1081 homepage = "https://github.com/sqmedeiros/lpeglabel/";
1082 description = "Parsing Expression Grammars For Lua with Labeled Failures";
1083 license.fullName = "MIT/X11";
1087 lrexlib-gnu = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
1088 buildLuarocksPackage {
1089 pname = "lrexlib-gnu";
1090 version = "2.9.2-1";
1091 knownRockspec = (fetchurl {
1092 url = "mirror://luarocks/lrexlib-gnu-2.9.2-1.rockspec";
1093 sha256 = "14dp5lzpz2prvimpcbqjygbyh9h791h0ywjknj9wgrjjd62qsy6i";
1095 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1096 "url": "https://github.com/rrthomas/lrexlib.git",
1097 "rev": "9aa5e7e9ca47da1bd0e023dfa0b1b2d43aa358f3",
1098 "date": "2023-11-05T17:32:50+00:00",
1099 "path": "/nix/store/z74bw029468iizgrv19wllpzsvazj3bg-lrexlib",
1100 "sha256": "15y9ha28qq08b100a32s72h6rx1bqs7gl5h7j3zacy5ixyyl6cqg",
1101 "hash": "sha256-DzNDve+xeKb+kAcW+o7GK/RsoDhaDAVAWAhgjISCyZc=",
1103 "fetchSubmodules": true,
1105 "leaveDotGit": false
1107 '') ["date" "path" "sha256"]) ;
1109 disabled = (luaOlder "5.1");
1110 propagatedBuildInputs = [ lua ];
1113 homepage = "https://github.com/rrthomas/lrexlib";
1114 description = "Regular expression library binding (GNU flavour).";
1115 license.fullName = "MIT/X11";
1119 lrexlib-pcre = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
1120 buildLuarocksPackage {
1121 pname = "lrexlib-pcre";
1122 version = "2.9.2-1";
1123 knownRockspec = (fetchurl {
1124 url = "mirror://luarocks/lrexlib-pcre-2.9.2-1.rockspec";
1125 sha256 = "1214ssm6apgprryqvijjjn82ikb27ylq94yijqf7qjyiy6pz7dc1";
1127 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1128 "url": "https://github.com/rrthomas/lrexlib.git",
1129 "rev": "9aa5e7e9ca47da1bd0e023dfa0b1b2d43aa358f3",
1130 "date": "2023-11-05T17:32:50+00:00",
1131 "path": "/nix/store/z74bw029468iizgrv19wllpzsvazj3bg-lrexlib",
1132 "sha256": "15y9ha28qq08b100a32s72h6rx1bqs7gl5h7j3zacy5ixyyl6cqg",
1133 "hash": "sha256-DzNDve+xeKb+kAcW+o7GK/RsoDhaDAVAWAhgjISCyZc=",
1135 "fetchSubmodules": true,
1137 "leaveDotGit": false
1139 '') ["date" "path" "sha256"]) ;
1141 disabled = (luaOlder "5.1");
1142 propagatedBuildInputs = [ lua ];
1145 homepage = "https://github.com/rrthomas/lrexlib";
1146 description = "Regular expression library binding (PCRE flavour).";
1147 maintainers = with lib.maintainers; [ vyp ];
1148 license.fullName = "MIT/X11";
1152 lrexlib-posix = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
1153 buildLuarocksPackage {
1154 pname = "lrexlib-posix";
1155 version = "2.9.2-1";
1156 knownRockspec = (fetchurl {
1157 url = "mirror://luarocks/lrexlib-posix-2.9.2-1.rockspec";
1158 sha256 = "1i11cdvz09a3wjhfjgc88g0mdmdrk13fnhhgskzgm5cmhsdx4s0i";
1160 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1161 "url": "https://github.com/rrthomas/lrexlib.git",
1162 "rev": "9aa5e7e9ca47da1bd0e023dfa0b1b2d43aa358f3",
1163 "date": "2023-11-05T17:32:50+00:00",
1164 "path": "/nix/store/z74bw029468iizgrv19wllpzsvazj3bg-lrexlib",
1165 "sha256": "15y9ha28qq08b100a32s72h6rx1bqs7gl5h7j3zacy5ixyyl6cqg",
1166 "hash": "sha256-DzNDve+xeKb+kAcW+o7GK/RsoDhaDAVAWAhgjISCyZc=",
1168 "fetchSubmodules": true,
1170 "leaveDotGit": false
1172 '') ["date" "path" "sha256"]) ;
1174 disabled = (luaOlder "5.1");
1175 propagatedBuildInputs = [ lua ];
1178 homepage = "https://github.com/rrthomas/lrexlib";
1179 description = "Regular expression library binding (POSIX flavour).";
1180 license.fullName = "MIT/X11";
1184 lua-cjson = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
1185 buildLuarocksPackage {
1186 pname = "lua-cjson";
1187 version = "2.1.0.10-1";
1188 knownRockspec = (fetchurl {
1189 url = "mirror://luarocks/lua-cjson-2.1.0.10-1.rockspec";
1190 sha256 = "05sp7rq72x4kdkyid1ch0yyscwsi5wk85d2hj6xwssz3h8n8drdg";
1192 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1193 "url": "https://github.com/openresty/lua-cjson",
1194 "rev": "96e6e0ce67ed070a52223c1e9518c9018b1ce376",
1195 "date": "2021-12-10T20:19:58+08:00",
1196 "path": "/nix/store/1ac8lz6smfa8zqfipqfsg749l9rw4ly9-lua-cjson",
1197 "sha256": "03hdsv7d77mggis58k8fmlpbh1d544m0lfqyl9rpjcqkiqs1qvza",
1198 "hash": "sha256-6m8cNI4TM3lzoh47CiohpQW4Lq0OTVR0fK+e087WDQ4=",
1200 "fetchSubmodules": true,
1202 "leaveDotGit": false
1204 '') ["date" "path" "sha256"]) ;
1206 disabled = (luaOlder "5.1");
1207 propagatedBuildInputs = [ lua ];
1210 homepage = "http://www.kyne.com.au/~mark/software/lua-cjson.php";
1211 description = "A fast JSON encoding/parsing module";
1212 license.fullName = "MIT";
1216 lua-cmsgpack = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
1217 buildLuarocksPackage {
1218 pname = "lua-cmsgpack";
1219 version = "0.4.0-0";
1220 knownRockspec = (fetchurl {
1221 url = "mirror://luarocks/lua-cmsgpack-0.4.0-0.rockspec";
1222 sha256 = "10cvr6knx3qvjcw1q9v05f2qy607mai7lbq321nx682aa0n1fzin";
1224 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1225 "url": "https://github.com/antirez/lua-cmsgpack.git",
1226 "rev": "dec1810a70d2948725f2e32cc38163de62b9d9a7",
1227 "date": "2015-06-03T08:39:04+02:00",
1228 "path": "/nix/store/ksqvl7hbd5s7nb6hjffyic1shldac4z2-lua-cmsgpack",
1229 "sha256": "0j0ahc9rprgl6dqxybaxggjam2r5i2wqqsd6764n0d7fdpj9fqm0",
1230 "hash": "sha256-oGKX5G3uNGCJOaZpjLmIJYuq5HtdLd9xM/TlmxODCkg=",
1232 "fetchSubmodules": true,
1234 "leaveDotGit": false
1236 '') ["date" "path" "sha256"]) ;
1238 disabled = (luaOlder "5.1");
1239 propagatedBuildInputs = [ lua ];
1242 homepage = "http://github.com/antirez/lua-cmsgpack";
1243 description = "MessagePack C implementation and bindings for Lua 5.1/5.2/5.3";
1244 license.fullName = "Two-clause BSD";
1248 lua-curl = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua, luaAtLeast, luaOlder }:
1249 buildLuarocksPackage {
1251 version = "0.3.13-1";
1252 knownRockspec = (fetchurl {
1253 url = "mirror://luarocks/lua-curl-0.3.13-1.rockspec";
1254 sha256 = "0lz534sm35hxazf1w71hagiyfplhsvzr94i6qyv5chjfabrgbhjn";
1257 url = "https://github.com/Lua-cURL/Lua-cURLv3/archive/v0.3.13.zip";
1258 sha256 = "0gn59bwrnb2mvl8i0ycr6m3jmlgx86xlr9mwnc85zfhj7zhi5anp";
1261 disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
1262 propagatedBuildInputs = [ lua ];
1265 homepage = "https://github.com/Lua-cURL";
1266 description = "Lua binding to libcurl";
1267 license.fullName = "MIT/X11";
1271 lua-ffi-zlib = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
1272 buildLuarocksPackage {
1273 pname = "lua-ffi-zlib";
1275 knownRockspec = (fetchurl {
1276 url = "mirror://luarocks/lua-ffi-zlib-0.6-0.rockspec";
1277 sha256 = "060sac715f1ris13fjv6gwqm0lk6by0a2zhldxd8hdrc0jss8p34";
1279 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1280 "url": "https://github.com/hamishforbes/lua-ffi-zlib",
1281 "rev": "61e95cb434e4047c8bc65a180c293a05bf754416",
1282 "date": "2023-08-11T09:28:16+12:00",
1283 "path": "/nix/store/gfyr81q84mgpgwyh28xpzlf34ndjkfwc-lua-ffi-zlib",
1284 "sha256": "0r6vima495h0d4f8ibf3fv9b6k7rqnavgvsy78dybslrm7lwsz4p",
1285 "hash": "sha256-l3zN6amZ6uUbOl7vt5XF+Uyz0nbDrYgcaQCWRFSN22Q=",
1287 "fetchSubmodules": true,
1289 "leaveDotGit": false
1291 '') ["date" "path" "sha256"]) ;
1293 disabled = (luaOlder "5.1");
1294 propagatedBuildInputs = [ lua ];
1297 homepage = "https://github.com/hamishforbes/lua-ffi-zlib";
1298 description = "A Lua module using LuaJIT's FFI feature to access zlib.";
1302 lua-iconv = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
1303 buildLuarocksPackage {
1304 pname = "lua-iconv";
1305 version = "7.0.0-4";
1306 knownRockspec = (fetchurl {
1307 url = "mirror://luarocks/lua-iconv-7.0.0-4.rockspec";
1308 sha256 = "0j34zf98wdr6ks6snsrqi00vwm3ngsa5f74kadsn178iw7hd8c3q";
1311 url = "https://github.com/lunarmodules/lua-iconv/archive/v7.0.0/lua-iconv-7.0.0.tar.gz";
1312 sha256 = "0arp0h342hpp4kfdxc69yxspziky4v7c13jbf12yrs8f1lnjzr0x";
1315 disabled = (luaOlder "5.1");
1316 propagatedBuildInputs = [ lua ];
1319 homepage = "https://github.com/lunarmodules/lua-iconv/";
1320 description = "Lua binding to the iconv";
1321 license.fullName = "MIT/X11";
1325 lua-lsp = callPackage({ buildLuarocksPackage, dkjson, fetchgit, fetchurl, inspect, lpeglabel, lua, luaAtLeast, luaOlder }:
1326 buildLuarocksPackage {
1328 version = "0.1.0-2";
1329 knownRockspec = (fetchurl {
1330 url = "mirror://luarocks/lua-lsp-0.1.0-2.rockspec";
1331 sha256 = "19jsz00qlgbyims6cg8i40la7v8kr7zsxrrr3dg0kdg0i36xqs6c";
1333 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1334 "url": "https://github.com/Alloyed/lua-lsp",
1335 "rev": "6afbe53b43d9fb2e70edad50081cc3062ca3d78f",
1336 "date": "2020-10-17T15:07:11-04:00",
1337 "path": "/nix/store/qn9syhm875k1qardhhsp025cm3dbnqvm-lua-lsp",
1338 "sha256": "17k3jq61jz6j9bz4vc3hmsfx1s26cfgq1acja8fqyixljklmsbqp",
1339 "hash": "sha256-Fy9d6ZS0R48dUpKpgJ9jRujQna5wsE3+StJ8GQyWY54=",
1341 "fetchSubmodules": true,
1343 "leaveDotGit": false
1345 '') ["date" "path" "sha256"]) ;
1347 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
1348 propagatedBuildInputs = [ dkjson inspect lpeglabel lua ];
1351 homepage = "https://github.com/Alloyed/lua-lsp";
1352 description = "A Language Server implementation for lua, the language";
1353 license.fullName = "MIT";
1357 lua-messagepack = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
1358 buildLuarocksPackage {
1359 pname = "lua-messagepack";
1360 version = "0.5.4-1";
1361 knownRockspec = (fetchurl {
1362 url = "mirror://luarocks/lua-messagepack-0.5.4-1.rockspec";
1363 sha256 = "1jygn6f8ab69z0nn1gib45wvjp075gzxp54vdmgxb3qfar0q70kr";
1366 url = "https://framagit.org/fperrad/lua-MessagePack/raw/releases/lua-messagepack-0.5.4.tar.gz";
1367 sha256 = "0kk1n9kf6wip8k2xx4wjlv7647biji2p86v4jf0h6d6wkaypq0kz";
1370 disabled = (luaOlder "5.1");
1371 propagatedBuildInputs = [ lua ];
1374 homepage = "https://fperrad.frama.io/lua-MessagePack/";
1375 description = "a pure Lua implementation of the MessagePack serialization format";
1376 license.fullName = "MIT/X11";
1380 lua-protobuf = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
1381 buildLuarocksPackage {
1382 pname = "lua-protobuf";
1383 version = "0.5.0-1";
1384 knownRockspec = (fetchurl {
1385 url = "mirror://luarocks/lua-protobuf-0.5.0-1.rockspec";
1386 sha256 = "08z73rsqi7ysdyjcwfqyr8z6i5r43kx5fd8l32wlzv6cx6yvlqc9";
1388 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1389 "url": "https://github.com/starwing/lua-protobuf.git",
1390 "rev": "a256c34e12cad643d6ad189bddcbc314da9b0658",
1391 "date": "2023-04-30T02:11:27+08:00",
1392 "path": "/nix/store/n7ihjh36kp2f80016f9y8xydia2pclzq-lua-protobuf",
1393 "sha256": "1kbanbgvmzcfnxq30f8hmirgc1d768lacpjihis9961pc7w96l9n",
1394 "hash": "sha256-NlGT+GE3mJR0hFFepigypwX2cqwQOTBwt479ut+yas0=",
1396 "fetchSubmodules": true,
1398 "leaveDotGit": false
1400 '') ["date" "path" "sha256"]) ;
1402 disabled = (luaOlder "5.1");
1403 propagatedBuildInputs = [ lua ];
1406 homepage = "https://github.com/starwing/lua-protobuf";
1407 description = "protobuf data support for Lua";
1408 maintainers = with lib.maintainers; [ lockejan ];
1409 license.fullName = "MIT";
1413 lua-resty-http = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
1414 buildLuarocksPackage {
1415 pname = "lua-resty-http";
1416 version = "0.17.1-0";
1417 knownRockspec = (fetchurl {
1418 url = "mirror://luarocks/lua-resty-http-0.17.1-0.rockspec";
1419 sha256 = "05gid7c5i459clw707z1jic42s52ap4z66dbr9ims5znaq5s3wdk";
1421 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1422 "url": "https://github.com/ledgetech/lua-resty-http",
1423 "rev": "4ab4269cf442ba52507aa2c718f606054452fcad",
1424 "date": "2023-03-22T09:48:56+00:00",
1425 "path": "/nix/store/ykd1d5fa56i1c286k58jm233lqvdv2mi-lua-resty-http",
1426 "sha256": "0xdhygjqjpfkq1bq8b09fichww57q1z694lz16i3hcc3g4sr4hxg",
1427 "hash": "sha256-r0OSNXmDMTiiCZ+SZH7Ap3AOWXQJLIRXwNNdieXzsHU=",
1429 "fetchSubmodules": true,
1431 "leaveDotGit": false
1433 '') ["date" "path" "sha256"]) ;
1435 disabled = (luaOlder "5.1");
1436 propagatedBuildInputs = [ lua ];
1439 homepage = "https://github.com/ledgetech/lua-resty-http";
1440 description = "Lua HTTP client cosocket driver for OpenResty / ngx_lua.";
1441 license.fullName = "2-clause BSD";
1445 lua-resty-jwt = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, lua-resty-openssl, luaOlder }:
1446 buildLuarocksPackage {
1447 pname = "lua-resty-jwt";
1448 version = "0.2.3-0";
1449 knownRockspec = (fetchurl {
1450 url = "mirror://luarocks/lua-resty-jwt-0.2.3-0.rockspec";
1451 sha256 = "1fxdwfr4pna3fdfm85kin97n53caq73h807wjb59wpqiynbqzc8c";
1453 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1454 "url": "https://github.com/cdbattags/lua-resty-jwt",
1455 "rev": "b3d5c085643fa95099e72a609c57095802106ff9",
1456 "date": "2021-01-20T16:53:57-05:00",
1457 "path": "/nix/store/z4a8ffxj2i3gbjp0f8r377cdp88lkzl4-lua-resty-jwt",
1458 "sha256": "07w8r8gqbby06x493qzislig7a3giw0anqr4ivp3g2ms8v9fnng6",
1459 "hash": "sha256-5lnr0ka6ijfujiRjqwCPb6jzItXx45FIN8CvhR/KiB8=",
1461 "fetchSubmodules": true,
1463 "leaveDotGit": false
1465 '') ["date" "path" "sha256"]) ;
1467 disabled = (luaOlder "5.1");
1468 propagatedBuildInputs = [ lua lua-resty-openssl ];
1471 homepage = "https://github.com/cdbattags/lua-resty-jwt";
1472 description = "JWT for ngx_lua and LuaJIT.";
1473 license.fullName = "Apache License Version 2";
1477 lua-resty-openidc = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, lua-resty-http, lua-resty-jwt, lua-resty-session, luaOlder }:
1478 buildLuarocksPackage {
1479 pname = "lua-resty-openidc";
1480 version = "1.7.6-3";
1481 knownRockspec = (fetchurl {
1482 url = "mirror://luarocks/lua-resty-openidc-1.7.6-3.rockspec";
1483 sha256 = "08nq24kxw51xiyyp5jailyqjfsgz4m4fzy4hb7g3fv76vcsf8msp";
1485 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1486 "url": "https://github.com/zmartzone/lua-resty-openidc",
1487 "rev": "5a7b9e2cfe4f5aab7c60032e6ca94d2d534f7d19",
1488 "date": "2023-01-30T19:06:51+01:00",
1489 "path": "/nix/store/nyd2jqhlq8gx4chapqyxk2q4dsxgm8hz-lua-resty-openidc",
1490 "sha256": "15dh9z7y84n840x02xsn2m9h9hdakbbv4p1z7dfz85v5w5i6c86p",
1491 "hash": "sha256-1yBmYuFlF/RdOz9csteaqsEEUxVWdwE6IMgS5M9PsJU=",
1493 "fetchSubmodules": true,
1495 "leaveDotGit": false
1497 '') ["date" "path" "sha256"]) ;
1499 disabled = (luaOlder "5.1");
1500 propagatedBuildInputs = [ lua lua-resty-http lua-resty-jwt lua-resty-session ];
1503 homepage = "https://github.com/zmartzone/lua-resty-openidc";
1504 description = "A library for NGINX implementing the OpenID Connect Relying Party (RP) and the OAuth 2.0 Resource Server (RS) functionality";
1505 license.fullName = "Apache 2.0";
1509 lua-resty-openssl = callPackage({ buildLuarocksPackage, fetchgit, fetchurl }:
1510 buildLuarocksPackage {
1511 pname = "lua-resty-openssl";
1512 version = "1.0.2-1";
1513 knownRockspec = (fetchurl {
1514 url = "mirror://luarocks/lua-resty-openssl-1.0.2-1.rockspec";
1515 sha256 = "000ak4rfm56z7g2b7jr7k2m4hp6kcx970cnv29acjazrz6kr60r2";
1517 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1518 "url": "https://github.com/fffonion/lua-resty-openssl.git",
1519 "rev": "5aba923e78ae0f213f3b4719effa879e3971821f",
1520 "date": "2023-11-22T15:44:01+08:00",
1521 "path": "/nix/store/fww02frnja73z8bhxqz5nyji5nam77ab-lua-resty-openssl",
1522 "sha256": "10fxfjafl9wyv2jz7j25xkklx1c2ykvi0yqskyij45d0rzimil5z",
1523 "hash": "sha256-v9BY48+gFSKjnxp7EPf0goVO5+xFyPOl2J4n6pR03YE=",
1525 "fetchSubmodules": true,
1527 "leaveDotGit": false
1529 '') ["date" "path" "sha256"]) ;
1533 homepage = "https://github.com/fffonion/lua-resty-openssl";
1534 description = "No summary";
1535 license.fullName = "BSD";
1539 lua-resty-session = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, lua-ffi-zlib, lua-resty-openssl, luaOlder }:
1540 buildLuarocksPackage {
1541 pname = "lua-resty-session";
1542 version = "4.0.5-1";
1543 knownRockspec = (fetchurl {
1544 url = "mirror://luarocks/lua-resty-session-4.0.5-1.rockspec";
1545 sha256 = "0h0kqwna46mrraq310qjb7yigxwv13n4czk24xnqr21czxsskzkg";
1547 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1548 "url": "https://github.com/bungle/lua-resty-session.git",
1549 "rev": "5f2aed616d16fa7ca04dc40e23d6941740cd634d",
1550 "date": "2023-08-16T18:24:43+03:00",
1551 "path": "/nix/store/s6i1idv9lx52x7lcl0kc2c9sm9pic4kq-lua-resty-session",
1552 "sha256": "08pih1baqhlvsqvcr1zzympmn8v7gskmis6ffhigll37hbzvljcz",
1553 "hash": "sha256-n0m6/4JnUPoidM7oWKd+ZyNbb/X/h8w21ptCrFaA8SI=",
1555 "fetchSubmodules": true,
1557 "leaveDotGit": false
1559 '') ["date" "path" "sha256"]) ;
1561 disabled = (luaOlder "5.1");
1562 propagatedBuildInputs = [ lua lua-ffi-zlib lua-resty-openssl ];
1565 homepage = "https://github.com/bungle/lua-resty-session";
1566 description = "Session Library for OpenResty - Flexible and Secure";
1567 license.fullName = "BSD";
1571 lua-rtoml = callPackage({ buildLuarocksPackage, fetchgit, lua, luaOlder, luarocks-build-rust-mlua }:
1572 buildLuarocksPackage {
1573 pname = "lua-rtoml";
1576 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1577 "url": "https://github.com/lblasc/lua-rtoml.git",
1578 "rev": "c83f56b9519d85968d663308e303f384c55c7b18",
1579 "date": "2023-11-02T14:28:19+01:00",
1580 "path": "/nix/store/x6mm838p27gwk45j23jkd0cpzxncxgci-lua-rtoml",
1581 "sha256": "11i2km1k686nbh2ylfrcn3grd816vdhnigjjaiykkgwj0i8il6ix",
1582 "hash": "sha256-PRoaUQSSvzl9VFK+aGHbJqCW37AsO+oFXNYgM0OdIoY=",
1584 "fetchSubmodules": true,
1586 "leaveDotGit": false
1588 '') ["date" "path" "sha256"]) ;
1590 disabled = (luaOlder "5.1");
1591 propagatedBuildInputs = [ lua luarocks-build-rust-mlua ];
1594 homepage = "https://github.com/lblasc/lua-rtoml";
1595 description = "Lua bindings for the Rust toml crate.";
1596 maintainers = with lib.maintainers; [ lblasc ];
1597 license.fullName = "MIT";
1601 lua-subprocess = callPackage({ buildLuarocksPackage, fetchgit, lua, luaOlder }:
1602 buildLuarocksPackage {
1603 pname = "subprocess";
1606 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1607 "url": "https://github.com/0x0ade/lua-subprocess.git",
1608 "rev": "bfa8e97da774141f301cfd1106dca53a30a4de54",
1609 "date": "2021-01-09T22:31:54+01:00",
1610 "path": "/nix/store/3lr7n1k85kbf718wxr51xd40i8dfs5qd-lua-subprocess",
1611 "sha256": "0p91hda0b0hpgdbff5drcyygaizq086gw8vnvzn0y0fg3mc9if70",
1612 "hash": "sha256-4LiYWB3PAQ/s33Yj/gwC+Ef1vGe5FedWexeCBVSDIV0=",
1614 "fetchSubmodules": true,
1616 "leaveDotGit": false
1618 '') ["date" "path" "sha256"]) ;
1620 disabled = (luaOlder "5.1");
1621 propagatedBuildInputs = [ lua ];
1624 homepage = "https://github.com/xlq/lua-subprocess";
1625 description = "A Lua module written in C that allows you to create child processes and communicate with them.";
1626 maintainers = with lib.maintainers; [ scoder12 ];
1627 license.fullName = "MIT";
1631 lua-term = callPackage({ buildLuarocksPackage, fetchurl }:
1632 buildLuarocksPackage {
1635 knownRockspec = (fetchurl {
1636 url = "mirror://luarocks/lua-term-0.7-1.rockspec";
1637 sha256 = "0r9g5jw7pqr1dyj6w58dqlr7y7l0jp077n8nnji4phf10biyrvg2";
1640 url = "https://github.com/hoelzro/lua-term/archive/0.07.tar.gz";
1641 sha256 = "0c3zc0cl3a5pbdn056vnlan16g0wimv0p9bq52h7w507f72x18f1";
1646 homepage = "https://github.com/hoelzro/lua-term";
1647 description = "Terminal functions for Lua";
1648 license.fullName = "MIT/X11";
1652 lua-toml = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
1653 buildLuarocksPackage {
1656 knownRockspec = (fetchurl {
1657 url = "mirror://luarocks/lua-toml-2.0-1.rockspec";
1658 sha256 = "0zd3hrj1ifq89rjby3yn9y96vk20ablljvqdap981navzlbb7zvq";
1660 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1661 "url": "https://github.com/jonstoler/lua-toml.git",
1662 "rev": "13731a5dd48c8c314d2451760604810bd6221085",
1663 "date": "2017-12-08T16:30:50-08:00",
1664 "path": "/nix/store/cnpflpyj441c65jhb68hjr2bcvnj9han-lua-toml",
1665 "sha256": "0lklhgs4n7gbgva5frs39240da1y4nwlx6yxaj3ix6r5lp9sh07b",
1666 "hash": "sha256-6wCo06Ulmx6HVN2bTrklPqgGiEhDZ1fUfusdS/SDdFI=",
1668 "fetchSubmodules": true,
1670 "leaveDotGit": false
1672 '') ["date" "path" "sha256"]) ;
1674 disabled = (luaOlder "5.1");
1675 propagatedBuildInputs = [ lua ];
1678 homepage = "https://github.com/jonstoler/lua-toml";
1679 description = "toml decoder/encoder for Lua";
1680 license.fullName = "MIT";
1684 lua-yajl = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
1685 buildLuarocksPackage {
1688 knownRockspec = (fetchurl {
1689 url = "mirror://luarocks/lua-yajl-2.0-1.rockspec";
1690 sha256 = "0h600zgq5qc9z3cid1kr35q3qb98alg0m3qf0a3mfj33hya6pcxp";
1692 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1693 "url": "https://github.com/brimworks/lua-yajl.git",
1694 "rev": "c0b598a70966b6cabc57a110037faf9091436f30",
1695 "date": "2020-11-12T06:22:23-08:00",
1696 "path": "/nix/store/9acgxpqk52kwn03m5xasn4f6mmsby2r9-lua-yajl",
1697 "sha256": "1frry90y7vqnw1rd1dfnksilynh0n24gfhkmjd6wwba73prrg0pf",
1698 "hash": "sha256-7oKX8x1HLc5Nk3VC94iwAFpPo57WtdBy4Bbv40HyObs=",
1700 "fetchSubmodules": true,
1702 "leaveDotGit": false
1704 '') ["date" "path" "sha256"]) ;
1706 disabled = (luaOlder "5.1");
1707 propagatedBuildInputs = [ lua ];
1710 homepage = "http://github.com/brimworks/lua-yajl";
1711 description = "Integrate the yajl JSON library with Lua.";
1712 maintainers = with lib.maintainers; [ pstn ];
1713 license.fullName = "MIT/X11";
1717 lua-zlib = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
1718 buildLuarocksPackage {
1721 knownRockspec = (fetchurl {
1722 url = "mirror://luarocks/lua-zlib-1.2-2.rockspec";
1723 sha256 = "1ycjy59w6rkhasqqbiyra0f1sj87fswcz25zwxy4gyv7rrwy5hxd";
1725 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1726 "url": "https://github.com/brimworks/lua-zlib.git",
1727 "rev": "a305d98f473d0a253b6fd740ce60d7d5a5f1cda0",
1728 "date": "2017-10-07T08:26:37-07:00",
1729 "path": "/nix/store/6hjfczd3xkilkdxidgqzdrwmaiwnlf05-lua-zlib",
1730 "sha256": "1cv12s5c5lihmf3hb0rz05qf13yihy1bjpb7448v8mkiss6y1s5c",
1731 "hash": "sha256-rOjgjdZxVrQRIWdduYKH0Y/gcAE/gwWHqzDSwooWYbM=",
1733 "fetchSubmodules": true,
1735 "leaveDotGit": false
1737 '') ["date" "path" "sha256"]) ;
1739 disabled = (luaOlder "5.1");
1740 propagatedBuildInputs = [ lua ];
1743 homepage = "https://github.com/brimworks/lua-zlib";
1744 description = "Simple streaming interface to zlib for Lua.";
1745 maintainers = with lib.maintainers; [ koral ];
1746 license.fullName = "MIT";
1750 lua_cliargs = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
1751 buildLuarocksPackage {
1752 pname = "lua_cliargs";
1754 knownRockspec = (fetchurl {
1755 url = "mirror://luarocks/lua_cliargs-3.0-2.rockspec";
1756 sha256 = "0vlmwrldwlxdfkak9kapydfs4ny4pwg3qpkv5agn6lw6gq0aq5za";
1759 url = "https://github.com/amireh/lua_cliargs/archive/v3.0-2.tar.gz";
1760 sha256 = "0vhpgmy9a8wlxp8a15pnfqfk0aj7pyyb5m41nnfxynx580a6y7cp";
1763 disabled = (luaOlder "5.1");
1764 propagatedBuildInputs = [ lua ];
1767 homepage = "https://github.com/amireh/lua_cliargs";
1768 description = "A command-line argument parser.";
1769 license.fullName = "MIT <http://opensource.org/licenses/MIT>";
1773 luabitop = callPackage({ buildLuarocksPackage, fetchgit, lua, luaAtLeast, luaOlder }:
1774 buildLuarocksPackage {
1776 version = "1.0.2-3";
1778 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1779 "url": "https://github.com/teto/luabitop.git",
1780 "rev": "8d7b674386460ca83e9510b3a8a4481344eb90ad",
1781 "date": "2021-08-30T10:14:03+02:00",
1782 "path": "/nix/store/sdnza0zpmlkz9jppnysasbvqy29f4zia-luabitop",
1783 "sha256": "1b57f99lrjbwsi4m23cq5kpj0dbpxh3xwr0mxs2rzykr2ijpgwrw",
1784 "hash": "sha256-PPN3ZRR5+p+F7hVk3gfsdzUg7yyYDVFJ1HzJTFNyp6w=",
1786 "fetchSubmodules": true,
1788 "leaveDotGit": false
1790 '') ["date" "path" "sha256"]) ;
1792 disabled = (luaOlder "5.1") || (luaAtLeast "5.3");
1793 propagatedBuildInputs = [ lua ];
1796 homepage = "http://bitop.luajit.org/";
1797 description = "Lua Bit Operations Module";
1798 license.fullName = "MIT/X license";
1802 luacheck = callPackage({ argparse, buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder, luafilesystem }:
1803 buildLuarocksPackage {
1805 version = "1.1.1-1";
1806 knownRockspec = (fetchurl {
1807 url = "mirror://luarocks/luacheck-1.1.1-1.rockspec";
1808 sha256 = "11nrryqff2yis5s7jscbyv221p21i9sh924x7g9l3d6ijns8zmba";
1810 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1811 "url": "https://github.com/lunarmodules/luacheck.git",
1812 "rev": "ababb6d403d634eb74d2c541035e9ede966e710d",
1813 "date": "2023-06-10T11:27:25+03:00",
1814 "path": "/nix/store/wkrhda7nww45g1waxdv9ghm35mwbvlfq-luacheck",
1815 "sha256": "0abd5rfxv667n8d8v3g9cnkyghiwzhj3yk498gr2agd3mfcni7d7",
1816 "hash": "sha256-p51omaujPSXyQ4lMPyT8PMLnp2XpjY0asseY3V0ubSk=",
1818 "fetchSubmodules": true,
1820 "leaveDotGit": false
1822 '') ["date" "path" "sha256"]) ;
1824 disabled = (luaOlder "5.1");
1825 propagatedBuildInputs = [ argparse lua luafilesystem ];
1828 homepage = "https://github.com/lunarmodules/luacheck";
1829 description = "A static analyzer and a linter for Lua";
1830 license.fullName = "MIT";
1834 luacov = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaAtLeast, luaOlder }:
1835 buildLuarocksPackage {
1837 version = "0.15.0-1";
1838 knownRockspec = (fetchurl {
1839 url = "mirror://luarocks/luacov-0.15.0-1.rockspec";
1840 sha256 = "18byfl23c73pazi60hsx0vd74hqq80mzixab76j36cyn8k4ni9db";
1842 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1843 "url": "https://github.com/keplerproject/luacov.git",
1844 "rev": "19b52ca0298c8942df82dd441d7a4a588db4c413",
1845 "date": "2021-02-15T18:47:58-03:00",
1846 "path": "/nix/store/9vm38il9knzx2m66m250qj1fzdfzqg0y-luacov",
1847 "sha256": "08550nna6qcb5jn6ds1hjm6010y8973wx4qbf9vrvrcn1k2yr6ki",
1848 "hash": "sha256-cZrsxQyW5Z13cguTzsdJyIMATJUw6GasLItho6wFpSA=",
1850 "fetchSubmodules": true,
1852 "leaveDotGit": false
1854 '') ["date" "path" "sha256"]) ;
1856 disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
1857 propagatedBuildInputs = [ lua ];
1860 homepage = "https://keplerproject.github.io/luacov/";
1861 description = "Coverage analysis tool for Lua scripts";
1862 license.fullName = "MIT";
1866 luadbi = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaAtLeast, luaOlder }:
1867 buildLuarocksPackage {
1869 version = "0.7.2-1";
1870 knownRockspec = (fetchurl {
1871 url = "mirror://luarocks/luadbi-0.7.2-1.rockspec";
1872 sha256 = "0lj1qki20w6bl76cvlcazlmwh170b9wkv5nwlxbrr3cn6w7h370b";
1874 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1875 "url": "https://github.com/mwild1/luadbi",
1876 "rev": "73a234c4689e4f87b7520276b6159cc7f6cfd6e0",
1877 "date": "2019-01-14T09:39:17+00:00",
1878 "path": "/nix/store/a3qgawila4r4jc2lpdc4mwyzd1gvzazd-luadbi",
1879 "sha256": "167ivwmczhp98bxzpz3wdxcfj6vi0a10gpi7rdfjs2rbfwkzqvjh",
1880 "hash": "sha256-UG78J3crCy1dyyfeB4ICcRvpWG98/Pv7QunCzyrf8Zg=",
1882 "fetchSubmodules": true,
1884 "leaveDotGit": false
1886 '') ["date" "path" "sha256"]) ;
1888 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
1889 propagatedBuildInputs = [ lua ];
1892 homepage = "https://github.com/mwild1/luadbi";
1893 description = "Database abstraction layer";
1894 license.fullName = "MIT/X11";
1898 luadbi-mysql = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaAtLeast, luaOlder, luadbi }:
1899 buildLuarocksPackage {
1900 pname = "luadbi-mysql";
1901 version = "0.7.2-1";
1902 knownRockspec = (fetchurl {
1903 url = "mirror://luarocks/luadbi-mysql-0.7.2-1.rockspec";
1904 sha256 = "0gnyqnvcfif06rzzrdw6w6hchp4jrjiwm0rmfx2r8ljchj2bvml5";
1906 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1907 "url": "https://github.com/mwild1/luadbi",
1908 "rev": "73a234c4689e4f87b7520276b6159cc7f6cfd6e0",
1909 "date": "2019-01-14T09:39:17+00:00",
1910 "path": "/nix/store/a3qgawila4r4jc2lpdc4mwyzd1gvzazd-luadbi",
1911 "sha256": "167ivwmczhp98bxzpz3wdxcfj6vi0a10gpi7rdfjs2rbfwkzqvjh",
1912 "hash": "sha256-UG78J3crCy1dyyfeB4ICcRvpWG98/Pv7QunCzyrf8Zg=",
1914 "fetchSubmodules": true,
1916 "leaveDotGit": false
1918 '') ["date" "path" "sha256"]) ;
1920 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
1921 propagatedBuildInputs = [ lua luadbi ];
1924 homepage = "https://github.com/mwild1/luadbi";
1925 description = "Database abstraction layer";
1926 license.fullName = "MIT/X11";
1930 luadbi-postgresql = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaAtLeast, luaOlder, luadbi }:
1931 buildLuarocksPackage {
1932 pname = "luadbi-postgresql";
1933 version = "0.7.2-1";
1934 knownRockspec = (fetchurl {
1935 url = "mirror://luarocks/luadbi-postgresql-0.7.2-1.rockspec";
1936 sha256 = "07rx4agw4hjyzf8157apdwfqh9s26nqndmkr3wm7v09ygjvdjiix";
1938 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1939 "url": "https://github.com/mwild1/luadbi",
1940 "rev": "73a234c4689e4f87b7520276b6159cc7f6cfd6e0",
1941 "date": "2019-01-14T09:39:17+00:00",
1942 "path": "/nix/store/a3qgawila4r4jc2lpdc4mwyzd1gvzazd-luadbi",
1943 "sha256": "167ivwmczhp98bxzpz3wdxcfj6vi0a10gpi7rdfjs2rbfwkzqvjh",
1944 "hash": "sha256-UG78J3crCy1dyyfeB4ICcRvpWG98/Pv7QunCzyrf8Zg=",
1946 "fetchSubmodules": true,
1948 "leaveDotGit": false
1950 '') ["date" "path" "sha256"]) ;
1952 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
1953 propagatedBuildInputs = [ lua luadbi ];
1956 homepage = "https://github.com/mwild1/luadbi";
1957 description = "Database abstraction layer";
1958 license.fullName = "MIT/X11";
1962 luadbi-sqlite3 = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaAtLeast, luaOlder, luadbi }:
1963 buildLuarocksPackage {
1964 pname = "luadbi-sqlite3";
1965 version = "0.7.2-1";
1966 knownRockspec = (fetchurl {
1967 url = "mirror://luarocks/luadbi-sqlite3-0.7.2-1.rockspec";
1968 sha256 = "022iba0jbiafz8iv1h0iv95rhcivbfq5yg341nxk3dm87yf220vh";
1970 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
1971 "url": "https://github.com/mwild1/luadbi",
1972 "rev": "73a234c4689e4f87b7520276b6159cc7f6cfd6e0",
1973 "date": "2019-01-14T09:39:17+00:00",
1974 "path": "/nix/store/a3qgawila4r4jc2lpdc4mwyzd1gvzazd-luadbi",
1975 "sha256": "167ivwmczhp98bxzpz3wdxcfj6vi0a10gpi7rdfjs2rbfwkzqvjh",
1976 "hash": "sha256-UG78J3crCy1dyyfeB4ICcRvpWG98/Pv7QunCzyrf8Zg=",
1978 "fetchSubmodules": true,
1980 "leaveDotGit": false
1982 '') ["date" "path" "sha256"]) ;
1984 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
1985 propagatedBuildInputs = [ lua luadbi ];
1988 homepage = "https://github.com/mwild1/luadbi";
1989 description = "Database abstraction layer";
1990 license.fullName = "MIT/X11";
1994 luaepnf = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lpeg, lua, luaAtLeast, luaOlder }:
1995 buildLuarocksPackage {
1998 knownRockspec = (fetchurl {
1999 url = "mirror://luarocks/luaepnf-0.3-2.rockspec";
2000 sha256 = "0kqmnj11wmfpc9mz04zzq8ab4mnbkrhcgc525wrq6pgl3p5li8aa";
2002 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2003 "url": "https://github.com/siffiejoe/lua-luaepnf.git",
2004 "rev": "4e0a867ff54cf424e1558781f5d2c85d2dc2137c",
2005 "date": "2015-01-15T16:54:10+01:00",
2006 "path": "/nix/store/n7gb0z26sl7dzdyy3bx1y3cz3npsna7d-lua-luaepnf",
2007 "sha256": "1lvsi3fklhvz671jgg0iqn0xbkzn9qjcbf2ks41xxjz3lapjr6c9",
2008 "hash": "sha256-iZksr6Ljy94D0VO4xSRO9s/VgcURvCfDMX9DOt2IetM=",
2010 "fetchSubmodules": true,
2012 "leaveDotGit": false
2014 '') ["date" "path" "sha256"]) ;
2016 disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
2017 propagatedBuildInputs = [ lpeg lua ];
2020 homepage = "http://siffiejoe.github.io/lua-luaepnf/";
2021 description = "Extended PEG Notation Format (easy grammars for LPeg)";
2022 license.fullName = "MIT";
2026 luaevent = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
2027 buildLuarocksPackage {
2029 version = "0.4.6-1";
2030 knownRockspec = (fetchurl {
2031 url = "mirror://luarocks/luaevent-0.4.6-1.rockspec";
2032 sha256 = "03zixadhx4a7nh67n0sm6sy97c8i9va1a78hibhrl7cfbqc2zc7f";
2035 url = "https://github.com/harningt/luaevent/archive/v0.4.6.tar.gz";
2036 sha256 = "0pbh315d3p7hxgzmbhphkcldxv2dadbka96131b8j5914nxvl4nx";
2039 disabled = (luaOlder "5.1");
2040 propagatedBuildInputs = [ lua ];
2043 homepage = "https://github.com/harningt/luaevent";
2044 description = "libevent binding for Lua";
2045 license.fullName = "MIT";
2049 luaexpat = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
2050 buildLuarocksPackage {
2052 version = "1.4.1-1";
2053 knownRockspec = (fetchurl {
2054 url = "mirror://luarocks/luaexpat-1.4.1-1.rockspec";
2055 sha256 = "1abwd385x7wnza7qqz5s4aj6m2l1c23pjmbgnpq73q0s17pn1h0c";
2057 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2058 "url": "https://github.com/lunarmodules/luaexpat.git",
2059 "rev": "57f8966088abf8a00f8ab0bf88e1b6deea89c0bb",
2060 "date": "2022-10-04T16:36:23+02:00",
2061 "path": "/nix/store/dgrdkalikpqdap642qhppha1ajdnsvx0-luaexpat",
2062 "sha256": "1b4ck23p01ks3hgayan9n33f2kb6jvv63v4ww2mqczc09rqi0q46",
2063 "hash": "sha256-hmAQcU6AfYar4JzsYfaWZk3hxrDJKq8eHHoGcIeYjKw=",
2065 "fetchSubmodules": true,
2067 "leaveDotGit": false
2069 '') ["date" "path" "sha256"]) ;
2071 disabled = (luaOlder "5.1");
2072 propagatedBuildInputs = [ lua ];
2075 homepage = "https://lunarmodules.github.io/luaexpat";
2076 description = "XML Expat parsing";
2077 maintainers = with lib.maintainers; [ arobyn flosse ];
2078 license.fullName = "MIT/X11";
2082 luaffi = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
2083 buildLuarocksPackage {
2086 knownRockspec = (fetchurl {
2087 url = "mirror://luarocks/luaffi-scm-1.rockspec";
2088 sha256 = "1nia0g4n1yv1sbv5np572y8yfai56a8bnscir807s5kj5bs0xhxm";
2090 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2091 "url": "https://github.com/facebook/luaffifb.git",
2092 "rev": "a1cb731b08c91643b0665935eb5622b3d621211b",
2093 "date": "2021-03-01T11:46:30-05:00",
2094 "path": "/nix/store/6dwfn64p3clcsxkq41b307q8izi0fvji-luaffifb",
2095 "sha256": "0nj76fw3yi57vfn35yvbdmpdbg9gmn5j1gw84ajs9w1j86sc0661",
2096 "hash": "sha256-wRjAtEEy8KSlIoi/IIutL73Vbm1r+zKs26dEP7gzR1o=",
2098 "fetchSubmodules": true,
2100 "leaveDotGit": false
2102 '') ["date" "path" "sha256"]) ;
2104 disabled = (luaOlder "5.1");
2105 propagatedBuildInputs = [ lua ];
2108 homepage = "https://github.com/facebook/luaffifb";
2109 description = "FFI library for calling C functions from lua";
2110 license.fullName = "BSD";
2114 luafilesystem = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
2115 buildLuarocksPackage {
2116 pname = "luafilesystem";
2117 version = "1.8.0-1";
2118 knownRockspec = (fetchurl {
2119 url = "mirror://luarocks/luafilesystem-1.8.0-1.rockspec";
2120 sha256 = "18nkaks0b75dmycljg5vljap5w8d0ysdkg96yl5szgzr7nzrymfa";
2122 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2123 "url": "https://github.com/keplerproject/luafilesystem",
2124 "rev": "7c6e1b013caec0602ca4796df3b1d7253a2dd258",
2125 "date": "2020-04-22T22:16:42-03:00",
2126 "path": "/nix/store/qzjav1cmn4zwclpfs0xzykpbv835d84z-luafilesystem",
2127 "sha256": "16hpwhj6zgkjns3zilcg3lxfijm3cl71v39y9n5lbjk4b9kkwh54",
2128 "hash": "sha256-pEA+Z1pkykWLTT6NHQ5lo8roOh2P0fiHtnK+byTkF5o=",
2130 "fetchSubmodules": true,
2132 "leaveDotGit": false
2134 '') ["date" "path" "sha256"]) ;
2136 disabled = (luaOlder "5.1");
2137 propagatedBuildInputs = [ lua ];
2140 homepage = "https://github.com/keplerproject/luafilesystem";
2141 description = "File System Library for the Lua Programming Language";
2142 maintainers = with lib.maintainers; [ flosse ];
2143 license.fullName = "MIT/X11";
2147 lualdap = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
2148 buildLuarocksPackage {
2150 version = "1.4.0-1";
2151 knownRockspec = (fetchurl {
2152 url = "mirror://luarocks/lualdap-1.4.0-1.rockspec";
2153 sha256 = "0n924gxm6ccr9hjk4bi5z70vgh7g75dl7293pab41a2qcrlsj9nk";
2155 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2156 "url": "https://github.com/lualdap/lualdap",
2157 "rev": "7a73c883012f9d12a05563afbb3481a57055368c",
2158 "date": "2023-11-04T09:38:06+01:00",
2159 "path": "/nix/store/7j6wl1f9qg4kh9zwm8fnc0ky7zhf7qbf-lualdap",
2160 "sha256": "0xq0xi3ymg5lk6dh7782ddjnz5bjycd2xnc5dp1cwssi37nm7pdv",
2161 "hash": "sha256-u91T7RlRa87CbYXZLhrzcpVvZWsCnQObmbS86kfsAHc=",
2163 "fetchSubmodules": true,
2165 "leaveDotGit": false
2167 '') ["date" "path" "sha256"]) ;
2169 disabled = (luaOlder "5.1");
2170 propagatedBuildInputs = [ lua ];
2173 homepage = "https://lualdap.github.io/lualdap/";
2174 description = "A Lua interface to the OpenLDAP library";
2175 maintainers = with lib.maintainers; [ aanderse ];
2176 license.fullName = "MIT";
2180 lualogging = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, luasocket }:
2181 buildLuarocksPackage {
2182 pname = "lualogging";
2183 version = "1.8.2-1";
2184 knownRockspec = (fetchurl {
2185 url = "mirror://luarocks/lualogging-1.8.2-1.rockspec";
2186 sha256 = "164c4xgwkv2ya8fbb22wm48ywc4gx939b574r6bgl8zqayffdqmx";
2188 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2189 "url": "https://github.com/lunarmodules/lualogging.git",
2190 "rev": "465c994788f1bc18fca950934fa5ec9a909f496c",
2191 "date": "2023-01-27T20:29:41+01:00",
2192 "path": "/nix/store/pvb3yq11xgqhq6559sjd8rkf1x991rrz-lualogging",
2193 "sha256": "1mz5iiv9pfikkm4ay7j0q6mk3bmcxylnlg9piwda47xxc1zyb1j4",
2194 "hash": "sha256-RIblf2C9H6Iajzc9aqnvrK4xq8FAHq9InTO6m3aM5dc=",
2196 "fetchSubmodules": true,
2198 "leaveDotGit": false
2200 '') ["date" "path" "sha256"]) ;
2202 propagatedBuildInputs = [ luasocket ];
2205 homepage = "https://github.com/lunarmodules/lualogging";
2206 description = "A simple API to use logging features";
2207 license.fullName = "MIT/X11";
2211 luaossl = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua }:
2212 buildLuarocksPackage {
2214 version = "20220711-0";
2215 knownRockspec = (fetchurl {
2216 url = "mirror://luarocks/luaossl-20220711-0.rockspec";
2217 sha256 = "0b68kvfz587ilmb5c1p7920kysg9q4m4fl4cz4d93jl3270mzh8y";
2220 url = "https://github.com/wahern/luaossl/archive/rel-20220711.zip";
2221 sha256 = "1a9pgmc6fbhgh1m9ksz9fq057yzz46npqgakcsy9vngg47xacfdb";
2224 propagatedBuildInputs = [ lua ];
2227 homepage = "http://25thandclement.com/~william/projects/luaossl.html";
2228 description = "Most comprehensive OpenSSL module in the Lua universe.";
2229 license.fullName = "MIT/X11";
2233 luaposix = callPackage({ bit32, buildLuarocksPackage, fetchurl, fetchzip, lua, luaAtLeast, luaOlder }:
2234 buildLuarocksPackage {
2236 version = "34.1.1-1";
2237 knownRockspec = (fetchurl {
2238 url = "mirror://luarocks/luaposix-34.1.1-1.rockspec";
2239 sha256 = "0hx6my54axjcb3bklr991wji374qq6mwa3ily6dvb72vi2534nwz";
2242 url = "http://github.com/luaposix/luaposix/archive/v34.1.1.zip";
2243 sha256 = "0863r8c69yx92lalj174qdhavqmcs2cdimjim6k55qj9yn78v9zl";
2246 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
2247 propagatedBuildInputs = [ bit32 lua ];
2250 homepage = "http://github.com/luaposix/luaposix/";
2251 description = "Lua bindings for POSIX";
2252 maintainers = with lib.maintainers; [ vyp lblasc ];
2253 license.fullName = "MIT/X11";
2257 luarepl = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
2258 buildLuarocksPackage {
2261 knownRockspec = (fetchurl {
2262 url = "mirror://luarocks/luarepl-0.10-1.rockspec";
2263 sha256 = "12zdljfs4wg55mj7a38iwg7p5i1pmc934v9qlpi61sw4brp6x8d3";
2266 url = "https://github.com/hoelzro/lua-repl/archive/0.10.tar.gz";
2267 sha256 = "0wv37h9w6y5pgr39m7yxbf8imkwvaila6rnwjcp0xsxl5c1rzfjm";
2270 disabled = (luaOlder "5.1");
2271 propagatedBuildInputs = [ lua ];
2274 homepage = "https://github.com/hoelzro/lua-repl";
2275 description = "A reusable REPL component for Lua, written in Lua";
2276 license.fullName = "MIT/X11";
2280 luarocks-build-rust-mlua = callPackage({ buildLuarocksPackage, fetchgit, fetchurl }:
2281 buildLuarocksPackage {
2282 pname = "luarocks-build-rust-mlua";
2283 version = "0.1.2-1";
2284 knownRockspec = (fetchurl {
2285 url = "mirror://luarocks/luarocks-build-rust-mlua-0.1.2-1.rockspec";
2286 sha256 = "1sx908fm2ihpxz2mm54xzkfmdzlqdvrqjkh1zz7rcjgmqba4mh1j";
2288 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2289 "url": "https://github.com/khvzak/luarocks-build-rust-mlua",
2290 "rev": "c8080aa0832563b7f8b2cb85a195c1598ce312e0",
2291 "date": "2023-06-29T16:47:41+01:00",
2292 "path": "/nix/store/n7id28r1m11xd550hayv99xhz96vpdjq-luarocks-build-rust-mlua",
2293 "sha256": "1zh1p5k7xpczi5db3k0fw0ljw9w0xxk1qjjcfg5rcznqjf48i3x7",
2294 "hash": "sha256-p4+IiJPYfpbLc0xKHGbvgCcuKeAOzLFaiZ/dfma5Af4=",
2296 "fetchSubmodules": true,
2298 "leaveDotGit": false
2300 '') ["date" "path" "sha256"]) ;
2304 homepage = "https://github.com/khvzak/luarocks-build-rust-mlua";
2305 description = "A LuaRocks build backend for Lua modules written in Rust using mlua";
2306 maintainers = with lib.maintainers; [ mrcjkb ];
2307 license.fullName = "MIT";
2311 luasec = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder, luasocket }:
2312 buildLuarocksPackage {
2314 version = "1.3.2-1";
2315 knownRockspec = (fetchurl {
2316 url = "mirror://luarocks/luasec-1.3.2-1.rockspec";
2317 sha256 = "09nqs60cmbq1bi70cdh7v5xjnlsm2mrxv9pmbbvczijvz184jh33";
2319 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2320 "url": "https://github.com/brunoos/luasec",
2321 "rev": "4c06287052d68fdbe7429b8f967cdc8ee94aa44a",
2322 "date": "2023-08-31T17:09:53-03:00",
2323 "path": "/nix/store/wnl78b5l3dxw52slphmi4rmr1cd8bd3r-luasec",
2324 "sha256": "0rrdfbnkd8pgqwh3f0iyd5cxy7g1h0568a88m3sq1z7715js4yx3",
2325 "hash": "sha256-o3uiZQnn/ID1qAgpZAqA4R3fWWk+Ajcgx++iNu1yLWc=",
2327 "fetchSubmodules": true,
2329 "leaveDotGit": false
2331 '') ["date" "path" "sha256"]) ;
2333 disabled = (luaOlder "5.1");
2334 propagatedBuildInputs = [ lua luasocket ];
2337 homepage = "https://github.com/brunoos/luasec/wiki";
2338 description = "A binding for OpenSSL library to provide TLS/SSL communication over LuaSocket.";
2339 maintainers = with lib.maintainers; [ flosse ];
2340 license.fullName = "MIT";
2344 luasnip = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, jsregexp, lua, luaOlder }:
2345 buildLuarocksPackage {
2347 version = "2.1.1-1";
2348 knownRockspec = (fetchurl {
2349 url = "mirror://luarocks/luasnip-2.1.1-1.rockspec";
2350 sha256 = "1jrdai8qsanr6x2vqp70hipsxrxh0abvwr2xwh9p4wr29k4wyycb";
2353 url = "https://github.com/L3MON4D3/LuaSnip/archive/v2.1.1.zip";
2354 sha256 = "0mbpwf3sxfrmrza13d9w0hlcmzlrj551g332syp1qhs94abfnnrd";
2357 disabled = (luaOlder "5.1");
2358 propagatedBuildInputs = [ jsregexp lua ];
2361 homepage = "https://github.com/L3MON4D3/LuaSnip";
2362 description = "Snippet Engine for Neovim written in Lua.";
2363 license.fullName = "Apache-2.0";
2367 luasocket = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
2368 buildLuarocksPackage {
2369 pname = "luasocket";
2370 version = "3.1.0-1";
2371 knownRockspec = (fetchurl {
2372 url = "mirror://luarocks/luasocket-3.1.0-1.rockspec";
2373 sha256 = "0wg9735cyz2gj7r9za8yi83w765g0f4pahnny7h0pdpx58pgfx4r";
2375 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2376 "url": "https://github.com/lunarmodules/luasocket.git",
2377 "rev": "95b7efa9da506ef968c1347edf3fc56370f0deed",
2378 "date": "2022-07-27T10:07:00+03:00",
2379 "path": "/nix/store/r5pqxqjkdwl80nmjkv400mbls7cfymjc-luasocket",
2380 "sha256": "13hyf9cvny0kxwyg08929kkl31w74j66fj6zg1myyjr9nh5b795h",
2381 "hash": "sha256-sKSzCrQpS+9reN9IZ4wkh4dB50wiIfA87xN4u1lyHo4=",
2383 "fetchSubmodules": true,
2385 "leaveDotGit": false
2387 '') ["date" "path" "sha256"]) ;
2389 disabled = (luaOlder "5.1");
2390 propagatedBuildInputs = [ lua ];
2393 homepage = "https://github.com/lunarmodules/luasocket";
2394 description = "Network support for the Lua language";
2395 license.fullName = "MIT";
2399 luasql-sqlite3 = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
2400 buildLuarocksPackage {
2401 pname = "luasql-sqlite3";
2402 version = "2.6.0-2";
2403 knownRockspec = (fetchurl {
2404 url = "mirror://luarocks/luasql-sqlite3-2.6.0-2.rockspec";
2405 sha256 = "1xpbcpl4qhnzpyyszhdsrxhx2qc1dmndh926lv91xwphw7inwdwg";
2407 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2408 "url": "https://github.com/keplerproject/luasql.git",
2409 "rev": "25bf4ffce9323d28cb6f382f7ec9e8951e3084f9",
2410 "date": "2023-07-19T14:20:27-03:00",
2411 "path": "/nix/store/949886jxp7sx3yx910lc6d1yf3ym9mx5-luasql",
2412 "sha256": "00q73j2nzqsm0vmxjkv83qh1dncmr5dgmkrkyxnb5ggygvcbh7w5",
2413 "hash": "sha256-hR+42H7+vbJs9zPP+lrJldkWIB5oT9nrBlXjb4UcBwM=",
2415 "fetchSubmodules": true,
2417 "leaveDotGit": false
2419 '') ["date" "path" "sha256"]) ;
2421 disabled = (luaOlder "5.1");
2422 propagatedBuildInputs = [ lua ];
2425 homepage = "http://www.keplerproject.org/luasql/";
2426 description = "Database connectivity for Lua (SQLite3 driver)";
2427 maintainers = with lib.maintainers; [ vyp ];
2428 license.fullName = "MIT/X11";
2432 luassert = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder, say }:
2433 buildLuarocksPackage {
2435 version = "1.9.0-1";
2436 knownRockspec = (fetchurl {
2437 url = "mirror://luarocks/luassert-1.9.0-1.rockspec";
2438 sha256 = "1bkzr03190p33lprgy51nl84aq082fyc3f7s3wkk7zlay4byycxd";
2440 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2441 "url": "https://github.com/lunarmodules/luassert.git",
2442 "rev": "8d8dc8a54cc468048a128a867f6449a6c3fdd11a",
2443 "date": "2022-08-24T00:00:45+03:00",
2444 "path": "/nix/store/vfcl25wxps5kvh5prjkkjlj1ga3kgw63-luassert",
2445 "sha256": "0wlp6qdm9dkwzs8lvnj7zvmid4y12v717ywlhxn2brkbjpvl2dwf",
2446 "hash": "sha256-jjdB95Vr5iVsh5T7E84WwZMW6/5H2k2R/ny2VBs2l3I=",
2448 "fetchSubmodules": true,
2450 "leaveDotGit": false
2452 '') ["date" "path" "sha256"]) ;
2454 disabled = (luaOlder "5.1");
2455 propagatedBuildInputs = [ lua say ];
2458 homepage = "https://lunarmodules.github.io/busted/";
2459 description = "Lua assertions extension";
2460 license.fullName = "MIT <http://opensource.org/licenses/MIT>";
2464 luasystem = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
2465 buildLuarocksPackage {
2466 pname = "luasystem";
2467 version = "0.2.1-0";
2468 knownRockspec = (fetchurl {
2469 url = "mirror://luarocks/luasystem-0.2.1-0.rockspec";
2470 sha256 = "0xj5q7lzsbmlw5d3zbjqf3jpj78wcn348h2jcxn5ph4n4hx73z3n";
2473 url = "https://github.com/o-lim/luasystem/archive/v0.2.1.tar.gz";
2474 sha256 = "150bbklchh02gsvpngv56xrrlxxvwpqwrh0yy6z95fnvks7gd0qb";
2477 disabled = (luaOlder "5.1");
2478 propagatedBuildInputs = [ lua ];
2481 homepage = "http://olivinelabs.com/luasystem/";
2482 description = "Platform independent system calls for Lua.";
2483 license.fullName = "MIT <http://opensource.org/licenses/MIT>";
2487 luaunbound = callPackage({ buildLuarocksPackage, fetchurl, lua, luaAtLeast, luaOlder }:
2488 buildLuarocksPackage {
2489 pname = "luaunbound";
2490 version = "1.0.0-1";
2491 knownRockspec = (fetchurl {
2492 url = "mirror://luarocks/luaunbound-1.0.0-1.rockspec";
2493 sha256 = "1zlkibdwrj5p97nhs33cz8xx0323z3kiq5x7v0h3i7v6j0h8ppvn";
2496 url = "https://code.zash.se/dl/luaunbound/luaunbound-1.0.0.tar.gz";
2497 sha256 = "1lsh0ylp5xskygxl5qdv6mhkm1x8xp0vfd5prk5hxkr19jk5mr3d";
2500 disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
2501 propagatedBuildInputs = [ lua ];
2504 homepage = "https://www.zash.se/luaunbound.html";
2505 description = "A binding to libunbound";
2506 license.fullName = "MIT";
2510 luaunit = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua, luaAtLeast, luaOlder }:
2511 buildLuarocksPackage {
2514 knownRockspec = (fetchurl {
2515 url = "mirror://luarocks/luaunit-3.4-1.rockspec";
2516 sha256 = "111435fa8p2819vcvg76qmknj0wqk01gy9d1nh55c36616xnj54n";
2519 url = "https://github.com/bluebird75/luaunit/releases/download/LUAUNIT_V3_4/rock-luaunit-3.4.zip";
2520 sha256 = "0qf07y3229lq3qq1mfkv83gzbc7dgyr67hysqjb5bbk333flv56r";
2523 disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
2524 propagatedBuildInputs = [ lua ];
2527 homepage = "http://github.com/bluebird75/luaunit";
2528 description = "A unit testing framework for Lua";
2529 maintainers = with lib.maintainers; [ lockejan ];
2530 license.fullName = "BSD";
2534 luautf8 = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
2535 buildLuarocksPackage {
2537 version = "0.1.5-2";
2538 knownRockspec = (fetchurl {
2539 url = "mirror://luarocks/luautf8-0.1.5-2.rockspec";
2540 sha256 = "0v788kk1aj7r70w9fgjlp3qrpjbpa9z9l1m7d13csk0pgfkm5iqz";
2543 url = "https://github.com/starwing/luautf8/archive/refs/tags/0.1.5.tar.gz";
2544 sha256 = "077ji840wfmy7hq0y13l01dv6jhasznykf89gk9m672jhz6dxggl";
2547 disabled = (luaOlder "5.1");
2548 propagatedBuildInputs = [ lua ];
2551 homepage = "http://github.com/starwing/luautf8";
2552 description = "A UTF-8 support module for Lua";
2553 maintainers = with lib.maintainers; [ pstn ];
2554 license.fullName = "MIT";
2558 lua-utils-nvim = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua, luaOlder }:
2559 buildLuarocksPackage {
2560 pname = "lua-utils.nvim";
2561 version = "1.0.2-1";
2562 knownRockspec = (fetchurl {
2563 url = "mirror://luarocks/lua-utils.nvim-1.0.2-1.rockspec";
2564 sha256 = "0s11j4vd26haz72rb0c5m5h953292rh8r62mvlxbss6i69v2dkr9";
2567 url = "https://github.com/nvim-neorg/lua-utils.nvim/archive/v1.0.2.zip";
2568 sha256 = "0bnl2kvxs55l8cjhfpa834bm010n8r4gmsmivjcp548c076msagn";
2571 disabled = (luaOlder "5.1");
2572 propagatedBuildInputs = [ lua ];
2575 homepage = "https://github.com/nvim-neorg/lua-utils.nvim";
2576 description = "A set of utility functions for Neovim plugins.";
2577 maintainers = with lib.maintainers; [ mrcjkb ];
2578 license.fullName = "MIT";
2582 luazip = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaAtLeast, luaOlder }:
2583 buildLuarocksPackage {
2585 version = "1.2.7-1";
2586 knownRockspec = (fetchurl {
2587 url = "mirror://luarocks/luazip-1.2.7-1.rockspec";
2588 sha256 = "1wxy3p2ksaq4s8lg925mi9cvbh875gsapgkzm323dr8qaxxg7mba";
2590 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2591 "url": "https://github.com/mpeterv/luazip",
2592 "rev": "e424f667cc5c78dd19bb5eca5a86b3c8698e0ce5",
2593 "date": "2017-09-05T14:02:52+03:00",
2594 "path": "/nix/store/idllj442c0iwnx1cpkrifx2afb7vh821-luazip",
2595 "sha256": "1jlqzqlds3aa3hnp737fm2awcx0hzmwyd87klv0cv13ny5v9f2x4",
2596 "hash": "sha256-pAuXdvF2hM3ApvOg5nn9EHTGlajujHMtHEoN3Sj+mMo=",
2598 "fetchSubmodules": true,
2600 "leaveDotGit": false
2602 '') ["date" "path" "sha256"]) ;
2604 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
2605 propagatedBuildInputs = [ lua ];
2608 homepage = "https://github.com/mpeterv/luazip";
2609 description = "Library for reading files inside zip files";
2610 license.fullName = "MIT";
2614 lush-nvim = callPackage({ buildLuarocksPackage, fetchgit, lua, luaAtLeast, luaOlder }:
2615 buildLuarocksPackage {
2616 pname = "lush.nvim";
2619 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2620 "url": "https://github.com/rktjmp/lush.nvim",
2621 "rev": "f76741886b356586f9dfe8e312fbd1ab0fd1084f",
2622 "date": "2023-12-06T09:56:43+11:00",
2623 "path": "/nix/store/m0zsbahbzqxfzvbgw93qw78g7r4fjhdb-lush.nvim",
2624 "sha256": "1jvfycqg5s72gmib8038kzyy8fyanl06mkz74rjy878zv8r6nf59",
2625 "hash": "sha256-qThrMtofHeRlJufPagC1yjvk/Z9oALRifeLo8jDzbss=",
2627 "fetchSubmodules": true,
2629 "leaveDotGit": false
2631 '') ["date" "path" "sha256"]) ;
2633 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
2634 propagatedBuildInputs = [ lua ];
2637 homepage = "https://github.com/rktjmp/lush.nvim";
2638 description = "Define Neovim themes as a DSL in lua, with real-time feedback.";
2639 maintainers = with lib.maintainers; [ teto ];
2640 license.fullName = "MIT/X11";
2644 luuid = callPackage({ buildLuarocksPackage, fetchurl, lua, luaAtLeast, luaOlder}:
2645 buildLuarocksPackage {
2647 version = "20120509-2";
2648 knownRockspec = (fetchurl {
2649 url = "mirror://luarocks/luuid-20120509-2.rockspec";
2650 sha256 = "1q2fv25wfbiqn49mqv26gs4pyllch311akcf7jjn27l5ik8ji5b6";
2653 url = "http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/5.2/luuid.tar.gz";
2654 sha256 = "1bfkj613d05yps3fivmz0j1bxf2zkg9g1yl0ifffgw0vy00hpnvm";
2657 disabled = (luaOlder "5.2") || (luaAtLeast "5.4");
2658 propagatedBuildInputs = [ lua ];
2661 homepage = "http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#luuid";
2662 description = "A library for UUID generation";
2663 license.fullName = "Public domain";
2667 luv = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
2668 buildLuarocksPackage {
2670 version = "1.44.2-1";
2671 knownRockspec = (fetchurl {
2672 url = "mirror://luarocks/luv-1.44.2-1.rockspec";
2673 sha256 = "07jwi50i16rv7sj914k1q3l9dy9wldbw2skmsdrzlkc57mqvg348";
2676 url = "https://github.com/luvit/luv/releases/download/1.44.2-1/luv-1.44.2-1.tar.gz";
2677 sha256 = "0c2wkszxw6gwa4l6g1d2zzh660j13lif6c7a910vq7zn8jycgd9y";
2680 disabled = (luaOlder "5.1");
2681 propagatedBuildInputs = [ lua ];
2684 homepage = "https://github.com/luvit/luv";
2685 description = "Bare libuv bindings for lua";
2686 license.fullName = "Apache 2.0";
2690 lyaml = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua, luaAtLeast, luaOlder }:
2691 buildLuarocksPackage {
2693 version = "6.2.8-1";
2694 knownRockspec = (fetchurl {
2695 url = "mirror://luarocks/lyaml-6.2.8-1.rockspec";
2696 sha256 = "0d0h70kjl5fkq589y1sx8qy8as002dhcf88pf60pghvch002ryi1";
2699 url = "http://github.com/gvvaughan/lyaml/archive/v6.2.8.zip";
2700 sha256 = "0r3jjsd8x2fs1aanki0s1mvpznl16f32c1qfgmicy0icgy5xfch0";
2703 disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
2704 propagatedBuildInputs = [ lua ];
2707 homepage = "http://github.com/gvvaughan/lyaml";
2708 description = "libYAML binding for Lua";
2709 maintainers = with lib.maintainers; [ lblasc ];
2710 license.fullName = "MIT/X11";
2714 magick = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua }:
2715 buildLuarocksPackage {
2717 version = "1.6.0-1";
2718 knownRockspec = (fetchurl {
2719 url = "mirror://luarocks/magick-1.6.0-1.rockspec";
2720 sha256 = "1pg150xsxnqvlhxpiy17s9hm4dkc84v46mlwi9rhriynqz8qks9w";
2722 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2723 "url": "https://github.com/leafo/magick.git",
2724 "rev": "6971fa700c4d392130492a3925344b51c7cc54aa",
2725 "date": "2022-03-10T20:02:11-08:00",
2726 "path": "/nix/store/fpl99q09zg3qnk4kagxk1djabl1dm47l-magick",
2727 "sha256": "01b9qsz27f929rz5z7vapqhazxak74sichdwkjwb219nlhrwfncm",
2728 "hash": "sha256-lVnHM6Q2BbG4nLxBFjU5U/WvIL5qn19+TiK5I77GaQU=",
2730 "fetchSubmodules": true,
2732 "leaveDotGit": false
2734 '') ["date" "path" "sha256"]) ;
2736 disabled = (lua.luaversion != "5.1");
2737 propagatedBuildInputs = [ lua ];
2740 homepage = "https://github.com/leafo/magick.git";
2741 description = "Lua bindings to ImageMagick & GraphicsMagick for LuaJIT using FFI";
2742 maintainers = with lib.maintainers; [ donovanglover ];
2743 license.fullName = "MIT";
2747 markdown = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaAtLeast, luaOlder }:
2748 buildLuarocksPackage {
2751 knownRockspec = (fetchurl {
2752 url = "mirror://luarocks/markdown-0.33-1.rockspec";
2753 sha256 = "02sixijfi6av8h59kx3ngrhygjn2sx1c85c0qfy20gxiz72wi1pl";
2755 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2756 "url": "https://github.com/mpeterv/markdown",
2757 "rev": "8c09109924b218aaecbfd4d4b1de538269c4d765",
2758 "date": "2015-09-27T17:49:28+03:00",
2759 "path": "/nix/store/akl80hh077hm20bdqj1lksy0fn2285b5-markdown",
2760 "sha256": "019bk2qprszqncnm8zy6ns6709iq1nwkf7i86nr38f035j4lc11y",
2761 "hash": "sha256-PgRGiSwDODSyNSgeN7kNOCZwjLbGf1Qts/jrfLGYKwU=",
2763 "fetchSubmodules": true,
2765 "leaveDotGit": false
2767 '') ["date" "path" "sha256"]) ;
2769 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
2770 propagatedBuildInputs = [ lua ];
2773 homepage = "https://github.com/mpeterv/markdown";
2774 description = "Markdown text-to-html markup system.";
2775 license.fullName = "MIT/X11";
2779 mediator_lua = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
2780 buildLuarocksPackage {
2781 pname = "mediator_lua";
2782 version = "1.1.2-0";
2783 knownRockspec = (fetchurl {
2784 url = "mirror://luarocks/mediator_lua-1.1.2-0.rockspec";
2785 sha256 = "0frzvf7i256260a1s8xh92crwa2m42972qxfq29zl05aw3pyn7bm";
2788 url = "https://github.com/Olivine-Labs/mediator_lua/archive/v1.1.2-0.tar.gz";
2789 sha256 = "16zzzhiy3y35v8advmlkzpryzxv5vji7727vwkly86q8sagqbxgs";
2792 disabled = (luaOlder "5.1");
2793 propagatedBuildInputs = [ lua ];
2796 homepage = "http://olivinelabs.com/mediator_lua/";
2797 description = "Event handling through channels";
2798 license.fullName = "MIT <http://opensource.org/licenses/MIT>";
2802 middleclass = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
2803 buildLuarocksPackage {
2804 pname = "middleclass";
2805 version = "4.1.1-0";
2806 knownRockspec = (fetchurl {
2807 url = "mirror://luarocks/middleclass-4.1.1-0.rockspec";
2808 sha256 = "10xzs48lr1dy7cx99581r956gl16px0a9gbdlfar41n19r96mhb1";
2811 url = "https://github.com/kikito/middleclass/archive/v4.1.1.tar.gz";
2812 sha256 = "11ahv0b9wgqfnabv57rb7ilsvn2vcvxb1czq6faqrsqylvr5l7nh";
2815 disabled = (luaOlder "5.1");
2816 propagatedBuildInputs = [ lua ];
2819 homepage = "https://github.com/kikito/middleclass";
2820 description = "A simple OOP library for Lua";
2821 license.fullName = "MIT";
2825 mimetypes = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
2826 buildLuarocksPackage {
2827 pname = "mimetypes";
2828 version = "1.0.0-3";
2829 knownRockspec = (fetchurl {
2830 url = "mirror://luarocks/mimetypes-1.0.0-3.rockspec";
2831 sha256 = "02f5x5pkz6fba71mp031arrgmddsyivn5fsa0pj3q3a7nxxpmnq9";
2834 url = "https://github.com/lunarmodules/lua-mimetypes/archive/v1.0.0/lua-mimetypes-1.0.0.tar.gz";
2835 sha256 = "1rc5lnzvw4cg8wxn4w4sar2xgf5vaivdd2hgpxxcqfzzcmblg1zk";
2838 disabled = (luaOlder "5.1");
2839 propagatedBuildInputs = [ lua ];
2842 homepage = "https://github/lunarmodules/lua-mimetypes/";
2843 description = "A simple library for looking up the MIME types of files.";
2844 license.fullName = "MIT/X11";
2849 moonscript = callPackage({ argparse, buildLuarocksPackage, fetchgit, lpeg, lua, luaOlder, luafilesystem }:
2850 buildLuarocksPackage {
2851 pname = "moonscript";
2854 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2855 "url": "https://github.com/leafo/moonscript.git",
2856 "rev": "d5341c9093c49d3724072b209cde28b5cb0f47c9",
2857 "date": "2023-11-06T12:54:51-08:00",
2858 "path": "/nix/store/djmh6brp03gy8nyzxjfvzkpy440fj05z-moonscript",
2859 "sha256": "1h65cxh5rhnxx99asdydkc9yf6gnf61m97jvl03g31f65jl22lxi",
2860 "hash": "sha256-sVMhqCzGhfEGoFueVINx9hnnE5vNN61S6t3CXGBnxcA=",
2862 "fetchSubmodules": true,
2864 "leaveDotGit": false
2866 '') ["date" "path" "sha256"]) ;
2868 disabled = (luaOlder "5.1");
2869 propagatedBuildInputs = [ argparse lpeg lua luafilesystem ];
2872 homepage = "http://moonscript.org";
2873 description = "A programmer friendly language that compiles to Lua";
2874 maintainers = with lib.maintainers; [ arobyn ];
2875 license.fullName = "MIT";
2879 mpack = callPackage({ buildLuarocksPackage, fetchurl }:
2880 buildLuarocksPackage {
2882 version = "1.0.11-0";
2883 knownRockspec = (fetchurl {
2884 url = "mirror://luarocks/mpack-1.0.11-0.rockspec";
2885 sha256 = "0alydkccamxldij7ki42imd37630d9qnqg22pndcgkawfclfqzqa";
2888 url = "https://github.com/libmpack/libmpack-lua/releases/download/1.0.11/libmpack-lua-1.0.11.tar.gz";
2889 sha256 = "15np7603rijavycvrjgjp12y64zs36390lg2hsnr5av790cfrnd2";
2894 homepage = "https://github.com/libmpack/libmpack-lua";
2895 description = "Lua binding to libmpack";
2896 license.fullName = "MIT";
2900 neotest = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua, luaOlder, plenary-nvim }:
2901 buildLuarocksPackage {
2903 version = "4.2.0-1";
2904 knownRockspec = (fetchurl {
2905 url = "mirror://luarocks/neotest-4.2.0-1.rockspec";
2906 sha256 = "0mkjwag6h7psff6rmsirn945ax38dszag0kwch2az2axk1nl6nj8";
2909 url = "https://github.com/nvim-neotest/neotest/archive/a2f1cb4072bb29fcc067605fb712bbd83917513e.zip";
2910 sha256 = "0f8rn9v26v3a6yq0wngdzrgz5rdwlpmnc74b98l1aqb2ikn6gxvd";
2913 disabled = (luaOlder "5.1");
2914 propagatedBuildInputs = [ lua plenary-nvim ];
2917 homepage = "https://github.com/nvim-neotest/neotest";
2918 description = "An extensible framework for interacting with tests within NeoVim.";
2919 maintainers = with lib.maintainers; [ mrcjkb ];
2920 license.fullName = "MIT";
2924 nlua = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua, luaOlder }:
2925 buildLuarocksPackage {
2927 version = "0.1.0-1";
2928 knownRockspec = (fetchurl {
2929 url = "mirror://luarocks/nlua-0.1.0-1.rockspec";
2930 sha256 = "14ynhy85m2prawym1ap1kplkbicafbczpggzgdnji00frwqa1zvv";
2933 url = "https://github.com/mfussenegger/nlua/archive/v0.1.0.zip";
2934 sha256 = "1x3pbv5ngbk0sjgwfpjsv3x49wzq4x29d9rm0hgyyb2g2mwag3jc";
2937 disabled = (luaOlder "5.1");
2938 propagatedBuildInputs = [ lua ];
2941 homepage = "https://github.com/mfussenegger/nlua";
2942 description = "Neovim as Lua interpreter";
2943 license.fullName = "GPL-3.0";
2947 nui-nvim = callPackage({ buildLuarocksPackage, fetchgit, fetchurl }:
2948 buildLuarocksPackage {
2950 version = "0.2.0-1";
2951 knownRockspec = (fetchurl {
2952 url = "mirror://luarocks/nui.nvim-0.2.0-1.rockspec";
2953 sha256 = "0v2z6lgl6hrzcjlzhis8nrkdkh9kvx8zg3q5svi5gyklg7vmcbc2";
2955 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2956 "url": "https://github.com/MunifTanjim/nui.nvim.git",
2957 "rev": "9e3916e784660f55f47daa6f26053ad044db5d6a",
2958 "date": "2023-07-20T10:45:09+06:00",
2959 "path": "/nix/store/8zdhjgipjjhi9b1y40r2yk5np4lp39as-nui.nvim",
2960 "sha256": "14a73dwl56kah9h36b40ir6iylvfs261ysz17qvi9vhp63vjq9cx",
2961 "hash": "sha256-nSUs9zAX7hQ3PuFrH4zQblMfTY6ALDNggmqaQnkbR5E=",
2963 "fetchSubmodules": true,
2965 "leaveDotGit": false
2967 '') ["date" "path" "sha256"]) ;
2971 homepage = "https://github.com/MunifTanjim/nui.nvim";
2972 description = "UI Component Library for Neovim.";
2973 maintainers = with lib.maintainers; [ mrcjkb ];
2974 license.fullName = "MIT";
2978 nvim-cmp = callPackage({ buildLuarocksPackage, fetchgit, lua, luaAtLeast, luaOlder }:
2979 buildLuarocksPackage {
2983 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
2984 "url": "https://github.com/hrsh7th/nvim-cmp",
2985 "rev": "0b751f6beef40fd47375eaf53d3057e0bfa317e4",
2986 "date": "2023-11-06T17:58:22+09:00",
2987 "path": "/nix/store/4z8lkalcj6sk2s5aw2xcalimh3rcgixj-nvim-cmp",
2988 "sha256": "1qp7s2iam9zzdlw5sgkk6c623z7vjgga0rcg63ja0f836l90grba",
2989 "hash": "sha256-auUHEjUDOaDkMI9loN6T+/whDDNzPl04bf+nqqLQ5+I=",
2991 "fetchSubmodules": true,
2993 "leaveDotGit": false
2995 '') ["date" "path" "sha256"]) ;
2997 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
2998 propagatedBuildInputs = [ lua ];
3001 homepage = "https://github.com/hrsh7th/nvim-cmp";
3002 description = "A completion plugin for neovim";
3003 license.fullName = "MIT";
3007 nvim-nio = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua, luaOlder }:
3008 buildLuarocksPackage {
3010 version = "1.8.1-1";
3011 knownRockspec = (fetchurl {
3012 url = "mirror://luarocks/nvim-nio-1.8.1-1.rockspec";
3013 sha256 = "0f9ccrli5jcvcyawkjd99nm6himnnnd6z54938rd0wjp21d8s4s9";
3016 url = "https://github.com/nvim-neotest/nvim-nio/archive/v1.8.1.zip";
3017 sha256 = "0zax50chrh7qrgh56avd5ny0lb3i0y906wk13mhbkp9i5d9anw1h";
3020 disabled = (luaOlder "5.1");
3021 propagatedBuildInputs = [ lua ];
3024 homepage = "https://github.com/nvim-neotest/nvim-nio";
3025 description = "A library for asynchronous IO in Neovim";
3026 maintainers = with lib.maintainers; [ mrcjkb ];
3027 license.fullName = "MIT";
3031 pathlib-nvim = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua, luaOlder, nvim-nio }:
3032 buildLuarocksPackage {
3033 pname = "pathlib.nvim";
3034 version = "2.2.0-1";
3035 knownRockspec = (fetchurl {
3036 url = "mirror://luarocks/pathlib.nvim-2.2.0-1.rockspec";
3037 sha256 = "0zj3psdq06822y8vl117z3y7zlc6jxwqppbv9irgwzr60wdz517n";
3040 url = "https://github.com/pysan3/pathlib.nvim/archive/v2.2.0.zip";
3041 sha256 = "1nyl3y0z2rrr35dyk2ypv8xjx43zamqxlpdq468iyyhfvkplz9yw";
3044 disabled = (luaOlder "5.1");
3045 propagatedBuildInputs = [ lua nvim-nio ];
3048 homepage = "https://pysan3.github.io/pathlib.nvim/";
3049 description = "OS Independent, ultimate solution to path handling in neovim.";
3050 license.fullName = "MPL-2.0";
3054 penlight = callPackage({ buildLuarocksPackage, fetchgit, lua, luaOlder, luafilesystem }:
3055 buildLuarocksPackage {
3059 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
3060 "url": "https://github.com/lunarmodules/penlight.git",
3061 "rev": "dc6d19c5c1e1b4ac55b14df17b7645af6b410140",
3062 "date": "2023-09-21T10:51:09+02:00",
3063 "path": "/nix/store/vbi0d32mbaqcra3jligv8ajq17m1wxa4-penlight",
3064 "sha256": "12ppgby8ldh4zxwcr7cknacbdvk30fi92sgyzh1zbgvym4l44g0c",
3065 "hash": "sha256-DDxCKKl+v/UD/P5pkaIDY+62mLKTncx4/wQ2ivx694o=",
3067 "fetchSubmodules": true,
3069 "leaveDotGit": false
3071 '') ["date" "path" "sha256"]) ;
3073 disabled = (luaOlder "5.1");
3074 propagatedBuildInputs = [ lua luafilesystem ];
3077 homepage = "https://lunarmodules.github.io/penlight";
3078 description = "Lua utility libraries loosely based on the Python standard libraries";
3079 maintainers = with lib.maintainers; [ alerque ];
3080 license.fullName = "MIT/X11";
3084 plenary-nvim = callPackage({ buildLuarocksPackage, fetchgit, lua, luaAtLeast, luaOlder, luassert }:
3085 buildLuarocksPackage {
3086 pname = "plenary.nvim";
3089 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
3090 "url": "https://github.com/nvim-lua/plenary.nvim",
3091 "rev": "55d9fe89e33efd26f532ef20223e5f9430c8b0c0",
3092 "date": "2023-11-30T12:17:20+01:00",
3093 "path": "/nix/store/wf35h8i4s3fdskvcy376vvzp5gi6s6mx-plenary.nvim",
3094 "sha256": "1f6vqqafk78njpl47xgsf8p199mmvw4h4b9axab9rl86fdlibikz",
3095 "hash": "sha256-f8YVaXMG0ZyW6iotAgnftaYULnL69UPolRad6RTG27g=",
3097 "fetchSubmodules": true,
3099 "leaveDotGit": false
3101 '') ["date" "path" "sha256"]) ;
3103 disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
3104 propagatedBuildInputs = [ lua luassert ];
3107 homepage = "http://github.com/nvim-lua/plenary.nvim";
3108 description = "lua functions you don't want to write ";
3109 license.fullName = "MIT/X11";
3113 rapidjson = callPackage({ buildLuarocksPackage, fetchgit, lua, luaOlder }:
3114 buildLuarocksPackage {
3115 pname = "rapidjson";
3116 version = "0.7.1-1";
3118 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
3119 "url": "https://github.com/xpol/lua-rapidjson",
3120 "rev": "242b40c8eaceb0cc43bcab88309736461cac1234",
3121 "date": "2021-04-09T19:59:20+08:00",
3122 "path": "/nix/store/65l71ph27pmipgrq8j4whg6n8h2avvs4-lua-rapidjson",
3123 "sha256": "1a6srvximxlh6gjkaj5y86d1kf06pc4gby2r6wpdw2pdac8k7xyb",
3124 "hash": "sha256-y/czEVPtCt4uN1n49Qi7BrgZmkG+SDXlM5D2GvvO2qg=",
3126 "fetchSubmodules": true,
3128 "leaveDotGit": false
3130 '') ["date" "path" "sha256"]) ;
3132 disabled = (luaOlder "5.1");
3133 propagatedBuildInputs = [ lua ];
3136 homepage = "https://github.com/xpol/lua-rapidjson";
3137 description = "Json module based on the very fast RapidJSON.";
3138 license.fullName = "MIT";
3142 rest-nvim = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua, luaOlder }:
3143 buildLuarocksPackage {
3144 pname = "rest.nvim";
3146 knownRockspec = (fetchurl {
3147 url = "mirror://luarocks/rest.nvim-0.2-1.rockspec";
3148 sha256 = "1yq8gx585c10j8kybp20swyv9q0i3lm5k0rrv4bgsbwz3ychn0k1";
3151 url = "https://github.com/rest-nvim/rest.nvim/archive/0.2.zip";
3152 sha256 = "0ycjrrl37z465p71bdkas3q2ky1jmgr2cjnirnskdc6wz14wl09g";
3155 disabled = (luaOlder "5.1");
3156 propagatedBuildInputs = [ lua ];
3159 homepage = "https://github.com/rest-nvim/rest.nvim";
3160 description = "A fast Neovim http client written in Lua";
3161 maintainers = with lib.maintainers; [ teto ];
3162 license.fullName = "MIT";
3166 rocks-config-nvim = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua, luaOlder, rocks-nvim }:
3167 buildLuarocksPackage {
3168 pname = "rocks-config.nvim";
3169 version = "1.2.3-1";
3170 knownRockspec = (fetchurl {
3171 url = "mirror://luarocks/rocks-config.nvim-1.2.3-1.rockspec";
3172 sha256 = "0lwy0fkmrxbnj46jh35i9l1hmfa88a879spmasmh7kw4vpd1bbpr";
3175 url = "https://github.com/nvim-neorocks/rocks-config.nvim/archive/v1.2.3.zip";
3176 sha256 = "0byf1q18ykgs3hsz8wyjimkcnq0pl26ikxjlv0ly0acxrg9x9kcp";
3179 disabled = (luaOlder "5.1");
3180 propagatedBuildInputs = [ lua rocks-nvim ];
3183 homepage = "https://github.com/nvim-neorocks/rocks-config.nvim";
3184 description = "Allow rocks.nvim to help configure your plugins.";
3185 maintainers = with lib.maintainers; [ mrcjkb ];
3186 license.fullName = "GPL-3.0";
3190 rocks-dev-nvim = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua, luaOlder, nvim-nio, rocks-nvim }:
3191 buildLuarocksPackage {
3192 pname = "rocks-dev.nvim";
3193 version = "1.1.2-1";
3194 knownRockspec = (fetchurl {
3195 url = "mirror://luarocks/rocks-dev.nvim-1.1.2-1.rockspec";
3196 sha256 = "09yz84akkparvqfsjpslxpv3wzvkjrbqil8fxwl5crffggn5mz1b";
3199 url = "https://github.com/nvim-neorocks/rocks-dev.nvim/archive/v1.1.2.zip";
3200 sha256 = "19g8dlz2zch0sz21zm92l6ic81bx68wklidjw94xrjyv26139akc";
3203 disabled = (luaOlder "5.1");
3204 propagatedBuildInputs = [ lua nvim-nio rocks-nvim ];
3207 homepage = "https://github.com/nvim-neorocks/rocks-dev.nvim";
3208 description = "A swiss-army knife for testing and developing rocks.nvim modules.";
3209 maintainers = with lib.maintainers; [ mrcjkb ];
3210 license.fullName = "GPL-3.0";
3214 rocks-git-nvim = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua, luaOlder, nvim-nio, rocks-nvim }:
3215 buildLuarocksPackage {
3216 pname = "rocks-git.nvim";
3217 version = "1.3.0-1";
3218 knownRockspec = (fetchurl {
3219 url = "mirror://luarocks/rocks-git.nvim-1.3.0-1.rockspec";
3220 sha256 = "196wjjdkjgqdx1lj8cxcn1xh6dysn0a0w544yc62vg6h227c6igi";
3223 url = "https://github.com/nvim-neorocks/rocks-git.nvim/archive/v1.3.0.zip";
3224 sha256 = "024zvl91ixb25rkpikwcxb73qfd6wsc2a5qwkwfy6sibkff7jgaq";
3227 disabled = (luaOlder "5.1");
3228 propagatedBuildInputs = [ lua nvim-nio rocks-nvim ];
3231 homepage = "https://github.com/nvim-neorocks/rocks-git.nvim";
3232 description = "Use rocks.nvim to install plugins from git!";
3233 maintainers = with lib.maintainers; [ mrcjkb ];
3234 license.fullName = "GPL-3.0";
3238 rocks-nvim = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, fidget-nvim, fzy, lua, luaOlder, nvim-nio, toml, toml-edit }:
3239 buildLuarocksPackage {
3240 pname = "rocks.nvim";
3241 version = "2.19.1-1";
3242 knownRockspec = (fetchurl {
3243 url = "mirror://luarocks/rocks.nvim-2.19.1-1.rockspec";
3244 sha256 = "1n712a8wqhli2hbq8s6isa9jaxxvqy20737njakqdkakqp2xsdbs";
3247 url = "https://github.com/nvim-neorocks/rocks.nvim/archive/v2.19.1.zip";
3248 sha256 = "1n3za055vdi6v1hx72sdrh9dpgs6g58b2haq0ad3q5ncsy951h0q";
3251 disabled = (luaOlder "5.1");
3252 propagatedBuildInputs = [ fidget-nvim fzy lua nvim-nio toml toml-edit ];
3255 homepage = "https://github.com/nvim-neorocks/rocks.nvim";
3256 description = "Neovim plugin management inspired by Cargo.";
3257 maintainers = with lib.maintainers; [ mrcjkb ];
3258 license.fullName = "GPL-3.0";
3262 rustaceanvim = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua, luaOlder }:
3263 buildLuarocksPackage {
3264 pname = "rustaceanvim";
3265 version = "3.9.6-1";
3266 knownRockspec = (fetchurl {
3267 url = "mirror://luarocks/rustaceanvim-3.9.6-1.rockspec";
3268 sha256 = "1wlzqm8x2w9clskj2k9n9i4f0pn17dsp99a3gwwrypdlbvm9x77k";
3271 url = "https://github.com/mrcjkb/rustaceanvim/archive/3.9.6.zip";
3272 sha256 = "0qmifxb0xgyym0zbizqds5scy4qrnp0hr17rg0synp2fk5iv6s5b";
3275 disabled = (luaOlder "5.1");
3276 propagatedBuildInputs = [ lua ];
3279 homepage = "https://github.com/mrcjkb/rustaceanvim";
3280 description = "Supercharge your Rust experience in Neovim! A heavily modified fork of rust-tools.nvim";
3281 maintainers = with lib.maintainers; [ mrcjkb ];
3282 license.fullName = "GPL-2.0";
3286 say = callPackage({ buildLuarocksPackage, fetchgit, lua, luaOlder }:
3287 buildLuarocksPackage {
3291 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
3292 "url": "https://github.com/lunarmodules/say.git",
3293 "rev": "3e1f783d0aa496eb21d16e85b2235335cb9332df",
3294 "date": "2023-08-13T02:37:27+03:00",
3295 "path": "/nix/store/5biavac0k8z0xg4rr3bm8z3kdi8mm8c0-say",
3296 "sha256": "04dkf0av6n71vmz0h86i5brklvaf9p91lkldn1xldpdr0qqs0x63",
3297 "hash": "sha256-w3SgMQa53UZ7sI1OGtJNTm068yrRIAh+3eFYsxVwsxE=",
3299 "fetchSubmodules": true,
3301 "leaveDotGit": false
3303 '') ["date" "path" "sha256"]) ;
3305 disabled = (luaOlder "5.1");
3306 propagatedBuildInputs = [ lua ];
3309 homepage = "https://lunarmodules.github.io/say";
3310 description = "Lua string hashing/indexing library";
3311 license.fullName = "MIT";
3315 serpent = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaAtLeast, luaOlder }:
3316 buildLuarocksPackage {
3319 knownRockspec = (fetchurl {
3320 url = "mirror://luarocks/serpent-0.30-2.rockspec";
3321 sha256 = "0v83lr9ars1n0djbh7np8jjqdhhaw0pdy2nkcqzqrhv27rzv494n";
3323 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
3324 "url": "https://github.com/pkulchenko/serpent",
3325 "rev": "d78683597606c6e13a1fed039bc91d86eb8f600f",
3326 "date": "2017-09-01T21:35:14-07:00",
3327 "path": "/nix/store/z6df44n3p07n4bia7s514vgngbkbpnap-serpent",
3328 "sha256": "0q80yfrgqgr01qprf0hrp284ngb7fbcq1v9rbzmdkhbm9lpgy8v8",
3329 "hash": "sha256-aCP/Lk11wdnqXzntgNlyZz1LkLgZApcvDiA//LLzAGE=",
3331 "fetchSubmodules": true,
3333 "leaveDotGit": false
3335 '') ["date" "path" "sha256"]) ;
3337 disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
3338 propagatedBuildInputs = [ lua ];
3341 homepage = "https://github.com/pkulchenko/serpent";
3342 description = "Lua serializer and pretty printer";
3343 maintainers = with lib.maintainers; [ lockejan ];
3344 license.fullName = "MIT";
3348 sqlite = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, luv }:
3349 buildLuarocksPackage {
3351 version = "v1.2.2-0";
3352 knownRockspec = (fetchurl {
3353 url = "mirror://luarocks/sqlite-v1.2.2-0.rockspec";
3354 sha256 = "0jxsl9lpxsbzc6s5bwmh27mglkqz1299lz68vfxayvailwl3xbxm";
3356 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
3357 "url": "https://github.com/tami5/sqlite.lua.git",
3358 "rev": "6c00ab414dc1b69621b145908c582b747f24b46e",
3359 "date": "2022-06-17T15:57:13+03:00",
3360 "path": "/nix/store/637s46bsvsxfnzmy6ygig3y0vqmf3r8p-sqlite.lua",
3361 "sha256": "0ckifx6xxrannn9szacgiiqjsp4rswghxscdl3s411dhas8djj1m",
3362 "hash": "sha256-NUjZkFawhUD0oI3pDh/XmVwtcYyPqa+TtVbl3k13cTI=",
3364 "fetchSubmodules": true,
3366 "leaveDotGit": false
3368 '') ["date" "path" "sha256"]) ;
3370 propagatedBuildInputs = [ luv ];
3373 homepage = "https://github.com/tami5/sqlite.lua";
3374 description = "SQLite/LuaJIT binding and a highly opinionated wrapper for storing, retrieving, caching, and persisting [SQLite] databases";
3375 license.fullName = "MIT";
3379 std-_debug = callPackage({ buildLuarocksPackage, fetchgit, lua, luaAtLeast, luaOlder }:
3380 buildLuarocksPackage {
3381 pname = "std._debug";
3384 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
3385 "url": "https://github.com/lua-stdlib/_debug.git",
3386 "rev": "8b80b14bbbe7259a47c160176546bb152bb2d6f1",
3387 "date": "2023-01-31T16:39:35-07:00",
3388 "path": "/nix/store/i24iz2hvnjp18iz9z8kljsy9iv17m2zl-_debug",
3389 "sha256": "07z5lz3gy8wzzks79r3v68vckj42i3sybhfmqx7h2s58ld2kn5fd",
3390 "hash": "sha256-zRU7RaOoaAFPx9XB5fWIgsjJNjJ75HT0/J8j/8an5R8=",
3392 "fetchSubmodules": true,
3394 "leaveDotGit": false
3396 '') ["date" "path" "sha256"]) ;
3398 disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
3399 propagatedBuildInputs = [ lua ];
3402 homepage = "http://lua-stdlib.github.io/_debug";
3403 description = "Debug Hints Library";
3404 license.fullName = "MIT/X11";
3408 std-normalize = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua, luaAtLeast, luaOlder, std-_debug }:
3409 buildLuarocksPackage {
3410 pname = "std.normalize";
3411 version = "2.0.3-1";
3412 knownRockspec = (fetchurl {
3413 url = "mirror://luarocks/std.normalize-2.0.3-1.rockspec";
3414 sha256 = "1l83ikiaw4dch2r69cxpl93b9d4wf54vbjb6fcggnkxxgm0amj3a";
3417 url = "http://github.com/lua-stdlib/normalize/archive/v2.0.3.zip";
3418 sha256 = "1gyywglxd2y7ck3hk8ap73w0x7hf9irpg6vgs8yc6k9k4c5g3fgi";
3421 disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
3422 propagatedBuildInputs = [ lua std-_debug ];
3425 homepage = "https://lua-stdlib.github.io/normalize";
3426 description = "Normalized Lua Functions";
3427 license.fullName = "MIT/X11";
3431 stdlib = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua, luaAtLeast, luaOlder }:
3432 buildLuarocksPackage {
3434 version = "41.2.2-1";
3435 knownRockspec = (fetchurl {
3436 url = "mirror://luarocks/stdlib-41.2.2-1.rockspec";
3437 sha256 = "0rscb4cm8s8bb8fk8rknc269y7bjqpslspsaxgs91i8bvabja6f6";
3440 url = "http://github.com/lua-stdlib/lua-stdlib/archive/release-v41.2.2.zip";
3441 sha256 = "0ry6k0wh4vyar1z68s0qmqzkdkfn9lcznsl8av7x78qz6l16wfw4";
3444 disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
3445 propagatedBuildInputs = [ lua ];
3448 homepage = "http://lua-stdlib.github.io/lua-stdlib";
3449 description = "General Lua Libraries";
3450 maintainers = with lib.maintainers; [ vyp ];
3451 license.fullName = "MIT/X11";
3455 teal-language-server = callPackage({ buildLuarocksPackage, cyan, dkjson, fetchgit, fetchurl, luafilesystem }:
3456 buildLuarocksPackage {
3457 pname = "teal-language-server";
3459 knownRockspec = (fetchurl {
3460 url = "mirror://luarocks/teal-language-server-dev-1.rockspec";
3461 sha256 = "01l44c6bknz7ff9xqgich31hlb0yk4ms5k1hs4rhm3cs95s5vlzc";
3463 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
3464 "url": "https://git@github.com/teal-language/teal-language-server.git",
3465 "rev": "67b5d7cad60b9df472851a2c61591f2aab97da47",
3466 "date": "2022-12-21T20:33:53-06:00",
3467 "path": "/nix/store/qyaz38njm8qgyfxca6m6f8i4lkfcfdb0-teal-language-server",
3468 "sha256": "12nqarykmdvxxci9l6gq2yhn4pjzzqlxyrl2c8svb97hka68wjvx",
3469 "hash": "sha256-fUuOjJrwpLU1YoJm3yn+X15ioRf4GZoi6323On1W2Io=",
3471 "fetchSubmodules": true,
3473 "leaveDotGit": false
3475 '') ["date" "path" "sha256"]) ;
3477 propagatedBuildInputs = [ cyan dkjson luafilesystem ];
3480 homepage = "https://github.com/teal-language/teal-language-server";
3481 description = "A language server for the Teal language";
3482 license.fullName = "MIT";
3486 telescope-manix = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua, luaOlder, telescope-nvim }:
3487 buildLuarocksPackage {
3488 pname = "telescope-manix";
3489 version = "1.0.0-1";
3490 knownRockspec = (fetchurl {
3491 url = "mirror://luarocks/telescope-manix-1.0.0-1.rockspec";
3492 sha256 = "0fhcglrnsjyhg1g2ldlb24fck9b5fnzy7kc67yjgkw62d557vjgk";
3495 url = "https://github.com/mrcjkb/telescope-manix/archive/1.0.0.zip";
3496 sha256 = "1svw724jlhchsl191bmgr50zbjl9vghkaxk3j8g0nzvrn9677b22";
3499 disabled = (luaOlder "5.1");
3500 propagatedBuildInputs = [ lua telescope-nvim ];
3503 homepage = "https://github.com/mrcjkb/telescope-manix";
3504 description = "A telescope.nvim extension for Manix - A fast documentation searcher for Nix";
3505 license.fullName = "GPL-2.0";
3509 telescope-nvim = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, plenary-nvim }:
3510 buildLuarocksPackage {
3511 pname = "telescope.nvim";
3513 knownRockspec = (fetchurl {
3514 url = "mirror://luarocks/telescope.nvim-scm-1.rockspec";
3515 sha256 = "07mjkv1nv9b3ifxk2bbpbhvp0awblyklyz6aaqw418x4gm4q1g35";
3517 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
3518 "url": "https://github.com/nvim-telescope/telescope.nvim",
3519 "rev": "6213322ab56eb27356fdc09a5078e41e3ea7f3bc",
3520 "date": "2023-12-06T03:50:38+00:00",
3521 "path": "/nix/store/h1v5377aylxb6vq8v7m7wrl585vb1dzi-telescope.nvim",
3522 "sha256": "074bq8p1bkyr12z1wy31bipb97vmqia4lsmdp2aj1v1r5x5ph736",
3523 "hash": "sha256-Zhx4Sy857CCVuK1qSlTEdZ+0blxheB6+CNnPFS7Cixw=",
3525 "fetchSubmodules": true,
3527 "leaveDotGit": false
3529 '') ["date" "path" "sha256"]) ;
3531 disabled = (lua.luaversion != "5.1");
3532 propagatedBuildInputs = [ lua plenary-nvim ];
3535 homepage = "https://github.com/nvim-telescope/telescope.nvim";
3536 description = "Find, Filter, Preview, Pick. All lua, all the time.";
3537 license.fullName = "MIT";
3541 tiktoken_core = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder, luarocks-build-rust-mlua }:
3542 buildLuarocksPackage {
3543 pname = "tiktoken_core";
3544 version = "0.2.1-1";
3545 knownRockspec = (fetchurl {
3546 url = "mirror://luarocks/tiktoken_core-0.2.1-1.rockspec";
3547 sha256 = "0mdmrpg82vmk0cqiqdayyk4vvl299z0xqrg58q18dfs5nc27wkla";
3549 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
3550 "url": "https://github.com/gptlang/lua-tiktoken",
3551 "rev": "61d831a81a01ba095f8c94e148b721b3aa7b1e45",
3552 "date": "2024-03-03T23:24:06+00:00",
3553 "path": "/nix/store/5ik17k726wl8hpz295n7dqq3438k8ddj-lua-tiktoken",
3554 "sha256": "11lpzxmmb4zglkp9czlzggd8i46r7whpq021b5d3fx7bc5a81d3n",
3555 "hash": "sha256-drSAVGHrdDdaWUEAfCE/2ZCI2nuffpbupO+TVWv/l4Y=",
3557 "fetchSubmodules": true,
3559 "leaveDotGit": false
3561 '') ["date" "path" "sha256"]) ;
3563 disabled = (luaOlder "5.1");
3564 propagatedBuildInputs = [ lua luarocks-build-rust-mlua ];
3567 homepage = "https://github.com/gptlang/lua-tiktoken";
3568 description = "An experimental port of OpenAI's Tokenizer to lua";
3569 maintainers = with lib.maintainers; [ natsukium ];
3570 license.fullName = "MIT";
3574 tl = callPackage({ argparse, buildLuarocksPackage, compat53, fetchgit, fetchurl, luafilesystem }:
3575 buildLuarocksPackage {
3577 version = "0.15.3-1";
3578 knownRockspec = (fetchurl {
3579 url = "mirror://luarocks/tl-0.15.3-1.rockspec";
3580 sha256 = "15p67r5bjp997pymjq80yn1gyf7r5g2nwkachkwx88100ihblqrc";
3582 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
3583 "url": "https://github.com/teal-language/tl",
3584 "rev": "28f8fd9eb1a756267b8cde25990dfae27f8f5bcc",
3585 "date": "2023-11-05T23:31:17-03:00",
3586 "path": "/nix/store/8qbkpkni2ci042ryzjh0nfxnrmmckg3l-tl",
3587 "sha256": "0spr0zajy8i91n0jqmjpgdcsryrlras6fv60np9ml1rfirh0yk4y",
3588 "hash": "sha256-nkwPYI4uB1rTtcBsZ7TKNPusWXtXViyBDSkiL9UH+Wo=",
3590 "fetchSubmodules": true,
3592 "leaveDotGit": false
3594 '') ["date" "path" "sha256"]) ;
3596 propagatedBuildInputs = [ argparse compat53 luafilesystem ];
3599 homepage = "https://github.com/teal-language/tl";
3600 description = "Teal, a typed dialect of Lua";
3601 maintainers = with lib.maintainers; [ mephistophiles ];
3602 license.fullName = "MIT";
3606 toml = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
3607 buildLuarocksPackage {
3609 version = "0.3.0-0";
3610 knownRockspec = (fetchurl {
3611 url = "mirror://luarocks/toml-0.3.0-0.rockspec";
3612 sha256 = "0y4qdzsvf4xwnr49xcpbqclrq9d6snv83cbdkrchl0cn4cx6zpxy";
3614 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
3615 "url": "https://github.com/LebJe/toml.lua.git",
3616 "rev": "319e9accf8c5cedf68795354ba81e54c817d1277",
3617 "date": "2023-02-19T23:00:49-05:00",
3618 "path": "/nix/store/p6a98sqp9a4jwsw6ghqcwpn9lxmhvkdg-toml.lua",
3619 "sha256": "05p33bq0ajl41vbsw9bx73shpf0p11n5gb6yy8asvp93zh2m51hq",
3620 "hash": "sha256-GIZSBfwj3a0V8t6sV2wIF7gL9Th9Ja7XDoRKBfAa4xY=",
3622 "fetchSubmodules": true,
3624 "leaveDotGit": false
3626 '') ["date" "path" "sha256"]) ;
3628 disabled = (luaOlder "5.1");
3629 propagatedBuildInputs = [ lua ];
3632 homepage = "https://github.com/LebJe/toml.lua";
3633 description = "TOML v1.0.0 parser and serializer for Lua. Powered by toml++.";
3634 maintainers = with lib.maintainers; [ mrcjkb ];
3635 license.fullName = "MIT";
3639 toml-edit = callPackage({ buildLuarocksPackage, fetchzip, fetchurl, lua, luaOlder }:
3640 buildLuarocksPackage {
3641 pname = "toml-edit";
3642 version = "0.3.6-1";
3643 knownRockspec = (fetchurl {
3644 url = "mirror://luarocks/toml-edit-0.3.6-1.rockspec";
3645 sha256 = "18fw256vzvfavfwrnzm507k4h3x2lx9l93ghr1ggsi4mhsnjki46";
3648 url = "https://github.com/vhyrro/toml-edit.lua/archive/v0.3.6.zip";
3649 sha256 = "19v6axraj2n22lmilfr4x9nr40kcjb6wnpsfhf1mh2zy9nsd6ji6";
3652 disabled = (luaOlder "5.1");
3653 propagatedBuildInputs = [ lua ];
3656 homepage = "https://github.com/vhyrro/toml-edit.lua";
3657 description = "TOML Parser + Formatting and Comment-Preserving Editor";
3658 maintainers = with lib.maintainers; [ mrcjkb ];
3659 license.fullName = "MIT";
3663 vstruct = callPackage({ buildLuarocksPackage, fetchgit, lua, luaOlder }:
3664 buildLuarocksPackage {
3666 version = "2.1.1-1";
3668 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
3669 "url": "https://github.com/ToxicFrog/vstruct.git",
3670 "rev": "924d3dd63043189e4a7ef6b1b54b19208054cc0f",
3671 "date": "2020-05-06T23:13:06-04:00",
3672 "path": "/nix/store/a4i9k5hx9xiz38bij4hb505dg088jkss-vstruct",
3673 "sha256": "0sl9v874mckhh6jbxsan48s5xajzx193k4qlphw69sdbf8kr3p57",
3674 "hash": "sha256-p9yRJ3Kr6WQ4vBSTOVLoX6peNCJW6b6kgXCySg7aiWo=",
3676 "fetchSubmodules": true,
3678 "leaveDotGit": false
3680 '') ["date" "path" "sha256"]) ;
3682 disabled = (luaOlder "5.1");
3683 propagatedBuildInputs = [ lua ];
3686 homepage = "https://github.com/ToxicFrog/vstruct";
3687 description = "Lua library to manipulate binary data";
3691 vusted = callPackage({ buildLuarocksPackage, busted, fetchgit, fetchurl }:
3692 buildLuarocksPackage {
3694 version = "2.3.3-1";
3695 knownRockspec = (fetchurl {
3696 url = "mirror://luarocks/vusted-2.3.3-1.rockspec";
3697 sha256 = "0h1v9p327yfqnbwi2rw3k47vwbpqx5rn679rfx5dszn3s6wp5g6p";
3699 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
3700 "url": "https://github.com/notomo/vusted.git",
3701 "rev": "69a5a5f453cf2fc2984e1ba4eea91384e59f9da1",
3702 "date": "2023-11-06T21:06:04+09:00",
3703 "path": "/nix/store/85m6md82nl3jj853s9mhsc4dy0isws8b-vusted",
3704 "sha256": "012n09hy4q0im2bv0vprkanv6xqdppaz6f7gwp87nxsmk88q8mxv",
3705 "hash": "sha256-u1eEEZpVd3vQ5e8489W9DXezrZr5brCXqBFg4mECVgQ=",
3707 "fetchSubmodules": true,
3709 "leaveDotGit": false
3711 '') ["date" "path" "sha256"]) ;
3713 propagatedBuildInputs = [ busted ];
3716 homepage = "https://github.com/notomo/vusted";
3717 description = "`busted` wrapper for testing neovim plugin";
3718 maintainers = with lib.maintainers; [ figsoda ];
3719 license.fullName = "MIT <http://opensource.org/licenses/MIT>";
3723 xml2lua = callPackage({ buildLuarocksPackage, fetchgit, fetchurl, lua, luaOlder }:
3724 buildLuarocksPackage {
3727 knownRockspec = (fetchurl {
3728 url = "mirror://luarocks/xml2lua-1.5-2.rockspec";
3729 sha256 = "1h0zszjzi65jc2rmpam7ai38sx2ph09q66jkik5mgzr6cxm1cm4h";
3731 src = fetchgit ( removeAttrs (builtins.fromJSON ''{
3732 "url": "https://github.com/manoelcampos/xml2lua",
3733 "rev": "b24be89a154d49b33295958584944bfd7ba2b24e",
3734 "date": "2021-07-13T10:22:09-03:00",
3735 "path": "/nix/store/i5dvpc0mhhw7jbrvg4bsz1scs0kvmx5f-xml2lua",
3736 "sha256": "1vk3chcpq8b98dss5kwskbzxig58zar0jgi8mizdccw4rx698c44",
3737 "hash": "sha256-hDCUTM+EM9Z+rCg+CbL6qLzY/5qaz6J1Q2khfBlkY+4=",
3739 "fetchSubmodules": true,
3741 "leaveDotGit": false
3743 '') ["date" "path" "sha256"]) ;
3745 disabled = (luaOlder "5.1");
3746 propagatedBuildInputs = [ lua ];
3749 homepage = "http://manoelcampos.github.io/xml2lua/";
3750 description = "An XML Parser written entirely in Lua that works for Lua 5.1+";
3751 license.fullName = "MIT";
3756 /* GENERATED - do not edit this file */