nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at 22.05 2699 lines 85 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 = "https://luafr.org/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 = "https://luarocks.org/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, fetchurl, lua, lua_cliargs, luafilesystem, luasystem, dkjson, say, luassert, lua-term, penlight, mediator_lua 157}: 158buildLuarocksPackage { 159 pname = "busted"; 160 version = "2.0.0-1"; 161 knownRockspec = (fetchurl { 162 url = "https://luafr.org/luarocks/busted-2.0.0-1.rockspec"; 163 sha256 = "0cbw95bjxl667n9apcgng2kr5hq6bc7gp3vryw4dzixmfabxkcbw"; 164 }).outPath; 165 src = fetchurl { 166 url = "https://github.com/Olivine-Labs/busted/archive/v2.0.0.tar.gz"; 167 sha256 = "1ps7b3f4diawfj637mibznaw4x08gn567pyni0m2s50hrnw4v8zx"; 168 }; 169 170 disabled = with lua; (luaOlder "5.1"); 171 propagatedBuildInputs = [ lua lua_cliargs luafilesystem luasystem dkjson say luassert lua-term penlight mediator_lua ]; 172 173 meta = { 174 homepage = "http://olivinelabs.com/busted/"; 175 description = "Elegant Lua unit testing."; 176 license.fullName = "MIT <http://opensource.org/licenses/MIT>"; 177 }; 178}) {}; 179 180cassowary = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 181, fetchgit, lua, penlight 182}: 183buildLuarocksPackage { 184 pname = "cassowary"; 185 version = "2.3.2-1"; 186 knownRockspec = (fetchurl { 187 url = "https://luarocks.org/cassowary-2.3.2-1.rockspec"; 188 sha256 = "0c6sflm8zpgbcdj47s3rd34h69h3nqcciaaqd1wdx5m0lwc3mii0"; 189 }).outPath; 190 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 191 "url": "https://github.com/sile-typesetter/cassowary.lua", 192 "rev": "e33195f08438c15d725d283979165fda7c6c3321", 193 "date": "2022-04-22T11:23:46+03:00", 194 "path": "/nix/store/51mb376xh9pnh2krk08ljmy01zhr9y3z-cassowary.lua", 195 "sha256": "1lvl40dhzmbqqjrqpjgqlg2kl993fpdy1mpc6d1610zpa9znx1f0", 196 "fetchLFS": false, 197 "fetchSubmodules": true, 198 "deepClone": false, 199 "leaveDotGit": false 200} 201 '') ["date" "path"]) ; 202 203 disabled = with lua; (luaOlder "5.1"); 204 propagatedBuildInputs = [ lua penlight ]; 205 206 meta = { 207 homepage = "https://github.com/sile-typesetter/cassowary.lua"; 208 description = "The cassowary constraint solver"; 209 maintainers = with lib.maintainers; [ marsam alerque ]; 210 license.fullName = "Apache 2"; 211 }; 212}) {}; 213 214cldr = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 215, fetchgit, lua, penlight 216}: 217buildLuarocksPackage { 218 pname = "cldr"; 219 version = "0.2.0-0"; 220 knownRockspec = (fetchurl { 221 url = "https://luarocks.org/cldr-0.2.0-0.rockspec"; 222 sha256 = "1vjwrlrdy10bacn0324fvs4sx85xryyg7npw2mp1k9kmasfr8r1s"; 223 }).outPath; 224 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 225 "url": "https://github.com/alerque/cldr-lua.git", 226 "rev": "51e4760838c0a83ef1a76d0a0fb2e9f964069a50", 227 "date": "2022-04-16T14:46:14+03:00", 228 "path": "/nix/store/7jziz15bjm27zw9i3arrxprglakz8n4d-cldr-lua", 229 "sha256": "1i22mcs50z99850j47gkgwyf0ahl4yh1732b4x3davjwy2fwak1x", 230 "fetchLFS": false, 231 "fetchSubmodules": true, 232 "deepClone": false, 233 "leaveDotGit": false 234} 235 '') ["date" "path"]) ; 236 237 disabled = with lua; (luaOlder "5.1"); 238 propagatedBuildInputs = [ lua penlight ]; 239 240 meta = { 241 homepage = "https://github.com/alerque/cldr-lua"; 242 description = "Lua interface to Unicode CLDR data"; 243 maintainers = with lib.maintainers; [ alerque ]; 244 license.fullName = "MIT/ICU"; 245 }; 246}) {}; 247 248compat53 = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 249, fetchurl, lua 250}: 251buildLuarocksPackage { 252 pname = "compat53"; 253 version = "0.7-1"; 254 knownRockspec = (fetchurl { 255 url = "https://luafr.org/luarocks/compat53-0.7-1.rockspec"; 256 sha256 = "1r7a3q1cjrcmdycrv2ikgl83irjhxs53sa88v2fdpr9aaamlb101"; 257 }).outPath; 258 src = fetchurl { 259 url = "https://github.com/keplerproject/lua-compat-5.3/archive/v0.7.zip"; 260 sha256 = "1x3wv1qx7b2zlf3fh4q9pmi2xxkcdm024g7bf11rpv0yacnhran3"; 261 }; 262 263 disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.4"); 264 propagatedBuildInputs = [ lua ]; 265 266 meta = { 267 homepage = "https://github.com/keplerproject/lua-compat-5.3"; 268 description = "Compatibility module providing Lua-5.3-style APIs for Lua 5.2 and 5.1"; 269 maintainers = with lib.maintainers; [ vcunat ]; 270 license.fullName = "MIT"; 271 }; 272}) {}; 273 274cosmo = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 275, fetchgit, lpeg 276}: 277buildLuarocksPackage { 278 pname = "cosmo"; 279 version = "16.06.04-1"; 280 knownRockspec = (fetchurl { 281 url = "https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/cosmo-16.06.04-1.rockspec"; 282 sha256 = "0ipv1hrlhvaz1myz6qxabq7b7kb3bz456cya3r292487a3g9h9pb"; 283 }).outPath; 284 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 285 "url": "https://github.com/mascarenhas/cosmo.git", 286 "rev": "e774f08cbf8d271185812a803536af8a8240ac51", 287 "date": "2016-06-17T05:39:58-07:00", 288 "path": "/nix/store/k3p4xc4cfihp4h8aj6vacr25rpcsjd96-cosmo", 289 "sha256": "03b5gwsgxd777970d2h6rx86p7ivqx7bry8xmx2r396g3w85qy2p", 290 "fetchLFS": false, 291 "fetchSubmodules": true, 292 "deepClone": false, 293 "leaveDotGit": false 294} 295 '') ["date" "path"]) ; 296 297 propagatedBuildInputs = [ lpeg ]; 298 299 meta = { 300 homepage = "http://cosmo.luaforge.net"; 301 description = "Safe templates for Lua"; 302 maintainers = with lib.maintainers; [ marsam ]; 303 license.fullName = "MIT/X11"; 304 }; 305}) {}; 306 307coxpcall = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 308, fetchgit}: 309buildLuarocksPackage { 310 pname = "coxpcall"; 311 version = "1.17.0-1"; 312 knownRockspec = (fetchurl { 313 url = "https://luafr.org/luarocks/coxpcall-1.17.0-1.rockspec"; 314 sha256 = "0mf0nggg4ajahy5y1q5zh2zx9rmgzw06572bxx6k8b736b8j7gca"; 315 }).outPath; 316 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 317 "url": "https://github.com/keplerproject/coxpcall", 318 "rev": "ea22f44e490430e40217f0792bf82eaeaec51903", 319 "date": "2018-02-26T19:53:11-03:00", 320 "path": "/nix/store/1q4p5qvr6rlwisyarlgnmk4dx6vp8xdl-coxpcall", 321 "sha256": "1k3q1rr2kavkscf99b5njxhibhp6iwhclrjk6nnnp233iwc2jvqi", 322 "fetchLFS": false, 323 "fetchSubmodules": true, 324 "deepClone": false, 325 "leaveDotGit": false 326} 327 '') ["date" "path"]) ; 328 329 330 meta = { 331 homepage = "http://keplerproject.github.io/coxpcall"; 332 description = "Coroutine safe xpcall and pcall"; 333 license.fullName = "MIT/X11"; 334 }; 335}) {}; 336 337cqueues = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 338, fetchurl, lua 339}: 340buildLuarocksPackage { 341 pname = "cqueues"; 342 version = "20200726.52-0"; 343 knownRockspec = (fetchurl { 344 url = "https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/cqueues-20200726.52-0.rockspec"; 345 sha256 = "0w2kq9w0wda56k02rjmvmzccz6bc3mn70s9v7npjadh85i5zlhhp"; 346 }).outPath; 347 src = fetchurl { 348 url = "https://github.com/wahern/cqueues/archive/rel-20200726.tar.gz"; 349 sha256 = "0lhd02ag3r1sxr2hx847rdjkddm04l1vf5234v5cz9bd4kfjw4cy"; 350 }; 351 352 disabled = with lua; (luaversion != "5.2"); 353 propagatedBuildInputs = [ lua ]; 354 355 meta = { 356 homepage = "http://25thandclement.com/~william/projects/cqueues.html"; 357 description = "Continuation Queues: Embeddable asynchronous networking, threading, and notification framework for Lua on Unix."; 358 maintainers = with lib.maintainers; [ vcunat ]; 359 license.fullName = "MIT/X11"; 360 }; 361}) {}; 362 363cyrussasl = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 364, fetchgit, lua 365}: 366buildLuarocksPackage { 367 pname = "cyrussasl"; 368 version = "1.1.0-1"; 369 370 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 371 "url": "https://github.com/JorjBauer/lua-cyrussasl", 372 "rev": "78ceec610da76d745d0eff4e21a4fb24832aa72d", 373 "date": "2015-08-21T18:24:54-04:00", 374 "path": "/nix/store/s7n7f80pz8k6lvfav55a5rwy5l45vs4l-lua-cyrussasl", 375 "sha256": "14kzm3vk96k2i1m9f5zvpvq4pnzaf7s91h5g4h4x2bq1mynzw2s1", 376 "fetchLFS": false, 377 "fetchSubmodules": true, 378 "deepClone": false, 379 "leaveDotGit": false 380} 381 '') ["date" "path"]) ; 382 383 disabled = with lua; (luaOlder "5.1"); 384 propagatedBuildInputs = [ lua ]; 385 386 meta = { 387 homepage = "http://github.com/JorjBauer/lua-cyrussasl"; 388 description = "Cyrus SASL library for Lua 5.1+"; 389 license.fullName = "BSD"; 390 }; 391}) {}; 392 393digestif = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 394, fetchgit, lua, lpeg 395}: 396buildLuarocksPackage { 397 pname = "digestif"; 398 version = "dev-1"; 399 400 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 401 "url": "https://github.com/astoff/digestif", 402 "rev": "505ca88a54012be5534654238baaa457f8446fed", 403 "date": "2021-10-06T21:27:45+02:00", 404 "path": "/nix/store/6wvpy0nsr5yf78by3dg8m2m0h0kf9xk4-digestif", 405 "sha256": "1prv5nqskvilyyx3z9b2jiz72lwpz2xcas57qjpbv6qq5l2si1xm", 406 "fetchLFS": false, 407 "fetchSubmodules": true, 408 "deepClone": false, 409 "leaveDotGit": false 410} 411 '') ["date" "path"]) ; 412 413 disabled = with lua; (luaOlder "5.3"); 414 propagatedBuildInputs = [ lua lpeg ]; 415 416 meta = { 417 homepage = "https://github.com/astoff/digestif/"; 418 description = "A code analyzer for TeX"; 419 license.fullName = "MIT"; 420 }; 421}) {}; 422 423dkjson = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 424, fetchurl, lua 425}: 426buildLuarocksPackage { 427 pname = "dkjson"; 428 version = "2.5-3"; 429 knownRockspec = (fetchurl { 430 url = "https://luafr.org/luarocks/dkjson-2.5-3.rockspec"; 431 sha256 = "18xngdzl2q207cil64aj81qi6qvj1g269pf07j5x4pbvamd6a1l3"; 432 }).outPath; 433 src = fetchurl { 434 url = "http://dkolf.de/src/dkjson-lua.fsl/tarball/dkjson-2.5.tar.gz?uuid=release_2_5"; 435 sha256 = "14wanday1l7wj2lnpabbxw8rcsa0zbvcdi1w88rdr5gbsq3xwasm"; 436 }; 437 438 disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.5"); 439 propagatedBuildInputs = [ lua ]; 440 441 meta = { 442 homepage = "http://dkolf.de/src/dkjson-lua.fsl/"; 443 description = "David Kolf's JSON module for Lua"; 444 license.fullName = "MIT/X11"; 445 }; 446}) {}; 447 448fifo = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 449, fetchurl, lua 450}: 451buildLuarocksPackage { 452 pname = "fifo"; 453 version = "0.2-0"; 454 knownRockspec = (fetchurl { 455 url = "https://luafr.org/luarocks/fifo-0.2-0.rockspec"; 456 sha256 = "0vr9apmai2cyra2n573nr3dyk929gzcs4nm1096jdxcixmvh2ymq"; 457 }).outPath; 458 src = fetchurl { 459 url = "https://github.com/daurnimator/fifo.lua/archive/0.2.zip"; 460 sha256 = "1a028yyc1xlkaavij8rkz18dqf96risrj65xp0p72y2mhsrckdp1"; 461 }; 462 463 propagatedBuildInputs = [ lua ]; 464 465 meta = { 466 homepage = "https://github.com/daurnimator/fifo.lua"; 467 description = "A lua library/'class' that implements a FIFO"; 468 license.fullName = "MIT/X11"; 469 }; 470}) {}; 471 472fluent = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 473, fetchgit, lua, cldr, luaepnf, penlight 474}: 475buildLuarocksPackage { 476 pname = "fluent"; 477 version = "0.2.0-0"; 478 knownRockspec = (fetchurl { 479 url = "https://luarocks.org/fluent-0.2.0-0.rockspec"; 480 sha256 = "1x3nk8xdf923rvdijr0jx8v6w3wxxfch7ri3kxca0pw80b5bc2fa"; 481 }).outPath; 482 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 483 "url": "https://github.com/alerque/fluent-lua.git", 484 "rev": "e1cd4130e460bcd52f9118b7d9f9a72d2e8b902c", 485 "date": "2022-04-16T23:08:20+03:00", 486 "path": "/nix/store/flxlnrzg6rx75qikiggmy494npx59p0b-fluent-lua", 487 "sha256": "12js8l4hcxhziza0sry0f01kfm8f8m6kx843dmcky36z1y2mccmq", 488 "fetchLFS": false, 489 "fetchSubmodules": true, 490 "deepClone": false, 491 "leaveDotGit": false 492} 493 '') ["date" "path"]) ; 494 495 disabled = with lua; (luaOlder "5.1"); 496 propagatedBuildInputs = [ lua cldr luaepnf penlight ]; 497 498 meta = { 499 homepage = "https://github.com/alerque/fluent-lua"; 500 description = "Lua implementation of Project Fluent"; 501 maintainers = with lib.maintainers; [ alerque ]; 502 license.fullName = "MIT"; 503 }; 504}) {}; 505 506gitsigns-nvim = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 507, fetchgit, lua, plenary-nvim 508}: 509buildLuarocksPackage { 510 pname = "gitsigns.nvim"; 511 version = "scm-1"; 512 513 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 514 "url": "https://github.com/lewis6991/gitsigns.nvim", 515 "rev": "5eb87a0b05914d3763277ebe257bd5bafcdde8cd", 516 "date": "2021-12-06T18:02:22+00:00", 517 "path": "/nix/store/c5l5bz7m5f48l57p4yrpxfhqga0cxsny-gitsigns.nvim", 518 "sha256": "02cmgc3fgrwx6v6ylzqxdwgk9jsmd8j2q6fdnfbllg3zjwx3agcd", 519 "fetchLFS": false, 520 "fetchSubmodules": true, 521 "deepClone": false, 522 "leaveDotGit": false 523} 524 '') ["date" "path"]) ; 525 526 disabled = with lua; (luaversion != "5.1"); 527 propagatedBuildInputs = [ lua plenary-nvim ]; 528 529 meta = { 530 homepage = "http://github.com/lewis6991/gitsigns.nvim"; 531 description = "Git signs written in pure lua"; 532 license.fullName = "MIT/X11"; 533 }; 534}) {}; 535 536http = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 537, fetchurl, lua, compat53, bit32, cqueues, luaossl, basexx, lpeg, lpeg_patterns, binaryheap, fifo 538}: 539buildLuarocksPackage { 540 pname = "http"; 541 version = "0.3-0"; 542 knownRockspec = (fetchurl { 543 url = "https://luafr.org/luarocks/http-0.3-0.rockspec"; 544 sha256 = "0fn3irkf5nnmfc83alc40b316hs8l7zdq2xlaiaa65sjd8acfvia"; 545 }).outPath; 546 src = fetchurl { 547 url = "https://github.com/daurnimator/lua-http/archive/v0.3.zip"; 548 sha256 = "13xyj8qx42mzn1z4lwwdfd7ha06a720q4b7d04ir6vvp2fwp3s4q"; 549 }; 550 551 disabled = with lua; (luaOlder "5.1"); 552 propagatedBuildInputs = [ lua compat53 bit32 cqueues luaossl basexx lpeg lpeg_patterns binaryheap fifo ]; 553 554 meta = { 555 homepage = "https://github.com/daurnimator/lua-http"; 556 description = "HTTP library for Lua"; 557 maintainers = with lib.maintainers; [ vcunat ]; 558 license.fullName = "MIT"; 559 }; 560}) {}; 561 562inspect = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 563, fetchurl, lua 564}: 565buildLuarocksPackage { 566 pname = "inspect"; 567 version = "3.1.2-0"; 568 knownRockspec = (fetchurl { 569 url = "https://luarocks.org/inspect-3.1.2-0.rockspec"; 570 sha256 = "13jbv3rhj4mv2farrxns88g7j34ljag7vz0kma0fm2pzdz3686vx"; 571 }).outPath; 572 src = fetchurl { 573 url = "https://github.com/kikito/inspect.lua/archive/v3.1.2.tar.gz"; 574 sha256 = "08ln4p5bmvcs8wj8hzs4ny66m63abyxjkmcxhjji5ay99g85cn3b"; 575 }; 576 577 disabled = with lua; (luaOlder "5.1"); 578 propagatedBuildInputs = [ lua ]; 579 580 meta = { 581 homepage = "https://github.com/kikito/inspect.lua"; 582 description = "Lua table visualizer, ideal for debugging"; 583 license.fullName = "MIT <http://opensource.org/licenses/MIT>"; 584 }; 585}) {}; 586 587ldbus = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 588, fetchgit, lua 589}: 590buildLuarocksPackage { 591 pname = "ldbus"; 592 version = "scm-0"; 593 knownRockspec = (fetchurl { 594 url = "mirror://luarocks/ldbus-scm-0.rockspec"; 595 sha256 = "1c0h6fx7avzh89hl17v6simy1p4mjg8bimlsbjybks0zxznd8rbm"; 596 }).outPath; 597 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 598 "url": "https://github.com/daurnimator/ldbus.git", 599 "rev": "6d4909c983c8a0e2c7384bac8055c628aa524ea2", 600 "date": "2021-11-10T23:58:54+11:00", 601 "path": "/nix/store/j830jk2hkanz7abkdsbvg2warsyr0a2c-ldbus", 602 "sha256": "18q98b98mfvjzbyssf18bpnlx4hsx4s9lwcwia4z9dxiaiw7b77j", 603 "fetchLFS": false, 604 "fetchSubmodules": true, 605 "deepClone": false, 606 "leaveDotGit": false 607} 608 '') ["date" "path"]) ; 609 610 disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.5"); 611 propagatedBuildInputs = [ lua ]; 612 613 meta = { 614 homepage = "https://github.com/daurnimator/ldbus"; 615 description = "A Lua library to access dbus."; 616 license.fullName = "MIT/X11"; 617 }; 618}) {}; 619 620ldoc = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 621, fetchgit, penlight, markdown 622}: 623buildLuarocksPackage { 624 pname = "ldoc"; 625 version = "scm-3"; 626 627 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 628 "url": "https://github.com/stevedonovan/LDoc.git", 629 "rev": "bbd498ab39fa49318b36378430d3cdab571f8ba0", 630 "date": "2021-06-24T13:07:51+02:00", 631 "path": "/nix/store/pzk1qi4fdviz2pq5bg3q91jmrg8wziqx-LDoc", 632 "sha256": "05wd5m5v3gv777kgikj46216slxyf1zdbzl4idara9lcfw3mfyyw", 633 "fetchLFS": false, 634 "fetchSubmodules": true, 635 "deepClone": false, 636 "leaveDotGit": false 637} 638 '') ["date" "path"]) ; 639 640 propagatedBuildInputs = [ penlight markdown ]; 641 642 meta = { 643 homepage = "https://github.com/lunarmodules/LDoc"; 644 description = "A Lua Documentation Tool"; 645 license.fullName = "MIT/X11"; 646 }; 647}) {}; 648 649lgi = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 650, fetchgit, lua 651}: 652buildLuarocksPackage { 653 pname = "lgi"; 654 version = "0.9.2-1"; 655 knownRockspec = (fetchurl { 656 url = "https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/lgi-0.9.2-1.rockspec"; 657 sha256 = "1gqi07m4bs7xibsy4vx8qgyp3yb1wnh0gdq1cpwqzv35y6hn5ds3"; 658 }).outPath; 659 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 660 "url": "https://github.com/pavouk/lgi.git", 661 "rev": "0fdcf8c677094d0c109dfb199031fdbc0c9c47ea", 662 "date": "2017-10-09T20:55:55+02:00", 663 "path": "/nix/store/vh82n8pc8dy5c8nph0vssk99vv7q4qg2-lgi", 664 "sha256": "03rbydnj411xpjvwsyvhwy4plm96481d7jax544mvk7apd8sd5jj", 665 "fetchLFS": false, 666 "fetchSubmodules": true, 667 "deepClone": false, 668 "leaveDotGit": false 669} 670 '') ["date" "path"]) ; 671 672 disabled = with lua; (luaOlder "5.1"); 673 propagatedBuildInputs = [ lua ]; 674 675 meta = { 676 homepage = "https://github.com/pavouk/lgi"; 677 description = "Lua bindings to GObject libraries"; 678 license.fullName = "MIT/X11"; 679 }; 680}) {}; 681 682linenoise = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 683, fetchurl, lua 684}: 685buildLuarocksPackage { 686 pname = "linenoise"; 687 version = "0.9-1"; 688 689 src = fetchurl { 690 url = "https://github.com/hoelzro/lua-linenoise/archive/0.9.tar.gz"; 691 sha256 = "177h6gbq89arwiwxah9943i8hl5gvd9wivnd1nhmdl7d8x0dn76c"; 692 }; 693 694 disabled = with lua; (luaOlder "5.1"); 695 propagatedBuildInputs = [ lua ]; 696 697 meta = { 698 homepage = "https://github.com/hoelzro/lua-linenoise"; 699 description = "A binding for the linenoise command line library"; 700 license.fullName = "MIT/X11"; 701 }; 702}) {}; 703 704ljsyscall = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 705, fetchurl, lua 706}: 707buildLuarocksPackage { 708 pname = "ljsyscall"; 709 version = "0.12-1"; 710 knownRockspec = (fetchurl { 711 url = "https://luarocks.org/ljsyscall-0.12-1.rockspec"; 712 sha256 = "0zna5s852vn7q414z56kkyqwpighaghyq7h7in3myap4d9vcgm01"; 713 }).outPath; 714 src = fetchurl { 715 url = "https://github.com/justincormack/ljsyscall/archive/v0.12.tar.gz"; 716 sha256 = "1w9g36nhxv92cypjia7igg1xpfrn3dbs3hfy6gnnz5mx14v50abf"; 717 }; 718 719 disabled = with lua; (luaversion != "5.1"); 720 propagatedBuildInputs = [ lua ]; 721 722 meta = { 723 homepage = "http://www.myriabit.com/ljsyscall/"; 724 description = "LuaJIT Linux syscall FFI"; 725 maintainers = with lib.maintainers; [ lblasc ]; 726 license.fullName = "MIT"; 727 }; 728}) {}; 729 730lmathx = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 731, fetchurl, lua 732}: 733buildLuarocksPackage { 734 pname = "lmathx"; 735 version = "20150624-1"; 736 knownRockspec = (fetchurl { 737 url = "https://luarocks.org/lmathx-20150624-1.rockspec"; 738 sha256 = "181wzsj1mxjyia43y8zwaydxahnl7a70qzcgc8jhhgic7jyi9pgv"; 739 }).outPath; 740 src = fetchurl { 741 url = "http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/5.3/lmathx.tar.gz"; 742 sha256 = "1r0ax3lq4xx6469aqc6qlfl3jynlghzhl5j65mpdj0kyzv4nknzf"; 743 }; 744 745 propagatedBuildInputs = [ lua ]; 746 747 meta = { 748 homepage = "http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lmathx"; 749 description = "C99 extensions for the math library"; 750 maintainers = with lib.maintainers; [ alexshpilkin ]; 751 license.fullName = "Public domain"; 752 }; 753}) {}; 754 755lmpfrlib = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 756, fetchurl, lua 757}: 758buildLuarocksPackage { 759 pname = "lmpfrlib"; 760 version = "20170112-2"; 761 knownRockspec = (fetchurl { 762 url = "https://luarocks.org/lmpfrlib-20170112-2.rockspec"; 763 sha256 = "1x7qiwmk5b9fi87fn7yvivdsis8h9fk9r3ipqiry5ahx72vzdm7d"; 764 }).outPath; 765 src = fetchurl { 766 url = "http://www.circuitwizard.de/lmpfrlib/lmpfrlib.c"; 767 sha256 = "00d32cwvk298k3vyrjkdmfjgc69x1fwyks3hs7dqr2514zdhgssm"; 768 }; 769 770 disabled = with lua; (luaOlder "5.3") || (luaAtLeast "5.5"); 771 propagatedBuildInputs = [ lua ]; 772 773 meta = { 774 homepage = "http://www.circuitwizard.de/lmpfrlib/lmpfrlib.html"; 775 description = "Lua API for the GNU MPFR library"; 776 maintainers = with lib.maintainers; [ alexshpilkin ]; 777 license.fullName = "LGPL"; 778 }; 779}) {}; 780 781loadkit = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 782, fetchgit, lua 783}: 784buildLuarocksPackage { 785 pname = "loadkit"; 786 version = "1.1.0-1"; 787 knownRockspec = (fetchurl { 788 url = "https://luarocks.org/loadkit-1.1.0-1.rockspec"; 789 sha256 = "08fx0xh90r2zvjlfjkyrnw2p95xk1a0qgvlnq4siwdb2mm6fq12l"; 790 }).outPath; 791 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 792 "url": "https://github.com/leafo/loadkit.git", 793 "rev": "c6c712dab45f6c568821f9ed7b49c790a44d12e7", 794 "date": "2021-01-07T14:41:10-08:00", 795 "path": "/nix/store/xvwq7b2za8ciww1gjw7vnspg9183xmfa-loadkit", 796 "sha256": "15znriijs7izf9f6vmhr6dnvw3pzr0yr0mh6ah41fmdwjqi7jzcz", 797 "fetchLFS": false, 798 "fetchSubmodules": true, 799 "deepClone": false, 800 "leaveDotGit": false 801} 802 '') ["date" "path"]) ; 803 804 disabled = with lua; (luaOlder "5.1"); 805 propagatedBuildInputs = [ lua ]; 806 807 meta = { 808 homepage = "https://github.com/leafo/loadkit"; 809 description = "Loadkit allows you to load arbitrary files within the Lua package path"; 810 maintainers = with lib.maintainers; [ alerque ]; 811 license.fullName = "MIT"; 812 }; 813}) {}; 814 815lpeg = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 816, fetchurl, lua 817}: 818buildLuarocksPackage { 819 pname = "lpeg"; 820 version = "1.0.2-1"; 821 knownRockspec = (fetchurl { 822 url = "https://luafr.org/luarocks/lpeg-1.0.2-1.rockspec"; 823 sha256 = "08a8p5cwlwpjawk8sczb7bq2whdsng4mmhphahyklf1bkvl2li89"; 824 }).outPath; 825 src = fetchurl { 826 url = "http://www.inf.puc-rio.br/~roberto/lpeg/lpeg-1.0.2.tar.gz"; 827 sha256 = "1zjzl7acvcdavmcg5l7wi12jd4rh95q9pl5aiww7hv0v0mv6bmj8"; 828 }; 829 830 disabled = with lua; (luaOlder "5.1"); 831 propagatedBuildInputs = [ lua ]; 832 833 meta = { 834 homepage = "http://www.inf.puc-rio.br/~roberto/lpeg.html"; 835 description = "Parsing Expression Grammars For Lua"; 836 maintainers = with lib.maintainers; [ vyp ]; 837 license.fullName = "MIT/X11"; 838 }; 839}) {}; 840 841lpeg_patterns = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 842, fetchurl, lua, lpeg 843}: 844buildLuarocksPackage { 845 pname = "lpeg_patterns"; 846 version = "0.5-0"; 847 knownRockspec = (fetchurl { 848 url = "https://luafr.org/luarocks/lpeg_patterns-0.5-0.rockspec"; 849 sha256 = "1vzl3ryryc624mchclzsfl3hsrprb9q214zbi1xsjcc4ckq5qfh7"; 850 }).outPath; 851 src = fetchurl { 852 url = "https://github.com/daurnimator/lpeg_patterns/archive/v0.5.zip"; 853 sha256 = "17jizbyalzdg009p3x2260bln65xf8xhv9npr0kr93kv986j463b"; 854 }; 855 856 propagatedBuildInputs = [ lua lpeg ]; 857 858 meta = { 859 homepage = "https://github.com/daurnimator/lpeg_patterns/archive/v0.5.zip"; 860 description = "a collection of LPEG patterns"; 861 license.fullName = "MIT"; 862 }; 863}) {}; 864 865lpeglabel = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 866, fetchurl, lua 867}: 868buildLuarocksPackage { 869 pname = "lpeglabel"; 870 version = "1.6.0-1"; 871 knownRockspec = (fetchurl { 872 url = "https://luafr.org/luarocks/lpeglabel-1.6.0-1.rockspec"; 873 sha256 = "13gc32pggng6f95xx5zw9n9ian518wlgb26mna9kh4q2xa1k42pm"; 874 }).outPath; 875 src = fetchurl { 876 url = "https://github.com/sqmedeiros/lpeglabel/archive/v1.6.0-1.tar.gz"; 877 sha256 = "1i02lsxj20iygqm8fy6dih1gh21lqk5qj1mv14wlrkaywnv35wcv"; 878 }; 879 880 disabled = with lua; (luaOlder "5.1"); 881 propagatedBuildInputs = [ lua ]; 882 883 meta = { 884 homepage = "https://github.com/sqmedeiros/lpeglabel/"; 885 description = "Parsing Expression Grammars For Lua with Labeled Failures"; 886 license.fullName = "MIT/X11"; 887 }; 888}) {}; 889 890lpty = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 891, fetchurl, lua 892}: 893buildLuarocksPackage { 894 pname = "lpty"; 895 version = "1.2.2-1"; 896 knownRockspec = (fetchurl { 897 url = "https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/lpty-1.2.2-1.rockspec"; 898 sha256 = "04af4mhiqrw3br4qzz7yznw9zy2m50wddwzgvzkvhd99ng71fkzg"; 899 }).outPath; 900 src = fetchurl { 901 url = "http://www.tset.de/downloads/lpty-1.2.2-1.tar.gz"; 902 sha256 = "071mvz79wi9vr6hvrnb1rv19lqp1bh2fi742zkpv2sm1r9gy5rav"; 903 }; 904 905 disabled = with lua; (luaOlder "5.1"); 906 propagatedBuildInputs = [ lua ]; 907 908 meta = { 909 homepage = "http://www.tset.de/lpty/"; 910 description = "A simple facility for lua to control other programs via PTYs."; 911 license.fullName = "MIT"; 912 }; 913}) {}; 914 915lrexlib-gnu = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 916, fetchgit, lua 917}: 918buildLuarocksPackage { 919 pname = "lrexlib-gnu"; 920 version = "2.9.1-1"; 921 knownRockspec = (fetchurl { 922 url = "https://luafr.org/luarocks/lrexlib-gnu-2.9.1-1.rockspec"; 923 sha256 = "1jfjxh26iwsavipkwmscwv52l77qxzvibfmlvpskcpawyii7xcw8"; 924 }).outPath; 925 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 926 "url": "https://github.com/rrthomas/lrexlib.git", 927 "rev": "69d5c442c5a4bdc1271103e88c5c798b605e9ed2", 928 "date": "2020-08-07T12:10:29+03:00", 929 "path": "/nix/store/vnnhcc0r9zhqwshmfzrn0ryai61l6xrd-lrexlib", 930 "sha256": "15dsxq0363940rij9za8mc224n9n58i2iqw1z7r1jh3qpkaciw7j", 931 "fetchLFS": false, 932 "fetchSubmodules": true, 933 "deepClone": false, 934 "leaveDotGit": false 935} 936 '') ["date" "path"]) ; 937 938 disabled = with lua; (luaOlder "5.1"); 939 propagatedBuildInputs = [ lua ]; 940 941 meta = { 942 homepage = "http://github.com/rrthomas/lrexlib"; 943 description = "Regular expression library binding (GNU flavour)."; 944 license.fullName = "MIT/X11"; 945 }; 946}) {}; 947 948lrexlib-pcre = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 949, fetchgit, lua 950}: 951buildLuarocksPackage { 952 pname = "lrexlib-pcre"; 953 version = "2.9.1-1"; 954 knownRockspec = (fetchurl { 955 url = "https://luafr.org/luarocks/lrexlib-pcre-2.9.1-1.rockspec"; 956 sha256 = "036k27xaplxn128b3p67xiqm8k40s7bxvh87wc8v2cx1cc4b9ia4"; 957 }).outPath; 958 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 959 "url": "https://github.com/rrthomas/lrexlib.git", 960 "rev": "69d5c442c5a4bdc1271103e88c5c798b605e9ed2", 961 "date": "2020-08-07T12:10:29+03:00", 962 "path": "/nix/store/vnnhcc0r9zhqwshmfzrn0ryai61l6xrd-lrexlib", 963 "sha256": "15dsxq0363940rij9za8mc224n9n58i2iqw1z7r1jh3qpkaciw7j", 964 "fetchLFS": false, 965 "fetchSubmodules": true, 966 "deepClone": false, 967 "leaveDotGit": false 968} 969 '') ["date" "path"]) ; 970 971 disabled = with lua; (luaOlder "5.1"); 972 propagatedBuildInputs = [ lua ]; 973 974 meta = { 975 homepage = "http://github.com/rrthomas/lrexlib"; 976 description = "Regular expression library binding (PCRE flavour)."; 977 maintainers = with lib.maintainers; [ vyp ]; 978 license.fullName = "MIT/X11"; 979 }; 980}) {}; 981 982lrexlib-posix = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 983, fetchgit, lua 984}: 985buildLuarocksPackage { 986 pname = "lrexlib-posix"; 987 version = "2.9.1-1"; 988 knownRockspec = (fetchurl { 989 url = "https://luarocks.org/lrexlib-posix-2.9.1-1.rockspec"; 990 sha256 = "1zxrx9yifm9ry4wbjgv86rlvq3ff6qivldvib3ha4767azla0j0r"; 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 (POSIX flavour)."; 1011 license.fullName = "MIT/X11"; 1012 }; 1013}) {}; 1014 1015lua-cjson = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 1016, fetchgit, lua 1017}: 1018buildLuarocksPackage { 1019 pname = "lua-cjson"; 1020 version = "2.1.0.6-1"; 1021 knownRockspec = (fetchurl { 1022 url = "https://luarocks.org/lua-cjson-2.1.0.6-1.rockspec"; 1023 sha256 = "1x6dk17lwmgkafpki99yl1hlypchbrxr9sxqafrmx7wwvzbz6q11"; 1024 }).outPath; 1025 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 1026 "url": "https://github.com/openresty/lua-cjson", 1027 "rev": "a03094c5473d9a9764bb486fbe5e99a62d166dae", 1028 "date": "2018-04-19T12:03:43-07:00", 1029 "path": "/nix/store/qdpqx2g0xi1c9fknzxx280mcdq6fi8rw-lua-cjson", 1030 "sha256": "0i2sjsi6flax1k0bm647yijgmc02jznq9bn88mj71pgii79pfjhw", 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://www.kyne.com.au/~mark/software/lua-cjson.php"; 1043 description = "A fast JSON encoding/parsing module"; 1044 license.fullName = "MIT"; 1045 }; 1046}) {}; 1047 1048lua-cmsgpack = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 1049, fetchgit, lua 1050}: 1051buildLuarocksPackage { 1052 pname = "lua-cmsgpack"; 1053 version = "0.4.0-0"; 1054 knownRockspec = (fetchurl { 1055 url = "https://luarocks.org/lua-cmsgpack-0.4.0-0.rockspec"; 1056 sha256 = "10cvr6knx3qvjcw1q9v05f2qy607mai7lbq321nx682aa0n1fzin"; 1057 }).outPath; 1058 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 1059 "url": "https://github.com/antirez/lua-cmsgpack.git", 1060 "rev": "dec1810a70d2948725f2e32cc38163de62b9d9a7", 1061 "date": "2015-06-03T08:39:04+02:00", 1062 "path": "/nix/store/ksqvl7hbd5s7nb6hjffyic1shldac4z2-lua-cmsgpack", 1063 "sha256": "0j0ahc9rprgl6dqxybaxggjam2r5i2wqqsd6764n0d7fdpj9fqm0", 1064 "fetchLFS": false, 1065 "fetchSubmodules": true, 1066 "deepClone": false, 1067 "leaveDotGit": false 1068} 1069 '') ["date" "path"]) ; 1070 1071 disabled = with lua; (luaOlder "5.1"); 1072 propagatedBuildInputs = [ lua ]; 1073 1074 meta = { 1075 homepage = "http://github.com/antirez/lua-cmsgpack"; 1076 description = "MessagePack C implementation and bindings for Lua 5.1/5.2/5.3"; 1077 license.fullName = "Two-clause BSD"; 1078 }; 1079}) {}; 1080 1081lua-iconv = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 1082, fetchurl, lua 1083}: 1084buildLuarocksPackage { 1085 pname = "lua-iconv"; 1086 version = "7-3"; 1087 knownRockspec = (fetchurl { 1088 url = "https://luarocks.org/lua-iconv-7-3.rockspec"; 1089 sha256 = "0qh5vsaxd7s31p7a8rl08lwd6zv90wnvp15nll4fcz452kffpp72"; 1090 }).outPath; 1091 src = fetchurl { 1092 url = "https://github.com/downloads/ittner/lua-iconv/lua-iconv-7.tar.gz"; 1093 sha256 = "02dg5x79fg5mwsycr0fj6w04zykdpiki9xjswkkwzdalqwaikny1"; 1094 }; 1095 1096 disabled = with lua; (luaOlder "5.1"); 1097 propagatedBuildInputs = [ lua ]; 1098 1099 meta = { 1100 homepage = "http://ittner.github.com/lua-iconv/"; 1101 description = "Lua binding to the iconv"; 1102 license.fullName = "MIT/X11"; 1103 }; 1104}) {}; 1105 1106lua-lsp = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 1107, fetchgit, lua, dkjson, lpeglabel, inspect 1108}: 1109buildLuarocksPackage { 1110 pname = "lua-lsp"; 1111 version = "0.1.0-2"; 1112 knownRockspec = (fetchurl { 1113 url = "https://luarocks.org/lua-lsp-0.1.0-2.rockspec"; 1114 sha256 = "19jsz00qlgbyims6cg8i40la7v8kr7zsxrrr3dg0kdg0i36xqs6c"; 1115 }).outPath; 1116 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 1117 "url": "https://github.com/Alloyed/lua-lsp", 1118 "rev": "6afbe53b43d9fb2e70edad50081cc3062ca3d78f", 1119 "date": "2020-10-17T15:07:11-04:00", 1120 "path": "/nix/store/qn9syhm875k1qardhhsp025cm3dbnqvm-lua-lsp", 1121 "sha256": "17k3jq61jz6j9bz4vc3hmsfx1s26cfgq1acja8fqyixljklmsbqp", 1122 "fetchLFS": false, 1123 "fetchSubmodules": true, 1124 "deepClone": false, 1125 "leaveDotGit": false 1126} 1127 '') ["date" "path"]) ; 1128 1129 disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.4"); 1130 propagatedBuildInputs = [ lua dkjson lpeglabel inspect ]; 1131 1132 meta = { 1133 homepage = "https://github.com/Alloyed/lua-lsp"; 1134 description = "A Language Server implementation for lua, the language"; 1135 license.fullName = "MIT"; 1136 }; 1137}) {}; 1138 1139lua-messagepack = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 1140, fetchurl, lua 1141}: 1142buildLuarocksPackage { 1143 pname = "lua-messagepack"; 1144 version = "0.5.2-1"; 1145 knownRockspec = (fetchurl { 1146 url = "https://luarocks.org/lua-messagepack-0.5.2-1.rockspec"; 1147 sha256 = "15liz6v8hsqgb3xrcd74a71nnjcz79gpc3ak351hk6k4gyjq2rfc"; 1148 }).outPath; 1149 src = fetchurl { 1150 url = "https://framagit.org/fperrad/lua-MessagePack/raw/releases/lua-messagepack-0.5.2.tar.gz"; 1151 sha256 = "1jgi944d0vx4zs9lrphys9pw0wrsibip93sh141qjwymrjyjg1nc"; 1152 }; 1153 1154 disabled = with lua; (luaOlder "5.1"); 1155 propagatedBuildInputs = [ lua ]; 1156 1157 meta = { 1158 homepage = "https://fperrad.frama.io/lua-MessagePack/"; 1159 description = "a pure Lua implementation of the MessagePack serialization format"; 1160 license.fullName = "MIT/X11"; 1161 }; 1162}) {}; 1163 1164lua-resty-http = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 1165, fetchgit, lua 1166}: 1167buildLuarocksPackage { 1168 pname = "lua-resty-http"; 1169 version = "0.16.1-0"; 1170 knownRockspec = (fetchurl { 1171 url = "https://luarocks.org/lua-resty-http-0.16.1-0.rockspec"; 1172 sha256 = "1475zncd9zvnrblc3r60cwf49c7v0w3khqmi6wqrc5k331m0wm8w"; 1173 }).outPath; 1174 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 1175 "url": "https://github.com/ledgetech/lua-resty-http", 1176 "rev": "9bf951dfe162dd9710a0e1f4525738d4902e9d20", 1177 "date": "2021-04-09T17:11:35+01:00", 1178 "path": "/nix/store/zzd1xj4r0iy3srs2hgv4mlm6wflmk24x-lua-resty-http", 1179 "sha256": "1whwn2fwm8c9jda4z1sb5636sfy4pfgjdxw0grcgmf6451xi57nw", 1180 "fetchLFS": false, 1181 "fetchSubmodules": true, 1182 "deepClone": false, 1183 "leaveDotGit": false 1184} 1185 '') ["date" "path"]) ; 1186 1187 disabled = with lua; (luaOlder "5.1"); 1188 propagatedBuildInputs = [ lua ]; 1189 1190 meta = { 1191 homepage = "https://github.com/ledgetech/lua-resty-http"; 1192 description = "Lua HTTP client cosocket driver for OpenResty / ngx_lua."; 1193 license.fullName = "2-clause BSD"; 1194 }; 1195}) {}; 1196 1197lua-resty-jwt = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 1198, fetchgit, lua, lua-resty-openssl 1199}: 1200buildLuarocksPackage { 1201 pname = "lua-resty-jwt"; 1202 version = "0.2.3-0"; 1203 knownRockspec = (fetchurl { 1204 url = "https://luarocks.org/lua-resty-jwt-0.2.3-0.rockspec"; 1205 sha256 = "1fxdwfr4pna3fdfm85kin97n53caq73h807wjb59wpqiynbqzc8c"; 1206 }).outPath; 1207 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 1208 "url": "https://github.com/cdbattags/lua-resty-jwt", 1209 "rev": "b3d5c085643fa95099e72a609c57095802106ff9", 1210 "date": "2021-01-20T16:53:57-05:00", 1211 "path": "/nix/store/z4a8ffxj2i3gbjp0f8r377cdp88lkzl4-lua-resty-jwt", 1212 "sha256": "07w8r8gqbby06x493qzislig7a3giw0anqr4ivp3g2ms8v9fnng6", 1213 "fetchLFS": false, 1214 "fetchSubmodules": true, 1215 "deepClone": false, 1216 "leaveDotGit": false 1217} 1218 '') ["date" "path"]) ; 1219 1220 disabled = with lua; (luaOlder "5.1"); 1221 propagatedBuildInputs = [ lua lua-resty-openssl ]; 1222 1223 meta = { 1224 homepage = "https://github.com/cdbattags/lua-resty-jwt"; 1225 description = "JWT for ngx_lua and LuaJIT."; 1226 license.fullName = "Apache License Version 2"; 1227 }; 1228}) {}; 1229 1230lua-resty-openidc = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 1231, fetchgit, lua, lua-resty-http, lua-resty-session, lua-resty-jwt 1232}: 1233buildLuarocksPackage { 1234 pname = "lua-resty-openidc"; 1235 version = "1.7.4-1"; 1236 knownRockspec = (fetchurl { 1237 url = "https://luarocks.org/lua-resty-openidc-1.7.4-1.rockspec"; 1238 sha256 = "12r03pzx1lpaxzy71iqh0kf1zs6gx1k89vpxc5va9r7nr47a56vy"; 1239 }).outPath; 1240 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 1241 "url": "https://github.com/zmartzone/lua-resty-openidc", 1242 "rev": "0c75741b41bc9a8b5dbe0b27f81a2851a6c68b60", 1243 "date": "2020-11-17T17:42:16+01:00", 1244 "path": "/nix/store/240kss5xx1br5n3qz6djw21cs1fj4pfg-lua-resty-openidc", 1245 "sha256": "1gw71av1r0c6v4f1h0bj0l6way2hmipic6wmipnavr17bz7m1q7z", 1246 "fetchLFS": false, 1247 "fetchSubmodules": true, 1248 "deepClone": false, 1249 "leaveDotGit": false 1250} 1251 '') ["date" "path"]) ; 1252 1253 disabled = with lua; (luaOlder "5.1"); 1254 propagatedBuildInputs = [ lua lua-resty-http lua-resty-session lua-resty-jwt ]; 1255 1256 meta = { 1257 homepage = "https://github.com/zmartzone/lua-resty-openidc"; 1258 description = "A library for NGINX implementing the OpenID Connect Relying Party (RP) and the OAuth 2.0 Resource Server (RS) functionality"; 1259 license.fullName = "Apache 2.0"; 1260 }; 1261}) {}; 1262 1263lua-resty-openssl = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 1264, fetchgit}: 1265buildLuarocksPackage { 1266 pname = "lua-resty-openssl"; 1267 version = "0.8.2-1"; 1268 knownRockspec = (fetchurl { 1269 url = "https://luarocks.org/lua-resty-openssl-0.8.2-1.rockspec"; 1270 sha256 = "1dxaxh3l4vhrv5p2pwphl7jn7jpcjq3dmawfl9wbp3a88121gbsx"; 1271 }).outPath; 1272 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 1273 "url": "https://github.com/fffonion/lua-resty-openssl.git", 1274 "rev": "53e2d4ba7e8c31181c1fd71d3817911da0533675", 1275 "date": "2021-11-22T12:07:07+08:00", 1276 "path": "/nix/store/x7s51wf9ysxs2xs4adixf7ypmadfwp5c-lua-resty-openssl", 1277 "sha256": "19cvqz81d0lxql55pgsbgynval0jxh8sicps94nzapvj90xqjviy", 1278 "fetchLFS": false, 1279 "fetchSubmodules": true, 1280 "deepClone": false, 1281 "leaveDotGit": false 1282} 1283 '') ["date" "path"]) ; 1284 1285 1286 meta = { 1287 homepage = "https://github.com/fffonion/lua-resty-openssl"; 1288 description = "No summary"; 1289 license.fullName = "BSD"; 1290 }; 1291}) {}; 1292 1293lua-resty-session = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 1294, fetchgit, lua 1295}: 1296buildLuarocksPackage { 1297 pname = "lua-resty-session"; 1298 version = "3.8-1"; 1299 knownRockspec = (fetchurl { 1300 url = "https://luarocks.org/lua-resty-session-3.8-1.rockspec"; 1301 sha256 = "0pz86bshawysmsnfc5q1yh13gr1458j2nh8r93a4rrmk1wggc4ka"; 1302 }).outPath; 1303 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 1304 "url": "https://github.com/bungle/lua-resty-session.git", 1305 "rev": "2cd1f8484fdd429505ac33abf7a44adda1f367bf", 1306 "date": "2021-01-04T14:02:41+02:00", 1307 "path": "/nix/store/jqc8arr46mx1xbmrsw503zza1kmz7mcv-lua-resty-session", 1308 "sha256": "09q8xbxkr431i2k21vdyx740rv325v0zmnx0qa3q9x15kcfsd2fm", 1309 "fetchLFS": false, 1310 "fetchSubmodules": true, 1311 "deepClone": false, 1312 "leaveDotGit": false 1313} 1314 '') ["date" "path"]) ; 1315 1316 disabled = with lua; (luaOlder "5.1"); 1317 propagatedBuildInputs = [ lua ]; 1318 1319 meta = { 1320 homepage = "https://github.com/bungle/lua-resty-session"; 1321 description = "Session Library for OpenResty Flexible and Secure"; 1322 license.fullName = "BSD"; 1323 }; 1324}) {}; 1325 1326lua-term = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 1327, fetchurl}: 1328buildLuarocksPackage { 1329 pname = "lua-term"; 1330 version = "0.7-1"; 1331 knownRockspec = (fetchurl { 1332 url = "https://luarocks.org/lua-term-0.7-1.rockspec"; 1333 sha256 = "0r9g5jw7pqr1dyj6w58dqlr7y7l0jp077n8nnji4phf10biyrvg2"; 1334 }).outPath; 1335 src = fetchurl { 1336 url = "https://github.com/hoelzro/lua-term/archive/0.07.tar.gz"; 1337 sha256 = "0c3zc0cl3a5pbdn056vnlan16g0wimv0p9bq52h7w507f72x18f1"; 1338 }; 1339 1340 1341 meta = { 1342 homepage = "https://github.com/hoelzro/lua-term"; 1343 description = "Terminal functions for Lua"; 1344 license.fullName = "MIT/X11"; 1345 }; 1346}) {}; 1347 1348lua-toml = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 1349, fetchgit, lua 1350}: 1351buildLuarocksPackage { 1352 pname = "lua-toml"; 1353 version = "2.0-1"; 1354 knownRockspec = (fetchurl { 1355 url = "https://luarocks.org/lua-toml-2.0-1.rockspec"; 1356 sha256 = "0zd3hrj1ifq89rjby3yn9y96vk20ablljvqdap981navzlbb7zvq"; 1357 }).outPath; 1358 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 1359 "url": "https://github.com/jonstoler/lua-toml.git", 1360 "rev": "13731a5dd48c8c314d2451760604810bd6221085", 1361 "date": "2017-12-08T16:30:50-08:00", 1362 "path": "/nix/store/cnpflpyj441c65jhb68hjr2bcvnj9han-lua-toml", 1363 "sha256": "0lklhgs4n7gbgva5frs39240da1y4nwlx6yxaj3ix6r5lp9sh07b", 1364 "fetchLFS": false, 1365 "fetchSubmodules": true, 1366 "deepClone": false, 1367 "leaveDotGit": false 1368} 1369 '') ["date" "path"]) ; 1370 1371 disabled = with lua; (luaOlder "5.1"); 1372 propagatedBuildInputs = [ lua ]; 1373 1374 meta = { 1375 homepage = "https://github.com/jonstoler/lua-toml"; 1376 description = "toml decoder/encoder for Lua"; 1377 license.fullName = "MIT"; 1378 }; 1379}) {}; 1380 1381lua-yajl = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 1382, fetchgit, lua 1383}: 1384buildLuarocksPackage { 1385 pname = "lua-yajl"; 1386 version = "2.0-1"; 1387 knownRockspec = (fetchurl { 1388 url = "https://luarocks.org/lua-yajl-2.0-1.rockspec"; 1389 sha256 = "0h600zgq5qc9z3cid1kr35q3qb98alg0m3qf0a3mfj33hya6pcxp"; 1390 }).outPath; 1391 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 1392 "url": "https://github.com/brimworks/lua-yajl.git", 1393 "rev": "c0b598a70966b6cabc57a110037faf9091436f30", 1394 "date": "2020-11-12T06:22:23-08:00", 1395 "path": "/nix/store/9acgxpqk52kwn03m5xasn4f6mmsby2r9-lua-yajl", 1396 "sha256": "1frry90y7vqnw1rd1dfnksilynh0n24gfhkmjd6wwba73prrg0pf", 1397 "fetchLFS": false, 1398 "fetchSubmodules": true, 1399 "deepClone": false, 1400 "leaveDotGit": false 1401} 1402 '') ["date" "path"]) ; 1403 1404 disabled = with lua; (luaOlder "5.1"); 1405 propagatedBuildInputs = [ lua ]; 1406 1407 meta = { 1408 homepage = "http://github.com/brimworks/lua-yajl"; 1409 description = "Integrate the yajl JSON library with Lua."; 1410 maintainers = with lib.maintainers; [ pstn ]; 1411 license.fullName = "MIT/X11"; 1412 }; 1413}) {}; 1414 1415lua-zlib = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 1416, fetchgit, lua 1417}: 1418buildLuarocksPackage { 1419 pname = "lua-zlib"; 1420 version = "1.2-1"; 1421 knownRockspec = (fetchurl { 1422 url = "https://luarocks.org/lua-zlib-1.2-1.rockspec"; 1423 sha256 = "18rpbg9b4vsnh3svapiqrvwwshw1abb5l5fd7441byx1nm3fjq9w"; 1424 }).outPath; 1425 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 1426 "url": "https://github.com/brimworks/lua-zlib.git", 1427 "rev": "a305d98f473d0a253b6fd740ce60d7d5a5f1cda0", 1428 "date": "2017-10-07T08:26:37-07:00", 1429 "path": "/nix/store/6hjfczd3xkilkdxidgqzdrwmaiwnlf05-lua-zlib", 1430 "sha256": "1cv12s5c5lihmf3hb0rz05qf13yihy1bjpb7448v8mkiss6y1s5c", 1431 "fetchLFS": false, 1432 "fetchSubmodules": true, 1433 "deepClone": false, 1434 "leaveDotGit": false 1435} 1436 '') ["date" "path"]) ; 1437 1438 disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.5"); 1439 propagatedBuildInputs = [ lua ]; 1440 1441 meta = { 1442 homepage = "https://github.com/brimworks/lua-zlib"; 1443 description = "Simple streaming interface to zlib for Lua."; 1444 maintainers = with lib.maintainers; [ koral ]; 1445 license.fullName = "MIT"; 1446 }; 1447}) {}; 1448 1449lua_cliargs = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 1450, fetchurl, lua 1451}: 1452buildLuarocksPackage { 1453 pname = "lua_cliargs"; 1454 version = "3.0-2"; 1455 1456 src = fetchurl { 1457 url = "https://github.com/amireh/lua_cliargs/archive/v3.0-2.tar.gz"; 1458 sha256 = "0vhpgmy9a8wlxp8a15pnfqfk0aj7pyyb5m41nnfxynx580a6y7cp"; 1459 }; 1460 1461 disabled = with lua; (luaOlder "5.1"); 1462 propagatedBuildInputs = [ lua ]; 1463 1464 meta = { 1465 homepage = "https://github.com/amireh/lua_cliargs"; 1466 description = "A command-line argument parser."; 1467 license.fullName = "MIT <http://opensource.org/licenses/MIT>"; 1468 }; 1469}) {}; 1470 1471luabitop = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 1472, fetchgit, lua 1473}: 1474buildLuarocksPackage { 1475 pname = "luabitop"; 1476 version = "1.0.2-3"; 1477 1478 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 1479 "url": "https://github.com/teto/luabitop.git", 1480 "rev": "8d7b674386460ca83e9510b3a8a4481344eb90ad", 1481 "date": "2021-08-30T10:14:03+02:00", 1482 "path": "/nix/store/sdnza0zpmlkz9jppnysasbvqy29f4zia-luabitop", 1483 "sha256": "1b57f99lrjbwsi4m23cq5kpj0dbpxh3xwr0mxs2rzykr2ijpgwrw", 1484 "fetchLFS": false, 1485 "fetchSubmodules": true, 1486 "deepClone": false, 1487 "leaveDotGit": false 1488} 1489 '') ["date" "path"]) ; 1490 1491 disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.3"); 1492 propagatedBuildInputs = [ lua ]; 1493 1494 meta = { 1495 homepage = "http://bitop.luajit.org/"; 1496 description = "Lua Bit Operations Module"; 1497 license.fullName = "MIT/X license"; 1498 }; 1499}) {}; 1500 1501luacheck = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 1502, fetchgit, lua, argparse, luafilesystem 1503}: 1504buildLuarocksPackage { 1505 pname = "luacheck"; 1506 version = "0.25.0-1"; 1507 knownRockspec = (fetchurl { 1508 url = "https://luarocks.org/luacheck-0.25.0-1.rockspec"; 1509 sha256 = "11mvbpnykibg0dx9sdh5x9gpvrhkmvrw76qvjz337x83f8gmvy91"; 1510 }).outPath; 1511 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 1512 "url": "https://github.com/luarocks/luacheck.git", 1513 "rev": "abf7386a892df4ce566fef9e4640ddbf9af78411", 1514 "date": "2021-08-10T12:19:20-03:00", 1515 "path": "/nix/store/9cdlf6c3y0087qwh48ky8ysxxx3lirlj-luacheck", 1516 "sha256": "1ymfkr0qmg6idrrxf9x6mfq14skag8h09kl2qlalwiykicrdljs1", 1517 "fetchLFS": false, 1518 "fetchSubmodules": true, 1519 "deepClone": false, 1520 "leaveDotGit": false 1521} 1522 '') ["date" "path"]) ; 1523 1524 disabled = with lua; (luaOlder "5.1"); 1525 propagatedBuildInputs = [ lua argparse luafilesystem ]; 1526 1527 meta = { 1528 homepage = "https://github.com/luarocks/luacheck"; 1529 description = "A static analyzer and a linter for Lua"; 1530 license.fullName = "MIT"; 1531 }; 1532}) {}; 1533 1534luacov = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 1535, fetchgit, lua 1536}: 1537buildLuarocksPackage { 1538 pname = "luacov"; 1539 version = "0.15.0-1"; 1540 knownRockspec = (fetchurl { 1541 url = "https://luarocks.org/luacov-0.15.0-1.rockspec"; 1542 sha256 = "18byfl23c73pazi60hsx0vd74hqq80mzixab76j36cyn8k4ni9db"; 1543 }).outPath; 1544 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 1545 "url": "https://github.com/keplerproject/luacov.git", 1546 "rev": "19b52ca0298c8942df82dd441d7a4a588db4c413", 1547 "date": "2021-02-15T18:47:58-03:00", 1548 "path": "/nix/store/9vm38il9knzx2m66m250qj1fzdfzqg0y-luacov", 1549 "sha256": "08550nna6qcb5jn6ds1hjm6010y8973wx4qbf9vrvrcn1k2yr6ki", 1550 "fetchLFS": false, 1551 "fetchSubmodules": true, 1552 "deepClone": false, 1553 "leaveDotGit": false 1554} 1555 '') ["date" "path"]) ; 1556 1557 disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.5"); 1558 propagatedBuildInputs = [ lua ]; 1559 1560 meta = { 1561 homepage = "https://keplerproject.github.io/luacov/"; 1562 description = "Coverage analysis tool for Lua scripts"; 1563 license.fullName = "MIT"; 1564 }; 1565}) {}; 1566 1567luadbi = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 1568, fetchgit, lua 1569}: 1570buildLuarocksPackage { 1571 pname = "luadbi"; 1572 version = "0.7.2-1"; 1573 knownRockspec = (fetchurl { 1574 url = "https://luarocks.org/luadbi-0.7.2-1.rockspec"; 1575 sha256 = "0lj1qki20w6bl76cvlcazlmwh170b9wkv5nwlxbrr3cn6w7h370b"; 1576 }).outPath; 1577 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 1578 "url": "https://github.com/mwild1/luadbi", 1579 "rev": "73a234c4689e4f87b7520276b6159cc7f6cfd6e0", 1580 "date": "2019-01-14T09:39:17+00:00", 1581 "path": "/nix/store/a3qgawila4r4jc2lpdc4mwyzd1gvzazd-luadbi", 1582 "sha256": "167ivwmczhp98bxzpz3wdxcfj6vi0a10gpi7rdfjs2rbfwkzqvjh", 1583 "fetchLFS": false, 1584 "fetchSubmodules": true, 1585 "deepClone": false, 1586 "leaveDotGit": false 1587} 1588 '') ["date" "path"]) ; 1589 1590 disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.4"); 1591 propagatedBuildInputs = [ lua ]; 1592 1593 meta = { 1594 homepage = "https://github.com/mwild1/luadbi"; 1595 description = "Database abstraction layer"; 1596 license.fullName = "MIT/X11"; 1597 }; 1598}) {}; 1599 1600luadbi-mysql = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 1601, fetchgit, lua, luadbi 1602}: 1603buildLuarocksPackage { 1604 pname = "luadbi-mysql"; 1605 version = "0.7.2-1"; 1606 knownRockspec = (fetchurl { 1607 url = "https://luarocks.org/luadbi-mysql-0.7.2-1.rockspec"; 1608 sha256 = "0gnyqnvcfif06rzzrdw6w6hchp4jrjiwm0rmfx2r8ljchj2bvml5"; 1609 }).outPath; 1610 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 1611 "url": "https://github.com/mwild1/luadbi", 1612 "rev": "73a234c4689e4f87b7520276b6159cc7f6cfd6e0", 1613 "date": "2019-01-14T09:39:17+00:00", 1614 "path": "/nix/store/a3qgawila4r4jc2lpdc4mwyzd1gvzazd-luadbi", 1615 "sha256": "167ivwmczhp98bxzpz3wdxcfj6vi0a10gpi7rdfjs2rbfwkzqvjh", 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.4"); 1624 propagatedBuildInputs = [ lua luadbi ]; 1625 1626 meta = { 1627 homepage = "https://github.com/mwild1/luadbi"; 1628 description = "Database abstraction layer"; 1629 license.fullName = "MIT/X11"; 1630 }; 1631}) {}; 1632 1633luadbi-postgresql = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 1634, fetchgit, lua, luadbi 1635}: 1636buildLuarocksPackage { 1637 pname = "luadbi-postgresql"; 1638 version = "0.7.2-1"; 1639 knownRockspec = (fetchurl { 1640 url = "https://luarocks.org/luadbi-postgresql-0.7.2-1.rockspec"; 1641 sha256 = "07rx4agw4hjyzf8157apdwfqh9s26nqndmkr3wm7v09ygjvdjiix"; 1642 }).outPath; 1643 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 1644 "url": "https://github.com/mwild1/luadbi", 1645 "rev": "73a234c4689e4f87b7520276b6159cc7f6cfd6e0", 1646 "date": "2019-01-14T09:39:17+00:00", 1647 "path": "/nix/store/a3qgawila4r4jc2lpdc4mwyzd1gvzazd-luadbi", 1648 "sha256": "167ivwmczhp98bxzpz3wdxcfj6vi0a10gpi7rdfjs2rbfwkzqvjh", 1649 "fetchLFS": false, 1650 "fetchSubmodules": true, 1651 "deepClone": false, 1652 "leaveDotGit": false 1653} 1654 '') ["date" "path"]) ; 1655 1656 disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.4"); 1657 propagatedBuildInputs = [ lua luadbi ]; 1658 1659 meta = { 1660 homepage = "https://github.com/mwild1/luadbi"; 1661 description = "Database abstraction layer"; 1662 license.fullName = "MIT/X11"; 1663 }; 1664}) {}; 1665 1666luadbi-sqlite3 = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 1667, fetchgit, lua, luadbi 1668}: 1669buildLuarocksPackage { 1670 pname = "luadbi-sqlite3"; 1671 version = "0.7.2-1"; 1672 knownRockspec = (fetchurl { 1673 url = "https://luarocks.org/luadbi-sqlite3-0.7.2-1.rockspec"; 1674 sha256 = "022iba0jbiafz8iv1h0iv95rhcivbfq5yg341nxk3dm87yf220vh"; 1675 }).outPath; 1676 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 1677 "url": "https://github.com/mwild1/luadbi", 1678 "rev": "73a234c4689e4f87b7520276b6159cc7f6cfd6e0", 1679 "date": "2019-01-14T09:39:17+00:00", 1680 "path": "/nix/store/a3qgawila4r4jc2lpdc4mwyzd1gvzazd-luadbi", 1681 "sha256": "167ivwmczhp98bxzpz3wdxcfj6vi0a10gpi7rdfjs2rbfwkzqvjh", 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.4"); 1690 propagatedBuildInputs = [ lua luadbi ]; 1691 1692 meta = { 1693 homepage = "https://github.com/mwild1/luadbi"; 1694 description = "Database abstraction layer"; 1695 license.fullName = "MIT/X11"; 1696 }; 1697}) {}; 1698 1699luaepnf = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 1700, fetchgit, lua, lpeg 1701}: 1702buildLuarocksPackage { 1703 pname = "luaepnf"; 1704 version = "0.3-2"; 1705 knownRockspec = (fetchurl { 1706 url = "https://luarocks.org/luaepnf-0.3-2.rockspec"; 1707 sha256 = "0kqmnj11wmfpc9mz04zzq8ab4mnbkrhcgc525wrq6pgl3p5li8aa"; 1708 }).outPath; 1709 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 1710 "url": "https://github.com/siffiejoe/lua-luaepnf.git", 1711 "rev": "4e0a867ff54cf424e1558781f5d2c85d2dc2137c", 1712 "date": "2015-01-15T16:54:10+01:00", 1713 "path": "/nix/store/n7gb0z26sl7dzdyy3bx1y3cz3npsna7d-lua-luaepnf", 1714 "sha256": "1lvsi3fklhvz671jgg0iqn0xbkzn9qjcbf2ks41xxjz3lapjr6c9", 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.5"); 1723 propagatedBuildInputs = [ lua lpeg ]; 1724 1725 meta = { 1726 homepage = "http://siffiejoe.github.io/lua-luaepnf/"; 1727 description = "Extended PEG Notation Format (easy grammars for LPeg)"; 1728 license.fullName = "MIT"; 1729 }; 1730}) {}; 1731 1732luaevent = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 1733, fetchurl, lua 1734}: 1735buildLuarocksPackage { 1736 pname = "luaevent"; 1737 version = "0.4.6-1"; 1738 knownRockspec = (fetchurl { 1739 url = "https://luarocks.org/luaevent-0.4.6-1.rockspec"; 1740 sha256 = "03zixadhx4a7nh67n0sm6sy97c8i9va1a78hibhrl7cfbqc2zc7f"; 1741 }).outPath; 1742 src = fetchurl { 1743 url = "https://github.com/harningt/luaevent/archive/v0.4.6.tar.gz"; 1744 sha256 = "0pbh315d3p7hxgzmbhphkcldxv2dadbka96131b8j5914nxvl4nx"; 1745 }; 1746 1747 disabled = with lua; (luaOlder "5.1"); 1748 propagatedBuildInputs = [ lua ]; 1749 1750 meta = { 1751 homepage = "https://github.com/harningt/luaevent"; 1752 description = "libevent binding for Lua"; 1753 license.fullName = "MIT"; 1754 }; 1755}) {}; 1756 1757luaexpat = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 1758, fetchgit, lua 1759}: 1760buildLuarocksPackage { 1761 pname = "luaexpat"; 1762 version = "1.4.1-1"; 1763 knownRockspec = (fetchurl { 1764 url = "https://luarocks.org/luaexpat-1.4.1-1.rockspec"; 1765 sha256 = "1abwd385x7wnza7qqz5s4aj6m2l1c23pjmbgnpq73q0s17pn1h0c"; 1766 }).outPath; 1767 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 1768 "url": "https://github.com/lunarmodules/luaexpat.git", 1769 "rev": "7d99eec9685087e6b3a57a09d672591c2aa0f4f6", 1770 "date": "2022-04-01T17:08:05+02:00", 1771 "path": "/nix/store/b6jyh79ggjdqgizk9amzh74lq4lwm3nm-luaexpat", 1772 "sha256": "0yia3xpf6pwmy10yg2dnyfg3v774jay24qfyvm9pj21h2ad7ckm1", 1773 "fetchLFS": false, 1774 "fetchSubmodules": true, 1775 "deepClone": false, 1776 "leaveDotGit": false 1777} 1778 '') ["date" "path"]) ; 1779 1780 disabled = with lua; (luaOlder "5.1"); 1781 propagatedBuildInputs = [ lua ]; 1782 1783 meta = { 1784 homepage = "https://lunarmodules.github.io/luaexpat"; 1785 description = "XML Expat parsing"; 1786 maintainers = with lib.maintainers; [ arobyn flosse ]; 1787 license.fullName = "MIT/X11"; 1788 }; 1789}) {}; 1790 1791luaffi = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 1792, fetchgit, lua 1793}: 1794buildLuarocksPackage { 1795 pname = "luaffi"; 1796 version = "scm-1"; 1797 knownRockspec = (fetchurl { 1798 url = "mirror://luarocks/luaffi-scm-1.rockspec"; 1799 sha256 = "1nia0g4n1yv1sbv5np572y8yfai56a8bnscir807s5kj5bs0xhxm"; 1800 }).outPath; 1801 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 1802 "url": "https://github.com/facebook/luaffifb.git", 1803 "rev": "a1cb731b08c91643b0665935eb5622b3d621211b", 1804 "date": "2021-03-01T11:46:30-05:00", 1805 "path": "/nix/store/6dwfn64p3clcsxkq41b307q8izi0fvji-luaffifb", 1806 "sha256": "0nj76fw3yi57vfn35yvbdmpdbg9gmn5j1gw84ajs9w1j86sc0661", 1807 "fetchLFS": false, 1808 "fetchSubmodules": true, 1809 "deepClone": false, 1810 "leaveDotGit": false 1811} 1812 '') ["date" "path"]) ; 1813 1814 disabled = with lua; (luaOlder "5.1"); 1815 propagatedBuildInputs = [ lua ]; 1816 1817 meta = { 1818 homepage = "https://github.com/facebook/luaffifb"; 1819 description = "FFI library for calling C functions from lua"; 1820 license.fullName = "BSD"; 1821 }; 1822}) {}; 1823 1824luafilesystem = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 1825, fetchgit, lua 1826}: 1827buildLuarocksPackage { 1828 pname = "luafilesystem"; 1829 version = "1.7.0-2"; 1830 knownRockspec = (fetchurl { 1831 url = "https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/luafilesystem-1.7.0-2.rockspec"; 1832 sha256 = "0xivgn8bbkx1g5a30jrjcv4hg5mpiiyrm3fhlz9lndgbh4cnjrq6"; 1833 }).outPath; 1834 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 1835 "url": "https://github.com/keplerproject/luafilesystem", 1836 "rev": "de87218e9798c4dd1a40d65403d99e9e82e1cfa0", 1837 "date": "2017-09-15T20:07:33-03:00", 1838 "path": "/nix/store/20xm4942kvnb8kypg76jl7zrym5cz03c-luafilesystem", 1839 "sha256": "0zmprgkm9zawdf9wnw0v3w6ibaj442wlc6alp39hmw610fl4vghi", 1840 "fetchLFS": false, 1841 "fetchSubmodules": true, 1842 "deepClone": false, 1843 "leaveDotGit": false 1844} 1845 '') ["date" "path"]) ; 1846 1847 disabled = with lua; (luaOlder "5.1"); 1848 propagatedBuildInputs = [ lua ]; 1849 1850 meta = { 1851 homepage = "git://github.com/keplerproject/luafilesystem"; 1852 description = "File System Library for the Lua Programming Language"; 1853 maintainers = with lib.maintainers; [ flosse ]; 1854 license.fullName = "MIT/X11"; 1855 }; 1856}) {}; 1857 1858lualogging = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 1859, fetchgit, luasocket 1860}: 1861buildLuarocksPackage { 1862 pname = "lualogging"; 1863 version = "1.6.0-2"; 1864 knownRockspec = (fetchurl { 1865 url = "https://luarocks.org/lualogging-1.6.0-2.rockspec"; 1866 sha256 = "1235sfss0gmcw744rnhzfffhd1z732g2b2vsbpbz9kcvvhznmamb"; 1867 }).outPath; 1868 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 1869 "url": "https://github.com/lunarmodules/lualogging.git", 1870 "rev": "0bc4415de03ff1a99c92c02a5bed14a45b078079", 1871 "date": "2021-11-09T20:20:42+01:00", 1872 "path": "/nix/store/p3cyhqjw12bj7s6y4hndzqdkdfwq3958-lualogging", 1873 "sha256": "18664k4kfi4zq9n0217j57h42li6ws8s3f6d4yj0rcqsl19fxa7c", 1874 "fetchLFS": false, 1875 "fetchSubmodules": true, 1876 "deepClone": false, 1877 "leaveDotGit": false 1878} 1879 '') ["date" "path"]) ; 1880 1881 propagatedBuildInputs = [ luasocket ]; 1882 1883 meta = { 1884 homepage = "https://github.com/lunarmodules/lualogging"; 1885 description = "A simple API to use logging features"; 1886 license.fullName = "MIT/X11"; 1887 }; 1888}) {}; 1889 1890luaossl = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 1891, fetchurl, lua 1892}: 1893buildLuarocksPackage { 1894 pname = "luaossl"; 1895 version = "20200709-0"; 1896 knownRockspec = (fetchurl { 1897 url = "https://luarocks.org/luaossl-20200709-0.rockspec"; 1898 sha256 = "0izxxrzc49q4jancza43b2y4hfvasflpcag771nrhapk1n8k45f3"; 1899 }).outPath; 1900 src = fetchurl { 1901 url = "https://github.com/wahern/luaossl/archive/rel-20200709.zip"; 1902 sha256 = "07j1rqqypjb24x11x6v6qpwf12g0ib23qwg47sw3c2yqkbq744j4"; 1903 }; 1904 1905 propagatedBuildInputs = [ lua ]; 1906 1907 meta = { 1908 homepage = "http://25thandclement.com/~william/projects/luaossl.html"; 1909 description = "Most comprehensive OpenSSL module in the Lua universe."; 1910 license.fullName = "MIT/X11"; 1911 }; 1912}) {}; 1913 1914luaposix = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 1915, fetchurl, bit32, lua 1916}: 1917buildLuarocksPackage { 1918 pname = "luaposix"; 1919 version = "34.1.1-1"; 1920 knownRockspec = (fetchurl { 1921 url = "https://luarocks.org/luaposix-34.1.1-1.rockspec"; 1922 sha256 = "0hx6my54axjcb3bklr991wji374qq6mwa3ily6dvb72vi2534nwz"; 1923 }).outPath; 1924 src = fetchurl { 1925 url = "http://github.com/luaposix/luaposix/archive/v34.1.1.zip"; 1926 sha256 = "1xqx764ji054jphxdhkynsmwzqzkfgxqfizxkf70za6qfrvnl3yh"; 1927 }; 1928 1929 disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.4"); 1930 propagatedBuildInputs = [ bit32 lua ]; 1931 1932 meta = { 1933 homepage = "http://github.com/luaposix/luaposix/"; 1934 description = "Lua bindings for POSIX"; 1935 maintainers = with lib.maintainers; [ vyp lblasc ]; 1936 license.fullName = "MIT/X11"; 1937 }; 1938}) {}; 1939 1940luarepl = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 1941, fetchurl, lua 1942}: 1943buildLuarocksPackage { 1944 pname = "luarepl"; 1945 version = "0.9-1"; 1946 knownRockspec = (fetchurl { 1947 url = "https://luarocks.org/luarepl-0.9-1.rockspec"; 1948 sha256 = "1409lanxv4s8kq5rrh46dvld77ip33qzfn3vac3i9zpzbmgb5i8z"; 1949 }).outPath; 1950 src = fetchurl { 1951 url = "https://github.com/hoelzro/lua-repl/archive/0.9.tar.gz"; 1952 sha256 = "04xka7b84d9mrz3gyf8ywhw08xp65v8jrnzs8ry8k9540aqs721w"; 1953 }; 1954 1955 disabled = with lua; (luaOlder "5.1"); 1956 propagatedBuildInputs = [ lua ]; 1957 1958 meta = { 1959 homepage = "https://github.com/hoelzro/lua-repl"; 1960 description = "A reusable REPL component for Lua, written in Lua"; 1961 license.fullName = "MIT/X11"; 1962 }; 1963}) {}; 1964 1965luasec = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 1966, fetchgit, lua, luasocket 1967}: 1968buildLuarocksPackage { 1969 pname = "luasec"; 1970 version = "1.0.2-1"; 1971 knownRockspec = (fetchurl { 1972 url = "https://luarocks.org/luasec-1.0.2-1.rockspec"; 1973 sha256 = "02qkbfnvn3943zf2fnz3amnz1z05ipx9mnsn3i2rmpjpvvd414dg"; 1974 }).outPath; 1975 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 1976 "url": "https://github.com/brunoos/luasec", 1977 "rev": "ef14b27a2c8e541cac071165048250e85a7216df", 1978 "date": "2021-08-14T10:28:09-03:00", 1979 "path": "/nix/store/jk2npg54asnmj5fnpldn8dxym9gx8x4g-luasec", 1980 "sha256": "14hx72qw3gjgz12v5bwpz3irgbf69f8584z8y7lglccbyydp4jla", 1981 "fetchLFS": false, 1982 "fetchSubmodules": true, 1983 "deepClone": false, 1984 "leaveDotGit": false 1985} 1986 '') ["date" "path"]) ; 1987 1988 disabled = with lua; (luaOlder "5.1"); 1989 propagatedBuildInputs = [ lua luasocket ]; 1990 1991 meta = { 1992 homepage = "https://github.com/brunoos/luasec/wiki"; 1993 description = "A binding for OpenSSL library to provide TLS/SSL communication over LuaSocket."; 1994 maintainers = with lib.maintainers; [ flosse ]; 1995 license.fullName = "MIT"; 1996 }; 1997}) {}; 1998 1999luasocket = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 2000, fetchurl, lua 2001}: 2002buildLuarocksPackage { 2003 pname = "luasocket"; 2004 version = "3.0rc1-2"; 2005 knownRockspec = (fetchurl { 2006 url = "https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/luasocket-3.0rc1-2.rockspec"; 2007 sha256 = "17fbkihp4zypv5wwgxz8dnghj37pf5bhpi2llg4gbljp1bl2f42c"; 2008 }).outPath; 2009 src = fetchurl { 2010 url = "https://github.com/diegonehab/luasocket/archive/v3.0-rc1.zip"; 2011 sha256 = "0x0fg07cg08ybgkpzif7zmzaaq5ga979rxwd9rj95kfws9bbrl0y"; 2012 }; 2013 2014 disabled = with lua; (luaOlder "5.1"); 2015 propagatedBuildInputs = [ lua ]; 2016 2017 meta = { 2018 homepage = "http://luaforge.net/projects/luasocket/"; 2019 description = "Network support for the Lua language"; 2020 license.fullName = "MIT"; 2021 }; 2022}) {}; 2023 2024luasql-sqlite3 = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 2025, fetchgit, lua 2026}: 2027buildLuarocksPackage { 2028 pname = "luasql-sqlite3"; 2029 version = "2.6.0-1"; 2030 knownRockspec = (fetchurl { 2031 url = "https://luarocks.org/luasql-sqlite3-2.6.0-1.rockspec"; 2032 sha256 = "0w32znsfcaklcja6avqx7daaxbf0hr2v8g8bmz0fysb3401lmp02"; 2033 }).outPath; 2034 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 2035 "url": "https://github.com/keplerproject/luasql.git", 2036 "rev": "ce22164f63783afac9c644fd37c231e56fc097cb", 2037 "date": "2021-10-14T09:38:24-03:00", 2038 "path": "/nix/store/h8r8axcc76x7y6gwc2jzsmr7h2lqgbxa-luasql", 2039 "sha256": "10gq3x7vqkafvfk9fs4039rl1xhnqpl2v60z4qpd96wbcy205gnk", 2040 "fetchLFS": false, 2041 "fetchSubmodules": true, 2042 "deepClone": false, 2043 "leaveDotGit": false 2044} 2045 '') ["date" "path"]) ; 2046 2047 disabled = with lua; (luaOlder "5.1"); 2048 propagatedBuildInputs = [ lua ]; 2049 2050 meta = { 2051 homepage = "http://www.keplerproject.org/luasql/"; 2052 description = "Database connectivity for Lua (SQLite3 driver)"; 2053 maintainers = with lib.maintainers; [ vyp ]; 2054 license.fullName = "MIT/X11"; 2055 }; 2056}) {}; 2057 2058luassert = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 2059, fetchurl, lua, say 2060}: 2061buildLuarocksPackage { 2062 pname = "luassert"; 2063 version = "1.8.0-0"; 2064 knownRockspec = (fetchurl { 2065 url = "https://luarocks.org/luassert-1.8.0-0.rockspec"; 2066 sha256 = "1194y81nlkq4qmrrgl7z82i6vgvhqvp1p673kq0arjix8mv3zyz1"; 2067 }).outPath; 2068 src = fetchurl { 2069 url = "https://github.com/Olivine-Labs/luassert/archive/v1.8.0.tar.gz"; 2070 sha256 = "0xlwlb32215524bg33svp1ci8mdvh9wykchl8dkhihpxcd526mar"; 2071 }; 2072 2073 disabled = with lua; (luaOlder "5.1"); 2074 propagatedBuildInputs = [ lua say ]; 2075 2076 meta = { 2077 homepage = "http://olivinelabs.com/busted/"; 2078 description = "Lua Assertions Extension"; 2079 license.fullName = "MIT <http://opensource.org/licenses/MIT>"; 2080 }; 2081}) {}; 2082 2083luasystem = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 2084, fetchurl, lua 2085}: 2086buildLuarocksPackage { 2087 pname = "luasystem"; 2088 version = "0.2.1-0"; 2089 knownRockspec = (fetchurl { 2090 url = "https://luarocks.org/luasystem-0.2.1-0.rockspec"; 2091 sha256 = "0xj5q7lzsbmlw5d3zbjqf3jpj78wcn348h2jcxn5ph4n4hx73z3n"; 2092 }).outPath; 2093 src = fetchurl { 2094 url = "https://github.com/o-lim/luasystem/archive/v0.2.1.tar.gz"; 2095 sha256 = "150bbklchh02gsvpngv56xrrlxxvwpqwrh0yy6z95fnvks7gd0qb"; 2096 }; 2097 2098 disabled = with lua; (luaOlder "5.1"); 2099 propagatedBuildInputs = [ lua ]; 2100 2101 meta = { 2102 homepage = "http://olivinelabs.com/luasystem/"; 2103 description = "Platform independent system calls for Lua."; 2104 license.fullName = "MIT <http://opensource.org/licenses/MIT>"; 2105 }; 2106}) {}; 2107 2108luaunbound = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 2109, fetchurl, lua 2110}: 2111buildLuarocksPackage { 2112 pname = "luaunbound"; 2113 version = "1.0.0-1"; 2114 knownRockspec = (fetchurl { 2115 url = "https://luarocks.org/luaunbound-1.0.0-1.rockspec"; 2116 sha256 = "1zlkibdwrj5p97nhs33cz8xx0323z3kiq5x7v0h3i7v6j0h8ppvn"; 2117 }).outPath; 2118 src = fetchurl { 2119 url = "https://code.zash.se/dl/luaunbound/luaunbound-1.0.0.tar.gz"; 2120 sha256 = "1lsh0ylp5xskygxl5qdv6mhkm1x8xp0vfd5prk5hxkr19jk5mr3d"; 2121 }; 2122 2123 disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.5"); 2124 propagatedBuildInputs = [ lua ]; 2125 2126 meta = { 2127 homepage = "https://www.zash.se/luaunbound.html"; 2128 description = "A binding to libunbound"; 2129 license.fullName = "MIT"; 2130 }; 2131}) {}; 2132 2133luautf8 = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 2134, fetchurl, lua 2135}: 2136buildLuarocksPackage { 2137 pname = "luautf8"; 2138 version = "0.1.3-1"; 2139 knownRockspec = (fetchurl { 2140 url = "https://luarocks.org/luautf8-0.1.3-1.rockspec"; 2141 sha256 = "16i9wfgd0f299g1afgjp0hhczlrk5g8i0kq3ka0f8bwj3mp2wmcp"; 2142 }).outPath; 2143 src = fetchurl { 2144 url = "https://github.com/starwing/luautf8/archive/0.1.3.tar.gz"; 2145 sha256 = "02rf8jmazmi8rp3i5v4jsz0d7mrf1747qszsl8i2hv1sl0ik92r0"; 2146 }; 2147 2148 disabled = with lua; (luaOlder "5.1"); 2149 propagatedBuildInputs = [ lua ]; 2150 2151 meta = { 2152 homepage = "http://github.com/starwing/luautf8"; 2153 description = "A UTF-8 support module for Lua"; 2154 maintainers = with lib.maintainers; [ pstn ]; 2155 license.fullName = "MIT"; 2156 }; 2157}) {}; 2158 2159luazip = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 2160, fetchgit, lua 2161}: 2162buildLuarocksPackage { 2163 pname = "luazip"; 2164 version = "1.2.7-1"; 2165 knownRockspec = (fetchurl { 2166 url = "https://luarocks.org/luazip-1.2.7-1.rockspec"; 2167 sha256 = "1wxy3p2ksaq4s8lg925mi9cvbh875gsapgkzm323dr8qaxxg7mba"; 2168 }).outPath; 2169 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 2170 "url": "https://github.com/mpeterv/luazip", 2171 "rev": "e424f667cc5c78dd19bb5eca5a86b3c8698e0ce5", 2172 "date": "2017-09-05T14:02:52+03:00", 2173 "path": "/nix/store/idllj442c0iwnx1cpkrifx2afb7vh821-luazip", 2174 "sha256": "1jlqzqlds3aa3hnp737fm2awcx0hzmwyd87klv0cv13ny5v9f2x4", 2175 "fetchLFS": false, 2176 "fetchSubmodules": true, 2177 "deepClone": false, 2178 "leaveDotGit": false 2179} 2180 '') ["date" "path"]) ; 2181 2182 disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.4"); 2183 propagatedBuildInputs = [ lua ]; 2184 2185 meta = { 2186 homepage = "https://github.com/mpeterv/luazip"; 2187 description = "Library for reading files inside zip files"; 2188 license.fullName = "MIT"; 2189 }; 2190}) {}; 2191 2192luuid = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 2193, fetchurl, lua 2194}: 2195buildLuarocksPackage { 2196 pname = "luuid"; 2197 version = "20120509-2"; 2198 knownRockspec = (fetchurl { 2199 url = "https://luarocks.org/luuid-20120509-2.rockspec"; 2200 sha256 = "1q2fv25wfbiqn49mqv26gs4pyllch311akcf7jjn27l5ik8ji5b6"; 2201 }).outPath; 2202 src = fetchurl { 2203 url = "http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/5.2/luuid.tar.gz"; 2204 sha256 = "1bfkj613d05yps3fivmz0j1bxf2zkg9g1yl0ifffgw0vy00hpnvm"; 2205 }; 2206 2207 disabled = with lua; (luaOlder "5.2") || (luaAtLeast "5.4"); 2208 propagatedBuildInputs = [ lua ]; 2209 2210 meta = { 2211 homepage = "http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#luuid"; 2212 description = "A library for UUID generation"; 2213 license.fullName = "Public domain"; 2214 }; 2215}) {}; 2216 2217luv = callPackage ({ buildLuarocksPackage, luaOlder, luaAtLeast 2218, cmake, fetchurl, lua 2219}: 2220buildLuarocksPackage { 2221 pname = "luv"; 2222 version = "1.43.0-0"; 2223 knownRockspec = (fetchurl { 2224 url = "https://luarocks.org/luv-1.43.0-0.rockspec"; 2225 sha256 = "0z5a7yp20xbb3f9w73skm9fj89gxxqv72nrxjq3kycsc6c2v3m8f"; 2226 }).outPath; 2227 2228 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 2229 "url": "https://github.com/luvit/luv.git", 2230 "rev": "1.43.0-0", 2231 "date": "2022-03-12T16:05:50+08:00", 2232 "path": "/nix/store/d7f3sdw5l0cm8xkjdm4m6jkmx794w48j-luv", 2233 "sha256": "sha256-CcUX69XzgWlJEwHUhhtqs9sDA5TNIusKek5yV2Nt3Wc=", 2234 "fetchLFS": false, 2235 "fetchSubmodules": true, 2236 "deepClone": false, 2237 "leaveDotGit": false 2238} 2239 '') ["date" "path"]) ; 2240 2241 disabled = with lua; (luaOlder "5.1"); 2242 nativeBuildInputs = [ cmake ]; 2243 propagatedBuildInputs = [ lua ]; 2244 2245 meta = { 2246 homepage = "https://github.com/luvit/luv"; 2247 description = "Bare libuv bindings for lua"; 2248 license.fullName = "Apache 2.0"; 2249 }; 2250}) {}; 2251 2252lyaml = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 2253, fetchurl, lua 2254}: 2255buildLuarocksPackage { 2256 pname = "lyaml"; 2257 version = "6.2.7-1"; 2258 knownRockspec = (fetchurl { 2259 url = "https://luarocks.org/lyaml-6.2.7-1.rockspec"; 2260 sha256 = "0m5bnzg24nyk35gcn4rydgzk0ysk1f6rslxwxd0w3drl1bg64zja"; 2261 }).outPath; 2262 src = fetchurl { 2263 url = "http://github.com/gvvaughan/lyaml/archive/v6.2.7.zip"; 2264 sha256 = "165mr3krf8g8070j4ax9z0j2plfbdwb8x2zk2hydpqaqa0kcdb0c"; 2265 }; 2266 2267 disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.5"); 2268 propagatedBuildInputs = [ lua ]; 2269 2270 meta = { 2271 homepage = "http://github.com/gvvaughan/lyaml"; 2272 description = "libYAML binding for Lua"; 2273 maintainers = with lib.maintainers; [ lblasc ]; 2274 license.fullName = "MIT/X11"; 2275 }; 2276}) {}; 2277 2278markdown = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 2279, fetchgit, lua 2280}: 2281buildLuarocksPackage { 2282 pname = "markdown"; 2283 version = "0.33-1"; 2284 knownRockspec = (fetchurl { 2285 url = "https://luarocks.org/markdown-0.33-1.rockspec"; 2286 sha256 = "02sixijfi6av8h59kx3ngrhygjn2sx1c85c0qfy20gxiz72wi1pl"; 2287 }).outPath; 2288 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 2289 "url": "https://github.com/mpeterv/markdown", 2290 "rev": "8c09109924b218aaecbfd4d4b1de538269c4d765", 2291 "date": "2015-09-27T17:49:28+03:00", 2292 "path": "/nix/store/akl80hh077hm20bdqj1lksy0fn2285b5-markdown", 2293 "sha256": "019bk2qprszqncnm8zy6ns6709iq1nwkf7i86nr38f035j4lc11y", 2294 "fetchLFS": false, 2295 "fetchSubmodules": true, 2296 "deepClone": false, 2297 "leaveDotGit": false 2298} 2299 '') ["date" "path"]) ; 2300 2301 disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.4"); 2302 propagatedBuildInputs = [ lua ]; 2303 2304 meta = { 2305 homepage = "https://github.com/mpeterv/markdown"; 2306 description = "Markdown text-to-html markup system."; 2307 license.fullName = "MIT/X11"; 2308 }; 2309}) {}; 2310 2311mediator_lua = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 2312, fetchurl, lua 2313}: 2314buildLuarocksPackage { 2315 pname = "mediator_lua"; 2316 version = "1.1.2-0"; 2317 knownRockspec = (fetchurl { 2318 url = "https://luarocks.org/mediator_lua-1.1.2-0.rockspec"; 2319 sha256 = "0frzvf7i256260a1s8xh92crwa2m42972qxfq29zl05aw3pyn7bm"; 2320 }).outPath; 2321 src = fetchurl { 2322 url = "https://github.com/Olivine-Labs/mediator_lua/archive/v1.1.2-0.tar.gz"; 2323 sha256 = "16zzzhiy3y35v8advmlkzpryzxv5vji7727vwkly86q8sagqbxgs"; 2324 }; 2325 2326 disabled = with lua; (luaOlder "5.1"); 2327 propagatedBuildInputs = [ lua ]; 2328 2329 meta = { 2330 homepage = "http://olivinelabs.com/mediator_lua/"; 2331 description = "Event handling through channels"; 2332 license.fullName = "MIT <http://opensource.org/licenses/MIT>"; 2333 }; 2334}) {}; 2335 2336moonscript = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 2337, fetchgit, lua, lpeg, argparse, luafilesystem 2338}: 2339buildLuarocksPackage { 2340 pname = "moonscript"; 2341 version = "dev-1"; 2342 2343 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 2344 "url": "https://github.com/leafo/moonscript.git", 2345 "rev": "b7efcd131046ed921ae1075d7c0f6a3b64a570f7", 2346 "date": "2021-03-18T11:51:52-07:00", 2347 "path": "/nix/store/xijbk0bgjpxjgmvscbqnghj4r3zdzgxl-moonscript", 2348 "sha256": "14xx6pij0djblfv3g2hi0xlljh7h0yrbb03f4x90q5j66v693gx7", 2349 "fetchLFS": false, 2350 "fetchSubmodules": true, 2351 "deepClone": false, 2352 "leaveDotGit": false 2353} 2354 '') ["date" "path"]) ; 2355 2356 disabled = with lua; (luaOlder "5.1"); 2357 propagatedBuildInputs = [ lua lpeg argparse luafilesystem ]; 2358 2359 meta = { 2360 homepage = "http://moonscript.org"; 2361 description = "A programmer friendly language that compiles to Lua"; 2362 maintainers = with lib.maintainers; [ arobyn ]; 2363 license.fullName = "MIT"; 2364 }; 2365}) {}; 2366 2367mpack = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 2368, fetchurl}: 2369buildLuarocksPackage { 2370 pname = "mpack"; 2371 version = "1.0.9-0"; 2372 knownRockspec = (fetchurl { 2373 url = "https://luarocks.org/mpack-1.0.9-0.rockspec"; 2374 sha256 = "1v10kmw3qw559bbm142z40ib26bwvcyi64qjrk0vf8v6n1mx8wcn"; 2375 }).outPath; 2376 src = fetchurl { 2377 url = "https://github.com/libmpack/libmpack-lua/releases/download/1.0.9/libmpack-lua-1.0.9.tar.gz"; 2378 sha256 = "17lyjmnbychacwahqgs128nb00xky777g7zw5wf20vrzkiq7xl0g"; 2379 }; 2380 2381 2382 meta = { 2383 homepage = "https://github.com/libmpack/libmpack-lua"; 2384 description = "Lua binding to libmpack"; 2385 license.fullName = "MIT"; 2386 }; 2387}) {}; 2388 2389nvim-client = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 2390, fetchurl, lua, mpack, luv, coxpcall 2391}: 2392buildLuarocksPackage { 2393 pname = "nvim-client"; 2394 version = "0.2.2-1"; 2395 2396 src = fetchurl { 2397 url = "https://github.com/neovim/lua-client/archive/0.2.2-1.tar.gz"; 2398 sha256 = "1h736im524lq0vwlpihv9b317jarpkf3j13a25xl5qq8y8asm8mr"; 2399 }; 2400 2401 disabled = with lua; (luaOlder "5.1"); 2402 propagatedBuildInputs = [ lua mpack luv coxpcall ]; 2403 2404 meta = { 2405 homepage = "https://github.com/neovim/lua-client"; 2406 description = "Lua client to Nvim"; 2407 license.fullName = "Apache"; 2408 }; 2409}) {}; 2410 2411penlight = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 2412, fetchgit, lua, luafilesystem 2413}: 2414buildLuarocksPackage { 2415 pname = "penlight"; 2416 version = "dev-1"; 2417 2418 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 2419 "url": "https://github.com/lunarmodules/penlight.git", 2420 "rev": "0653cdb05591454a9804a7fee8c873b8f06b0b8f", 2421 "date": "2021-08-31T23:42:29+02:00", 2422 "path": "/nix/store/zf3k6z36bxsrbxkkmsa4w6m7vxvlpfgn-penlight", 2423 "sha256": "0l1819dyr9hzmimnjjg99fad6k3ksmlm77hgvdybgz8558lj4g1i", 2424 "fetchLFS": false, 2425 "fetchSubmodules": true, 2426 "deepClone": false, 2427 "leaveDotGit": false 2428} 2429 '') ["date" "path"]) ; 2430 2431 disabled = with lua; (luaOlder "5.1"); 2432 propagatedBuildInputs = [ lua luafilesystem ]; 2433 2434 meta = { 2435 homepage = "https://lunarmodules.github.io/penlight"; 2436 description = "Lua utility libraries loosely based on the Python standard libraries"; 2437 maintainers = with lib.maintainers; [ alerque ]; 2438 license.fullName = "MIT/X11"; 2439 }; 2440}) {}; 2441 2442plenary-nvim = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 2443, fetchgit, lua, luassert 2444}: 2445buildLuarocksPackage { 2446 pname = "plenary.nvim"; 2447 version = "scm-1"; 2448 2449 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 2450 "url": "https://github.com/nvim-lua/plenary.nvim", 2451 "rev": "c2bb2d8fd5b44bfc6aad3a5463c84576a98dd4a9", 2452 "date": "2021-12-06T21:11:29+01:00", 2453 "path": "/nix/store/h376md0lpbv31n5wyrq0cilkpx2lkr18-plenary.nvim", 2454 "sha256": "12csjz882yv9wwhzx964fq210655m8820491xjsrjlwccfc09i35", 2455 "fetchLFS": false, 2456 "fetchSubmodules": true, 2457 "deepClone": false, 2458 "leaveDotGit": false 2459} 2460 '') ["date" "path"]) ; 2461 2462 disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.4"); 2463 propagatedBuildInputs = [ lua luassert ]; 2464 2465 meta = { 2466 homepage = "http://github.com/nvim-lua/plenary.nvim"; 2467 description = "lua functions you don't want to write "; 2468 license.fullName = "MIT/X11"; 2469 }; 2470}) {}; 2471 2472rapidjson = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 2473, fetchgit, lua 2474}: 2475buildLuarocksPackage { 2476 pname = "rapidjson"; 2477 version = "0.7.1-1"; 2478 2479 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 2480 "url": "https://github.com/xpol/lua-rapidjson", 2481 "rev": "242b40c8eaceb0cc43bcab88309736461cac1234", 2482 "date": "2021-04-09T19:59:20+08:00", 2483 "path": "/nix/store/65l71ph27pmipgrq8j4whg6n8h2avvs4-lua-rapidjson", 2484 "sha256": "1a6srvximxlh6gjkaj5y86d1kf06pc4gby2r6wpdw2pdac8k7xyb", 2485 "fetchLFS": false, 2486 "fetchSubmodules": true, 2487 "deepClone": false, 2488 "leaveDotGit": false 2489} 2490 '') ["date" "path"]) ; 2491 2492 disabled = with lua; (luaOlder "5.1"); 2493 propagatedBuildInputs = [ lua ]; 2494 2495 meta = { 2496 homepage = "https://github.com/xpol/lua-rapidjson"; 2497 description = "Json module based on the very fast RapidJSON."; 2498 license.fullName = "MIT"; 2499 }; 2500}) {}; 2501 2502readline = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 2503, fetchurl, lua, luaposix 2504}: 2505buildLuarocksPackage { 2506 pname = "readline"; 2507 version = "3.0-0"; 2508 knownRockspec = (fetchurl { 2509 url = "https://luarocks.org/readline-3.0-0.rockspec"; 2510 sha256 = "1bjj8yn61vc0fzy1lvrfp6cyakj4bf2255xcqai4h3rcg0i5cmpr"; 2511 }).outPath; 2512 src = fetchurl { 2513 url = "http://www.pjb.com.au/comp/lua/readline-3.0.tar.gz"; 2514 sha256 = "1rr2b7q8w3i4bm1i634sd6kzhw6v1fpnh53mj09af6xdq1rfhr5n"; 2515 }; 2516 2517 disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.5"); 2518 propagatedBuildInputs = [ lua luaposix ]; 2519 2520 meta = { 2521 homepage = "http://pjb.com.au/comp/lua/readline.html"; 2522 description = "Interface to the readline library"; 2523 license.fullName = "MIT/X11"; 2524 }; 2525}) {}; 2526 2527say = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 2528, fetchurl, lua 2529}: 2530buildLuarocksPackage { 2531 pname = "say"; 2532 version = "1.3-1"; 2533 2534 src = fetchurl { 2535 url = "https://github.com/Olivine-Labs/say/archive/v1.3-1.tar.gz"; 2536 sha256 = "1jh76mxq9dcmv7kps2spwcc6895jmj2sf04i4y9idaxlicvwvs13"; 2537 }; 2538 2539 disabled = with lua; (luaOlder "5.1"); 2540 propagatedBuildInputs = [ lua ]; 2541 2542 meta = { 2543 homepage = "http://olivinelabs.com/busted/"; 2544 description = "Lua String Hashing/Indexing Library"; 2545 license.fullName = "MIT <http://opensource.org/licenses/MIT>"; 2546 }; 2547}) {}; 2548 2549std-_debug = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 2550, fetchgit, lua 2551}: 2552buildLuarocksPackage { 2553 pname = "std._debug"; 2554 version = "git-1"; 2555 2556 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 2557 "url": "https://github.com/lua-stdlib/_debug.git", 2558 "rev": "3236c1561bfc2724a3abd153a6e10c7957b35cf2", 2559 "date": "2020-04-15T16:34:01-07:00", 2560 "path": "/nix/store/rgbn0nn7glm7s52d90ds87j10bx20nij-_debug", 2561 "sha256": "0p6jz6syh2r8qfk08jf2hp4p902rkamjzpzl8xhkpzf8rdzs937w", 2562 "fetchLFS": false, 2563 "fetchSubmodules": true, 2564 "deepClone": false, 2565 "leaveDotGit": false 2566} 2567 '') ["date" "path"]) ; 2568 2569 disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.5"); 2570 propagatedBuildInputs = [ lua ]; 2571 2572 meta = { 2573 homepage = "http://lua-stdlib.github.io/_debug"; 2574 description = "Debug Hints Library"; 2575 license.fullName = "MIT/X11"; 2576 }; 2577}) {}; 2578 2579std-normalize = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 2580, fetchgit, lua, std-_debug 2581}: 2582buildLuarocksPackage { 2583 pname = "std.normalize"; 2584 version = "git-1"; 2585 2586 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 2587 "url": "https://github.com/lua-stdlib/normalize.git", 2588 "rev": "fb1d61b88b03406e291f58ec4981edfc538b8216", 2589 "date": "2020-04-15T17:16:16-07:00", 2590 "path": "/nix/store/jr4agcn13fk56b8105p6yr9gn767fkds-normalize", 2591 "sha256": "0jiykdjxc4b5my12fnzrw3bxracjgxc265xrn8kfx95350kvbzl1", 2592 "fetchLFS": false, 2593 "fetchSubmodules": true, 2594 "deepClone": false, 2595 "leaveDotGit": false 2596} 2597 '') ["date" "path"]) ; 2598 2599 disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.5"); 2600 propagatedBuildInputs = [ lua std-_debug ]; 2601 2602 meta = { 2603 homepage = "https://lua-stdlib.github.io/normalize"; 2604 description = "Normalized Lua Functions"; 2605 license.fullName = "MIT/X11"; 2606 }; 2607}) {}; 2608 2609stdlib = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 2610, fetchurl, lua 2611}: 2612buildLuarocksPackage { 2613 pname = "stdlib"; 2614 version = "41.2.2-1"; 2615 knownRockspec = (fetchurl { 2616 url = "https://luarocks.org/stdlib-41.2.2-1.rockspec"; 2617 sha256 = "0rscb4cm8s8bb8fk8rknc269y7bjqpslspsaxgs91i8bvabja6f6"; 2618 }).outPath; 2619 src = fetchurl { 2620 url = "http://github.com/lua-stdlib/lua-stdlib/archive/release-v41.2.2.zip"; 2621 sha256 = "0is8i8lk4qq4afnan0vj1bwr8brialyrva7cjy43alzgwdphwynx"; 2622 }; 2623 2624 disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.5"); 2625 propagatedBuildInputs = [ lua ]; 2626 2627 meta = { 2628 homepage = "http://lua-stdlib.github.io/lua-stdlib"; 2629 description = "General Lua Libraries"; 2630 maintainers = with lib.maintainers; [ vyp ]; 2631 license.fullName = "MIT/X11"; 2632 }; 2633}) {}; 2634 2635tl = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 2636, fetchgit, compat53, argparse, luafilesystem 2637}: 2638buildLuarocksPackage { 2639 pname = "tl"; 2640 version = "0.13.2-1"; 2641 knownRockspec = (fetchurl { 2642 url = "https://luarocks.org/tl-0.13.2-1.rockspec"; 2643 sha256 = "0a9nr03q6w1689drd0r2y8m7qbyxm8n6bkgjplwkr6c6abvbis3f"; 2644 }).outPath; 2645 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 2646 "url": "https://github.com/teal-language/tl", 2647 "rev": "473fef59f21e836e1337a0e3da3c759a1e3556bd", 2648 "date": "2021-07-30T21:02:34-03:00", 2649 "path": "/nix/store/29dm1abr2cc9zqs9n9lymg92gaxqh09g-tl", 2650 "sha256": "1cj7ihw1kz1n1jkha6q0mq0qmlw1vi04i6pcbw3w1cdf2i4fcglh", 2651 "fetchLFS": false, 2652 "fetchSubmodules": true, 2653 "deepClone": false, 2654 "leaveDotGit": false 2655} 2656 '') ["date" "path"]) ; 2657 2658 propagatedBuildInputs = [ compat53 argparse luafilesystem ]; 2659 2660 meta = { 2661 homepage = "https://github.com/teal-language/tl"; 2662 description = "Teal, a typed dialect of Lua"; 2663 maintainers = with lib.maintainers; [ mephistophiles ]; 2664 license.fullName = "MIT"; 2665 }; 2666}) {}; 2667 2668vstruct = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast 2669, fetchgit, lua 2670}: 2671buildLuarocksPackage { 2672 pname = "vstruct"; 2673 version = "2.1.1-1"; 2674 2675 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 2676 "url": "https://github.com/ToxicFrog/vstruct.git", 2677 "rev": "924d3dd63043189e4a7ef6b1b54b19208054cc0f", 2678 "date": "2020-05-06T23:13:06-04:00", 2679 "path": "/nix/store/a4i9k5hx9xiz38bij4hb505dg088jkss-vstruct", 2680 "sha256": "0sl9v874mckhh6jbxsan48s5xajzx193k4qlphw69sdbf8kr3p57", 2681 "fetchLFS": false, 2682 "fetchSubmodules": true, 2683 "deepClone": false, 2684 "leaveDotGit": false 2685} 2686 '') ["date" "path"]) ; 2687 2688 disabled = with lua; (luaOlder "5.1"); 2689 propagatedBuildInputs = [ lua ]; 2690 2691 meta = { 2692 homepage = "https://github.com/ToxicFrog/vstruct"; 2693 description = "Lua library to manipulate binary data"; 2694 }; 2695}) {}; 2696 2697 2698} 2699/* GENERATED - do not edit this file */