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