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