Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at fix-function-merge 3408 lines 109 kB view raw
1/* pkgs/development/lua-modules/generated-packages.nix is an auto-generated file -- DO NOT EDIT! 2Regenerate it with: nix run nixpkgs#luarocks-packages-updater 3You can customize the generated packages in pkgs/development/lua-modules/overrides.nix 4*/ 5 6{ stdenv, lib, fetchurl, fetchgit, callPackage, ... }: 7final: prev: 8{ 9alt-getopt = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaAtLeast, luaOlder }: 10buildLuarocksPackage { 11 pname = "alt-getopt"; 12 version = "0.8.0-1"; 13 knownRockspec = (fetchurl { 14 url = "mirror://luarocks/alt-getopt-0.8.0-1.rockspec"; 15 sha256 = "17yxi1lsrbkmwzcn1x48x8758d7v1frsz1bmnpqfv4vfnlh0x210"; 16 }).outPath; 17 src = fetchFromGitHub { 18 owner = "cheusov"; 19 repo = "lua-alt-getopt"; 20 rev = "0.8.0"; 21 hash = "sha256-OxtMNB8++cVQ/gQjntLUt3WYopGhYb1VbIUAZEzJB88="; 22 }; 23 24 disabled = luaOlder "5.1" || luaAtLeast "5.4"; 25 26 meta = { 27 homepage = "https://github.com/cheusov/lua-alt-getopt"; 28 description = "Process application arguments the same way as getopt_long"; 29 maintainers = with lib.maintainers; [ arobyn ]; 30 license.fullName = "MIT/X11"; 31 }; 32}) {}; 33 34ansicolors = callPackage({ buildLuarocksPackage, fetchurl, luaOlder }: 35buildLuarocksPackage { 36 pname = "ansicolors"; 37 version = "1.0.2-3"; 38 knownRockspec = (fetchurl { 39 url = "mirror://luarocks/ansicolors-1.0.2-3.rockspec"; 40 sha256 = "19y962xdx5ldl3596ywdl7n825dffz9al6j6rx6pbgmhb7pi8s5v"; 41 }).outPath; 42 src = fetchurl { 43 url = "https://github.com/kikito/ansicolors.lua/archive/v1.0.2.tar.gz"; 44 sha256 = "0r4xi57njldmar9pn77l0vr5701rpmilrm51spv45lz0q9js8xps"; 45 }; 46 47 disabled = luaOlder "5.1"; 48 49 meta = { 50 homepage = "https://github.com/kikito/ansicolors.lua"; 51 description = "Library for color Manipulation."; 52 maintainers = with lib.maintainers; [ Freed-Wu ]; 53 license.fullName = "MIT <http://opensource.org/licenses/MIT>"; 54 }; 55}) {}; 56 57argparse = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaAtLeast, luaOlder }: 58buildLuarocksPackage { 59 pname = "argparse"; 60 version = "0.7.1-1"; 61 knownRockspec = (fetchurl { 62 url = "mirror://luarocks/argparse-0.7.1-1.rockspec"; 63 sha256 = "116iaczq6glzzin6qqa2zn7i22hdyzzsq6mzjiqnz6x1qmi0hig8"; 64 }).outPath; 65 src = fetchzip { 66 url = "https://github.com/luarocks/argparse/archive/0.7.1.zip"; 67 sha256 = "0idg79d0dfis4qhbkbjlmddq87np75hb2vj41i6prjpvqacvg5v1"; 68 }; 69 70 disabled = luaOlder "5.1" || luaAtLeast "5.5"; 71 72 meta = { 73 homepage = "https://github.com/luarocks/argparse"; 74 description = "A feature-rich command-line argument parser"; 75 license.fullName = "MIT"; 76 }; 77}) {}; 78 79basexx = callPackage({ buildLuarocksPackage, fetchurl, luaOlder }: 80buildLuarocksPackage { 81 pname = "basexx"; 82 version = "0.4.1-1"; 83 knownRockspec = (fetchurl { 84 url = "mirror://luarocks/basexx-0.4.1-1.rockspec"; 85 sha256 = "0kmydxm2wywl18cgj303apsx7hnfd68a9hx9yhq10fj7yfcxzv5f"; 86 }).outPath; 87 src = fetchurl { 88 url = "https://github.com/aiq/basexx/archive/v0.4.1.tar.gz"; 89 sha256 = "1rnz6xixxqwy0q6y2hi14rfid4w47h69gfi0rnlq24fz8q2b0qpz"; 90 }; 91 92 disabled = luaOlder "5.1"; 93 94 meta = { 95 homepage = "https://github.com/aiq/basexx"; 96 description = "A base2, base16, base32, base64 and base85 library for Lua"; 97 license.fullName = "MIT"; 98 }; 99}) {}; 100 101binaryheap = callPackage({ buildLuarocksPackage, fetchurl, luaOlder }: 102buildLuarocksPackage { 103 pname = "binaryheap"; 104 version = "0.4-1"; 105 knownRockspec = (fetchurl { 106 url = "mirror://luarocks/binaryheap-0.4-1.rockspec"; 107 sha256 = "1ah37lhskmrb26by5ygs7jblx7qnf6mphgw8kwhw0yacvmkcbql4"; 108 }).outPath; 109 src = fetchurl { 110 url = "https://github.com/Tieske/binaryheap.lua/archive/version_0v4.tar.gz"; 111 sha256 = "0f5l4nb5s7dycbkgh3rrl7pf0npcf9k6m2gr2bsn09fjyb3bdc8h"; 112 }; 113 114 disabled = luaOlder "5.1"; 115 116 meta = { 117 homepage = "https://github.com/Tieske/binaryheap.lua"; 118 description = "Binary heap implementation in pure Lua"; 119 maintainers = with lib.maintainers; [ vcunat ]; 120 license.fullName = "MIT/X11"; 121 }; 122}) {}; 123 124bit32 = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaOlder }: 125buildLuarocksPackage { 126 pname = "bit32"; 127 version = "5.3.0-1"; 128 knownRockspec = (fetchurl { 129 url = "mirror://luarocks/bit32-5.3.0-1.rockspec"; 130 sha256 = "1d6xdihpksrj5a3yvsvnmf3vfk15hj6f8n1rrs65m7adh87hc0yd"; 131 }).outPath; 132 src = fetchFromGitHub { 133 owner = "keplerproject"; 134 repo = "lua-compat-5.2"; 135 rev = "bitlib-5.3.0"; 136 hash = "sha256-Ek7FMWskfHwHhEVfjTDZyL/cruHDiQo5Jmnwsvai+MY="; 137 }; 138 139 disabled = luaOlder "5.1"; 140 141 meta = { 142 homepage = "http://www.lua.org/manual/5.2/manual.html#6.7"; 143 description = "Lua 5.2 bit manipulation library"; 144 maintainers = with lib.maintainers; [ lblasc ]; 145 license.fullName = "MIT/X11"; 146 }; 147}) {}; 148 149busted = callPackage({ buildLuarocksPackage, dkjson, fetchFromGitHub, fetchurl, lua-term, luaOlder, lua_cliargs, luassert, luasystem, mediator_lua, penlight, say }: 150buildLuarocksPackage { 151 pname = "busted"; 152 version = "2.2.0-1"; 153 knownRockspec = (fetchurl { 154 url = "mirror://luarocks/busted-2.2.0-1.rockspec"; 155 sha256 = "0h4zk4lcm40wg3l0vgjn6lsyh9yayhljx65a0pz5n99dxal8lgnf"; 156 }).outPath; 157 src = fetchFromGitHub { 158 owner = "lunarmodules"; 159 repo = "busted"; 160 rev = "v2.2.0"; 161 hash = "sha256-5LxPqmoUwR3XaIToKUgap0L/sNS9uOV080MIenyLnl8="; 162 }; 163 164 disabled = luaOlder "5.1"; 165 propagatedBuildInputs = [ dkjson lua-term lua_cliargs luassert luasystem mediator_lua penlight say ]; 166 167 meta = { 168 homepage = "https://lunarmodules.github.io/busted/"; 169 description = "Elegant Lua unit testing"; 170 license.fullName = "MIT <http://opensource.org/licenses/MIT>"; 171 }; 172}) {}; 173 174busted-htest = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl }: 175buildLuarocksPackage { 176 pname = "busted-htest"; 177 version = "1.0.0-2"; 178 knownRockspec = (fetchurl { 179 url = "mirror://luarocks/busted-htest-1.0.0-2.rockspec"; 180 sha256 = "10d2pbh2rfy4ygp40h8br4w5j1z5syq5pn6knd4bbnacmswnmcdl"; 181 }).outPath; 182 src = fetchFromGitHub { 183 owner = "hishamhm"; 184 repo = "busted-htest"; 185 rev = "1.0.0"; 186 hash = "sha256-tGAQUSeDt+OV/TBAJo/JFdyeBRRZaIQEJG+SKcCaQhs="; 187 }; 188 189 190 meta = { 191 homepage = "https://github.com/hishamhm/busted-htest"; 192 description = "A pretty output handler for Busted"; 193 maintainers = with lib.maintainers; [ mrcjkb ]; 194 license.fullName = "MIT"; 195 }; 196}) {}; 197 198cassowary = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaOlder, penlight }: 199buildLuarocksPackage { 200 pname = "cassowary"; 201 version = "2.3.2-1"; 202 knownRockspec = (fetchurl { 203 url = "mirror://luarocks/cassowary-2.3.2-1.rockspec"; 204 sha256 = "0c6sflm8zpgbcdj47s3rd34h69h3nqcciaaqd1wdx5m0lwc3mii0"; 205 }).outPath; 206 src = fetchFromGitHub { 207 owner = "sile-typesetter"; 208 repo = "cassowary.lua"; 209 rev = "v2.3.2"; 210 hash = "sha256-wIVuf1L3g2BCM+zW4Nt1IyU6xaP4yYuzxHjVDxsgdNM="; 211 }; 212 213 disabled = luaOlder "5.1"; 214 propagatedBuildInputs = [ penlight ]; 215 216 meta = { 217 homepage = "https://github.com/sile-typesetter/cassowary.lua"; 218 description = "The cassowary constraint solver"; 219 maintainers = with lib.maintainers; [ alerque ]; 220 license.fullName = "Apache 2"; 221 }; 222}) {}; 223 224cldr = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaOlder, penlight }: 225buildLuarocksPackage { 226 pname = "cldr"; 227 version = "0.3.0-0"; 228 knownRockspec = (fetchurl { 229 url = "mirror://luarocks/cldr-0.3.0-0.rockspec"; 230 sha256 = "1fnr8k713w21v7hc64s4w5lgcgnbphq3gm69pisc2s4wq2fkija1"; 231 }).outPath; 232 src = fetchFromGitHub { 233 owner = "alerque"; 234 repo = "cldr-lua"; 235 rev = "v0.3.0"; 236 hash = "sha256-5LY0YxHACtreP38biDZD97bkPuuT7an/Z1VBXEJYjkI="; 237 }; 238 239 disabled = luaOlder "5.1"; 240 propagatedBuildInputs = [ penlight ]; 241 242 meta = { 243 homepage = "https://github.com/alerque/cldr-lua"; 244 description = "Lua interface to Unicode CLDR data"; 245 maintainers = with lib.maintainers; [ alerque ]; 246 license.fullName = "MIT/ICU"; 247 }; 248}) {}; 249 250commons-nvim = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder }: 251buildLuarocksPackage { 252 pname = "commons.nvim"; 253 version = "18.0.0-1"; 254 knownRockspec = (fetchurl { 255 url = "mirror://luarocks/commons.nvim-18.0.0-1.rockspec"; 256 sha256 = "073cmh0a1kqzw71ckir8rk6nrhi14rc96vmxzhl4zbfyr3ji05r7"; 257 }).outPath; 258 src = fetchzip { 259 url = "https://github.com/linrongbin16/commons.nvim/archive/75407685b543cdb2263e92366bc4f3c828f4ad69.zip"; 260 sha256 = "0zm0kjch5rzdkv6faksw16lmhxkil2sdhfl7xvdyc0z830d1k2km"; 261 }; 262 263 disabled = luaOlder "5.1"; 264 265 meta = { 266 homepage = "https://linrongbin16.github.io/commons.nvim/"; 267 description = "The commons lua library for Neovim plugin project."; 268 maintainers = with lib.maintainers; [ mrcjkb ]; 269 license.fullName = "MIT"; 270 }; 271}) {}; 272 273compat53 = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaAtLeast, luaOlder }: 274buildLuarocksPackage { 275 pname = "compat53"; 276 version = "0.13-1"; 277 knownRockspec = (fetchurl { 278 url = "mirror://luarocks/compat53-0.13-1.rockspec"; 279 sha256 = "10gmhd526a5q0dl4dvjq7a5c7f3i7hcdla8hpygl79dhgbm649i3"; 280 }).outPath; 281 src = fetchzip { 282 url = "https://github.com/lunarmodules/lua-compat-5.3/archive/v0.13.zip"; 283 sha256 = "06kpx5qyk1zki2r2g6z3alwhvmays50670z7mbl55h7s0kff2cpz"; 284 }; 285 286 disabled = luaOlder "5.1" || luaAtLeast "5.5"; 287 288 meta = { 289 homepage = "https://github.com/lunarmodules/lua-compat-5.3"; 290 description = "Compatibility module providing Lua-5.3-style APIs for Lua 5.2 and 5.1"; 291 maintainers = with lib.maintainers; [ vcunat ]; 292 license.fullName = "MIT"; 293 }; 294}) {}; 295 296cosmo = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, lpeg }: 297buildLuarocksPackage { 298 pname = "cosmo"; 299 version = "16.06.04-1"; 300 knownRockspec = (fetchurl { 301 url = "mirror://luarocks/cosmo-16.06.04-1.rockspec"; 302 sha256 = "0ipv1hrlhvaz1myz6qxabq7b7kb3bz456cya3r292487a3g9h9pb"; 303 }).outPath; 304 src = fetchFromGitHub { 305 owner = "mascarenhas"; 306 repo = "cosmo"; 307 rev = "v16.06.04"; 308 hash = "sha256-mJE5GkDnfZ3qAQyyyKj+aXOtlITeYs8lerGJSTzU/Tk="; 309 }; 310 311 propagatedBuildInputs = [ lpeg ]; 312 313 meta = { 314 homepage = "http://cosmo.luaforge.net"; 315 description = "Safe templates for Lua"; 316 license.fullName = "MIT/X11"; 317 }; 318}) {}; 319 320coxpcall = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl }: 321buildLuarocksPackage { 322 pname = "coxpcall"; 323 version = "1.17.0-1"; 324 knownRockspec = (fetchurl { 325 url = "mirror://luarocks/coxpcall-1.17.0-1.rockspec"; 326 sha256 = "0mf0nggg4ajahy5y1q5zh2zx9rmgzw06572bxx6k8b736b8j7gca"; 327 }).outPath; 328 src = fetchFromGitHub { 329 owner = "keplerproject"; 330 repo = "coxpcall"; 331 rev = "v1_17_0"; 332 hash = "sha256-EW8pGI9jiGutNVNmyiCP5sIVYZe2rJQc03OrKXIOeMw="; 333 }; 334 335 336 meta = { 337 homepage = "http://keplerproject.github.io/coxpcall"; 338 description = "Coroutine safe xpcall and pcall"; 339 license.fullName = "MIT/X11"; 340 }; 341}) {}; 342 343cqueues = callPackage({ buildLuarocksPackage, fetchurl, lua }: 344buildLuarocksPackage { 345 pname = "cqueues"; 346 version = "20200726.52-0"; 347 knownRockspec = (fetchurl { 348 url = "mirror://luarocks/cqueues-20200726.52-0.rockspec"; 349 sha256 = "0w2kq9w0wda56k02rjmvmzccz6bc3mn70s9v7npjadh85i5zlhhp"; 350 }).outPath; 351 src = fetchurl { 352 url = "https://github.com/wahern/cqueues/archive/rel-20200726.tar.gz"; 353 sha256 = "0lhd02ag3r1sxr2hx847rdjkddm04l1vf5234v5cz9bd4kfjw4cy"; 354 }; 355 356 disabled = lua.luaversion != "5.2"; 357 358 meta = { 359 homepage = "http://25thandclement.com/~william/projects/cqueues.html"; 360 description = "Continuation Queues: Embeddable asynchronous networking, threading, and notification framework for Lua on Unix."; 361 maintainers = with lib.maintainers; [ vcunat ]; 362 license.fullName = "MIT/X11"; 363 }; 364}) {}; 365 366cyan = callPackage({ argparse, buildLuarocksPackage, fetchFromGitHub, fetchurl, luafilesystem, tl }: 367buildLuarocksPackage { 368 pname = "cyan"; 369 version = "0.3.0-1"; 370 knownRockspec = (fetchurl { 371 url = "mirror://luarocks/cyan-0.3.0-1.rockspec"; 372 sha256 = "1bs5gwgdhibj2gm8y3810b0hh6s9n00fgij8nnjag9kpqrd80vsj"; 373 }).outPath; 374 src = fetchFromGitHub { 375 owner = "teal-language"; 376 repo = "cyan"; 377 rev = "992e573ca58e55ae33c420ea0f620b2daf5fa9c0"; 378 hash = "sha256-vuRB+0gmwUmFnt+A6m6aa0c54dPZSY4EohHjTcRQRZs="; 379 }; 380 381 propagatedBuildInputs = [ argparse luafilesystem tl ]; 382 383 meta = { 384 homepage = "https://github.com/teal-language/cyan"; 385 description = "A build system for the Teal language"; 386 license.fullName = "MIT"; 387 }; 388}) {}; 389 390digestif = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, lpeg, luaOlder }: 391buildLuarocksPackage { 392 pname = "digestif"; 393 version = "0.5.1-1"; 394 knownRockspec = (fetchurl { 395 url = "mirror://luarocks/digestif-0.5.1-1.rockspec"; 396 sha256 = "03hhzpq1szdw43slq38wbndwh8knv71q9pgwd7hvvkp9wykzjhwr"; 397 }).outPath; 398 src = fetchFromGitHub { 399 owner = "astoff"; 400 repo = "digestif"; 401 rev = "v0.5.1"; 402 hash = "sha256-8QTc4IKD1tjRlyrSZy7cyUzRkvm6IHwlOXchPf2BaMk="; 403 }; 404 405 disabled = luaOlder "5.3"; 406 propagatedBuildInputs = [ lpeg ]; 407 408 meta = { 409 homepage = "https://github.com/astoff/digestif/"; 410 description = "A code analyzer for TeX"; 411 license.fullName = "GPLv3+ and other free licenses"; 412 }; 413}) {}; 414 415dkjson = callPackage({ buildLuarocksPackage, fetchurl, luaAtLeast, luaOlder }: 416buildLuarocksPackage { 417 pname = "dkjson"; 418 version = "2.8-1"; 419 knownRockspec = (fetchurl { 420 url = "mirror://luarocks/dkjson-2.8-1.rockspec"; 421 sha256 = "060410qpbsvmw2kwbkwh5ivcpnqqcbmcj4dxhf8hvjgvwljsrdka"; 422 }).outPath; 423 src = fetchurl { 424 url = "http://dkolf.de/dkjson-lua/dkjson-2.8.tar.gz"; 425 hash = "sha256-JOjNO+uRwchh63uz+8m9QYu/+a1KpdBHGBYlgjajFTI="; 426 }; 427 428 disabled = luaOlder "5.1" || luaAtLeast "5.5"; 429 430 meta = { 431 homepage = "http://dkolf.de/dkjson-lua/"; 432 description = "David Kolf's JSON module for Lua"; 433 license.fullName = "MIT/X11"; 434 }; 435}) {}; 436 437fennel = callPackage({ buildLuarocksPackage, fetchurl, luaOlder }: 438buildLuarocksPackage { 439 pname = "fennel"; 440 version = "1.4.2-1"; 441 knownRockspec = (fetchurl { 442 url = "mirror://luarocks/fennel-1.4.2-1.rockspec"; 443 sha256 = "17ygacyqdvplyz3046ay3xr4z83sdjrxkcl21mklpxx29j8p0bv1"; 444 }).outPath; 445 src = fetchurl { 446 url = "https://fennel-lang.org/downloads/fennel-1.4.2.tar.gz"; 447 sha256 = "1inhy8rrywx8svdzhy1yaaa0cfyrmi21ckj7h8xmd7yqaw66ma86"; 448 }; 449 450 disabled = luaOlder "5.1"; 451 452 meta = { 453 homepage = "https://fennel-lang.org/"; 454 description = "A lisp that compiles to Lua"; 455 maintainers = with lib.maintainers; [ misterio77 ]; 456 license.fullName = "MIT"; 457 }; 458}) {}; 459 460fidget-nvim = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder }: 461buildLuarocksPackage { 462 pname = "fidget.nvim"; 463 version = "1.4.1-1"; 464 knownRockspec = (fetchurl { 465 url = "mirror://luarocks/fidget.nvim-1.4.1-1.rockspec"; 466 sha256 = "1dfhwa6dgca88h6p9h75qlkcx3qsl8g4aflvndd7vjcimlnfiqqd"; 467 }).outPath; 468 src = fetchzip { 469 url = "https://github.com/j-hui/fidget.nvim/archive/1ba38e4cbb24683973e00c2e36f53ae64da38ef5.zip"; 470 sha256 = "0g0z1g1nmrjmg9298vg2ski6m41f1yhpas8kr9mi8pa6ibk4m63x"; 471 }; 472 473 disabled = luaOlder "5.1"; 474 475 meta = { 476 homepage = "https://github.com/j-hui/fidget.nvim"; 477 description = "Extensible UI for Neovim notifications and LSP progress messages."; 478 maintainers = with lib.maintainers; [ mrcjkb ]; 479 license.fullName = "MIT"; 480 }; 481}) {}; 482 483fifo = callPackage({ buildLuarocksPackage, fetchurl, fetchzip }: 484buildLuarocksPackage { 485 pname = "fifo"; 486 version = "0.2-0"; 487 knownRockspec = (fetchurl { 488 url = "mirror://luarocks/fifo-0.2-0.rockspec"; 489 sha256 = "0vr9apmai2cyra2n573nr3dyk929gzcs4nm1096jdxcixmvh2ymq"; 490 }).outPath; 491 src = fetchzip { 492 url = "https://github.com/daurnimator/fifo.lua/archive/0.2.zip"; 493 sha256 = "1800k7h5hxsvm05bjdr65djjml678lwb0661cll78z1ys2037nzn"; 494 }; 495 496 497 meta = { 498 homepage = "https://github.com/daurnimator/fifo.lua"; 499 description = "A lua library/'class' that implements a FIFO"; 500 license.fullName = "MIT/X11"; 501 }; 502}) {}; 503 504fluent = callPackage({ buildLuarocksPackage, cldr, fetchFromGitHub, fetchurl, luaOlder, luaepnf, penlight }: 505buildLuarocksPackage { 506 pname = "fluent"; 507 version = "0.2.0-0"; 508 knownRockspec = (fetchurl { 509 url = "mirror://luarocks/fluent-0.2.0-0.rockspec"; 510 sha256 = "1x3nk8xdf923rvdijr0jx8v6w3wxxfch7ri3kxca0pw80b5bc2fa"; 511 }).outPath; 512 src = fetchFromGitHub { 513 owner = "alerque"; 514 repo = "fluent-lua"; 515 rev = "v0.2.0"; 516 hash = "sha256-uDJWhQ/fDD9ZbYOgPk1FDlU3A3DAZw3Ujx92BglFWoo="; 517 }; 518 519 disabled = luaOlder "5.1"; 520 propagatedBuildInputs = [ cldr luaepnf penlight ]; 521 522 meta = { 523 homepage = "https://github.com/alerque/fluent-lua"; 524 description = "Lua implementation of Project Fluent"; 525 maintainers = with lib.maintainers; [ alerque ]; 526 license.fullName = "MIT"; 527 }; 528}) {}; 529 530funnyfiles-nvim = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder }: 531buildLuarocksPackage { 532 pname = "funnyfiles.nvim"; 533 version = "1.0.1-1"; 534 knownRockspec = (fetchurl { 535 url = "mirror://luarocks/funnyfiles.nvim-1.0.1-1.rockspec"; 536 sha256 = "1r3cgx8wvc1c4syk167m94ws513g0cdmmxnymf3zyidlszdwamy5"; 537 }).outPath; 538 src = fetchzip { 539 url = "https://github.com/aikooo7/funnyfiles.nvim/archive/v1.0.1.zip"; 540 sha256 = "00p026r05gldbf18mmv8da9ap09di8dhy0rrd586pr2s2s36nzpd"; 541 }; 542 543 disabled = luaOlder "5.1"; 544 545 meta = { 546 homepage = "https://github.com/aikooo7/funnyfiles.nvim"; 547 description = "This plugin is a way of creating/deleting files/folders without needing to open a file explorer."; 548 maintainers = with lib.maintainers; [ mrcjkb ]; 549 license.fullName = "MIT"; 550 }; 551}) {}; 552 553fzf-lua = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder }: 554buildLuarocksPackage { 555 pname = "fzf-lua"; 556 version = "0.0.1349-1"; 557 knownRockspec = (fetchurl { 558 url = "mirror://luarocks/fzf-lua-0.0.1349-1.rockspec"; 559 sha256 = "0v9frrq896d3k3xvz0ch51r2chrw4kalp5d2jb365wpnk4zda1lj"; 560 }).outPath; 561 src = fetchzip { 562 url = "https://github.com/ibhagwan/fzf-lua/archive/1ec6eeda11c3a3dcd544e1c61ad4b8c9b49903c4.zip"; 563 sha256 = "0iw3khl164qvypm7v591gyncjfpmwx6wy45a80zz922iiifgjfgd"; 564 }; 565 566 disabled = luaOlder "5.1"; 567 568 meta = { 569 homepage = "https://github.com/ibhagwan/fzf-lua"; 570 description = "Improved fzf.vim written in lua"; 571 maintainers = with lib.maintainers; [ mrcjkb ]; 572 license.fullName = "AGPL-3.0"; 573 }; 574}) {}; 575 576fzy = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder }: 577buildLuarocksPackage { 578 pname = "fzy"; 579 version = "1.0.3-1"; 580 knownRockspec = (fetchurl { 581 url = "mirror://luarocks/fzy-1.0.3-1.rockspec"; 582 sha256 = "07d07afjs73bl5krfbaqx4pw2wpfrkyw2iksamkfa8dlqn9ajn1a"; 583 }).outPath; 584 src = fetchzip { 585 url = "https://github.com/swarn/fzy-lua/archive/v1.0.3.zip"; 586 sha256 = "0w3alddhn0jd19vmminbi1b79mzlagyl1lygmfpxhzzccdv4vapm"; 587 }; 588 589 disabled = luaOlder "5.1"; 590 591 meta = { 592 homepage = "https://github.com/swarn/fzy-lua"; 593 description = "A lua implementation of the fzy fuzzy matching algorithm"; 594 maintainers = with lib.maintainers; [ mrcjkb ]; 595 license.fullName = "MIT"; 596 }; 597}) {}; 598 599gitsigns-nvim = callPackage({ buildLuarocksPackage, fetchFromGitHub, lua }: 600buildLuarocksPackage { 601 pname = "gitsigns.nvim"; 602 version = "scm-1"; 603 604 src = fetchFromGitHub { 605 owner = "lewis6991"; 606 repo = "gitsigns.nvim"; 607 rev = "17e8fd66182c9ad79dc129451ad015af3d27529c"; 608 hash = "sha256-Mq3NC/DpEEOZlgKctjQqa1RMJHVSAy6jfL4IitObgzs="; 609 }; 610 611 disabled = lua.luaversion != "5.1"; 612 613 meta = { 614 homepage = "http://github.com/lewis6991/gitsigns.nvim"; 615 description = "Git signs written in pure lua"; 616 license.fullName = "MIT/X11"; 617 }; 618}) {}; 619 620haskell-tools-nvim = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder }: 621buildLuarocksPackage { 622 pname = "haskell-tools.nvim"; 623 version = "4.0.0-1"; 624 knownRockspec = (fetchurl { 625 url = "mirror://luarocks/haskell-tools.nvim-4.0.0-1.rockspec"; 626 sha256 = "1iz7bgy7a0zclsg31rmf6hcrjxnikhqwzh5blirif3m9bdi9mv6v"; 627 }).outPath; 628 src = fetchzip { 629 url = "https://github.com/mrcjkb/haskell-tools.nvim/archive/4.0.0.zip"; 630 sha256 = "0k6kw42n4c2hc7mqjv8ahwcwqia7wdgmszy1np96sc9dd0bkiqx9"; 631 }; 632 633 disabled = luaOlder "5.1"; 634 635 meta = { 636 homepage = "https://github.com/mrcjkb/haskell-tools.nvim"; 637 description = "Supercharge your Haskell experience in neovim!"; 638 maintainers = with lib.maintainers; [ mrcjkb ]; 639 license.fullName = "GPL-2.0"; 640 }; 641}) {}; 642 643http = callPackage({ basexx, binaryheap, bit32, buildLuarocksPackage, compat53, cqueues, fetchurl, fetchzip, fifo, lpeg, lpeg_patterns, luaOlder, luaossl }: 644buildLuarocksPackage { 645 pname = "http"; 646 version = "0.3-0"; 647 knownRockspec = (fetchurl { 648 url = "mirror://luarocks/http-0.3-0.rockspec"; 649 sha256 = "0fn3irkf5nnmfc83alc40b316hs8l7zdq2xlaiaa65sjd8acfvia"; 650 }).outPath; 651 src = fetchzip { 652 url = "https://github.com/daurnimator/lua-http/archive/v0.3.zip"; 653 sha256 = "1pqxxxifl2j1cik3kgayx43v6py5jp6r22myhvxfffysb3b84a2l"; 654 }; 655 656 disabled = luaOlder "5.1"; 657 propagatedBuildInputs = [ basexx binaryheap bit32 compat53 cqueues fifo lpeg lpeg_patterns luaossl ]; 658 659 meta = { 660 homepage = "https://github.com/daurnimator/lua-http"; 661 description = "HTTP library for Lua"; 662 maintainers = with lib.maintainers; [ vcunat ]; 663 license.fullName = "MIT"; 664 }; 665}) {}; 666 667image-nvim = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder, magick }: 668buildLuarocksPackage { 669 pname = "image.nvim"; 670 version = "1.3.0-1"; 671 knownRockspec = (fetchurl { 672 url = "mirror://luarocks/image.nvim-1.3.0-1.rockspec"; 673 sha256 = "1ls3v5xcgmqmscqk5prpj0q9sy0946rfb2dfva5f1axb5x4jbvj9"; 674 }).outPath; 675 src = fetchzip { 676 url = "https://github.com/3rd/image.nvim/archive/v1.3.0.zip"; 677 sha256 = "0fbc3wvzsck8bbz8jz5piy68w1xmq5cnhaj1lw91d8hkyjryrznr"; 678 }; 679 680 disabled = luaOlder "5.1"; 681 propagatedBuildInputs = [ magick ]; 682 683 meta = { 684 homepage = "https://github.com/3rd/image.nvim"; 685 description = "🖼 Bringing images to Neovim."; 686 maintainers = with lib.maintainers; [ teto ]; 687 license.fullName = "MIT"; 688 }; 689}) {}; 690 691inspect = callPackage({ buildLuarocksPackage, fetchurl, luaOlder }: 692buildLuarocksPackage { 693 pname = "inspect"; 694 version = "3.1.3-0"; 695 knownRockspec = (fetchurl { 696 url = "mirror://luarocks/inspect-3.1.3-0.rockspec"; 697 sha256 = "1iivb2jmz0pacmac2msyqwvjjx8q6py4h959m8fkigia6srg5ins"; 698 }).outPath; 699 src = fetchurl { 700 url = "https://github.com/kikito/inspect.lua/archive/v3.1.3.tar.gz"; 701 sha256 = "1sqylz5hmj5sbv4gi9988j6av3cb5lwkd7wiyim1h5lr7xhnlf23"; 702 }; 703 704 disabled = luaOlder "5.1"; 705 706 meta = { 707 homepage = "https://github.com/kikito/inspect.lua"; 708 description = "Lua table visualizer, ideal for debugging"; 709 license.fullName = "MIT <http://opensource.org/licenses/MIT>"; 710 }; 711}) {}; 712 713jsregexp = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaOlder }: 714buildLuarocksPackage { 715 pname = "jsregexp"; 716 version = "0.0.7-1"; 717 knownRockspec = (fetchurl { 718 url = "mirror://luarocks/jsregexp-0.0.7-1.rockspec"; 719 sha256 = "1yx0340h51xk23n0g8irj5c9bs35zy6p1zl5kp7vy2cwxazbipbl"; 720 }).outPath; 721 src = fetchFromGitHub { 722 owner = "kmarius"; 723 repo = "jsregexp"; 724 rev = "v0.0.7"; 725 hash = "sha256-aXRGmo6w7jgKlR2BwKhbFGHC0mOTwHfYsh+lvqNuFtQ="; 726 }; 727 728 disabled = luaOlder "5.1"; 729 730 meta = { 731 homepage = "https://github.com/kmarius/jsregexp"; 732 description = "javascript (ECMA19) regular expressions for lua"; 733 license.fullName = "MIT"; 734 }; 735}) {}; 736 737ldbus = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaAtLeast, luaOlder }: 738buildLuarocksPackage { 739 pname = "ldbus"; 740 version = "scm-0"; 741 knownRockspec = (fetchurl { 742 url = "mirror://luarocks/ldbus-scm-0.rockspec"; 743 sha256 = "1c0h6fx7avzh89hl17v6simy1p4mjg8bimlsbjybks0zxznd8rbm"; 744 }).outPath; 745 src = fetchFromGitHub { 746 owner = "daurnimator"; 747 repo = "ldbus"; 748 rev = "6d4909c983c8a0e2c7384bac8055c628aa524ea2"; 749 hash = "sha256-8px1eFSxt/SJipxxmjTpGpJO7V0oOK39+nK7itJCCaM="; 750 }; 751 752 disabled = luaOlder "5.1" || luaAtLeast "5.5"; 753 754 meta = { 755 homepage = "https://github.com/daurnimator/ldbus"; 756 description = "A Lua library to access dbus."; 757 license.fullName = "MIT/X11"; 758 }; 759}) {}; 760 761ldoc = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, markdown, penlight }: 762buildLuarocksPackage { 763 pname = "ldoc"; 764 version = "1.5.0-1"; 765 knownRockspec = (fetchurl { 766 url = "mirror://luarocks/ldoc-1.5.0-1.rockspec"; 767 sha256 = "1c0yx9j3yqlzxpmspz7n7l1nvh2sww84zhkb1fsbg042sr8h9bxp"; 768 }).outPath; 769 src = fetchFromGitHub { 770 owner = "lunarmodules"; 771 repo = "ldoc"; 772 rev = "v1.5.0"; 773 hash = "sha256-Me2LT+UzO8G2vHqG7DjjoCRAtLmhiJHlSEYQGkprxTw="; 774 }; 775 776 propagatedBuildInputs = [ markdown penlight ]; 777 778 meta = { 779 homepage = "http://lunarmodules.github.io/ldoc"; 780 description = "A Lua Documentation Tool"; 781 license.fullName = "MIT <http://opensource.org/licenses/MIT>"; 782 }; 783}) {}; 784 785lgi = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaOlder }: 786buildLuarocksPackage { 787 pname = "lgi"; 788 version = "0.9.2-1"; 789 knownRockspec = (fetchurl { 790 url = "mirror://luarocks/lgi-0.9.2-1.rockspec"; 791 sha256 = "1gqi07m4bs7xibsy4vx8qgyp3yb1wnh0gdq1cpwqzv35y6hn5ds3"; 792 }).outPath; 793 src = fetchFromGitHub { 794 owner = "pavouk"; 795 repo = "lgi"; 796 rev = "0.9.2"; 797 hash = "sha256-UpamUbvqzF0JKV3J0wIiJlV6iedwe823vD0EIm3zKw8="; 798 }; 799 800 disabled = luaOlder "5.1"; 801 802 meta = { 803 homepage = "http://github.com/pavouk/lgi"; 804 description = "Lua bindings to GObject libraries"; 805 license.fullName = "MIT/X11"; 806 }; 807}) {}; 808 809linenoise = callPackage({ buildLuarocksPackage, fetchurl, luaOlder }: 810buildLuarocksPackage { 811 pname = "linenoise"; 812 version = "0.9-1"; 813 814 src = fetchurl { 815 url = "https://github.com/hoelzro/lua-linenoise/archive/0.9.tar.gz"; 816 sha256 = "177h6gbq89arwiwxah9943i8hl5gvd9wivnd1nhmdl7d8x0dn76c"; 817 }; 818 819 disabled = luaOlder "5.1"; 820 821 meta = { 822 homepage = "https://github.com/hoelzro/lua-linenoise"; 823 description = "A binding for the linenoise command line library"; 824 license.fullName = "MIT/X11"; 825 }; 826}) {}; 827 828ljsyscall = callPackage({ buildLuarocksPackage, fetchurl, lua }: 829buildLuarocksPackage { 830 pname = "ljsyscall"; 831 version = "0.12-1"; 832 knownRockspec = (fetchurl { 833 url = "mirror://luarocks/ljsyscall-0.12-1.rockspec"; 834 sha256 = "0zna5s852vn7q414z56kkyqwpighaghyq7h7in3myap4d9vcgm01"; 835 }).outPath; 836 src = fetchurl { 837 url = "https://github.com/justincormack/ljsyscall/archive/v0.12.tar.gz"; 838 sha256 = "1w9g36nhxv92cypjia7igg1xpfrn3dbs3hfy6gnnz5mx14v50abf"; 839 }; 840 841 disabled = lua.luaversion != "5.1"; 842 843 meta = { 844 homepage = "http://www.myriabit.com/ljsyscall/"; 845 description = "LuaJIT Linux syscall FFI"; 846 maintainers = with lib.maintainers; [ lblasc ]; 847 license.fullName = "MIT"; 848 }; 849}) {}; 850 851llscheck = callPackage({ ansicolors, argparse, buildLuarocksPackage, fetchFromGitHub, fetchurl, lua-cjson, luaOlder, luafilesystem, penlight }: 852buildLuarocksPackage { 853 pname = "llscheck"; 854 version = "0.5.0-1"; 855 knownRockspec = (fetchurl { 856 url = "mirror://luarocks/llscheck-0.5.0-1.rockspec"; 857 sha256 = "1bcyg1gphlgwmra8l1503yaw6wfihs1fksdvvp1y38zryhkvj0dy"; 858 }).outPath; 859 src = fetchFromGitHub { 860 owner = "jeffzi"; 861 repo = "llscheck"; 862 rev = "v0.5.0"; 863 hash = "sha256-cG/FNzOwvLvrAEut4OvXI8WWSVzNEl4r3OgiSnp3S5c="; 864 }; 865 866 disabled = luaOlder "5.1"; 867 propagatedBuildInputs = [ ansicolors argparse lua-cjson luafilesystem penlight ]; 868 869 meta = { 870 homepage = "https://github.com/jeffzi/llscheck"; 871 description = "Human-friendly Lua code analysis powered by Lua Language Server"; 872 maintainers = with lib.maintainers; [ mrcjkb ]; 873 license.fullName = "MIT"; 874 }; 875}) {}; 876 877lmathx = callPackage({ buildLuarocksPackage, fetchurl }: 878buildLuarocksPackage { 879 pname = "lmathx"; 880 version = "20150624-1"; 881 knownRockspec = (fetchurl { 882 url = "mirror://luarocks/lmathx-20150624-1.rockspec"; 883 sha256 = "181wzsj1mxjyia43y8zwaydxahnl7a70qzcgc8jhhgic7jyi9pgv"; 884 }).outPath; 885 src = fetchurl { 886 url = "http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/5.3/lmathx.tar.gz"; 887 sha256 = "1r0ax3lq4xx6469aqc6qlfl3jynlghzhl5j65mpdj0kyzv4nknzf"; 888 }; 889 890 891 meta = { 892 homepage = "http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lmathx"; 893 description = "C99 extensions for the math library"; 894 maintainers = with lib.maintainers; [ alexshpilkin ]; 895 license.fullName = "Public domain"; 896 }; 897}) {}; 898 899lmpfrlib = callPackage({ buildLuarocksPackage, fetchurl, luaAtLeast, luaOlder }: 900buildLuarocksPackage { 901 pname = "lmpfrlib"; 902 version = "20170112-2"; 903 knownRockspec = (fetchurl { 904 url = "mirror://luarocks/lmpfrlib-20170112-2.rockspec"; 905 sha256 = "1x7qiwmk5b9fi87fn7yvivdsis8h9fk9r3ipqiry5ahx72vzdm7d"; 906 }).outPath; 907 src = fetchurl { 908 url = "http://www.circuitwizard.de/lmpfrlib/lmpfrlib.c"; 909 sha256 = "1bkfwdacj1drzqsfxf352fjppqqwi5d4j084jr9vj9dvjb31rbc1"; 910 }; 911 912 disabled = luaOlder "5.3" || luaAtLeast "5.5"; 913 914 meta = { 915 homepage = "http://www.circuitwizard.de/lmpfrlib/lmpfrlib.html"; 916 description = "Lua API for the GNU MPFR library"; 917 maintainers = with lib.maintainers; [ alexshpilkin ]; 918 license.fullName = "LGPL"; 919 }; 920}) {}; 921 922loadkit = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaOlder }: 923buildLuarocksPackage { 924 pname = "loadkit"; 925 version = "1.1.0-1"; 926 knownRockspec = (fetchurl { 927 url = "mirror://luarocks/loadkit-1.1.0-1.rockspec"; 928 sha256 = "08fx0xh90r2zvjlfjkyrnw2p95xk1a0qgvlnq4siwdb2mm6fq12l"; 929 }).outPath; 930 src = fetchFromGitHub { 931 owner = "leafo"; 932 repo = "loadkit"; 933 rev = "v1.1.0"; 934 hash = "sha256-fw+aoP9+yDpme4qXupE07cV1QGZjb2aU7IOHapG+ihU="; 935 }; 936 937 disabled = luaOlder "5.1"; 938 939 meta = { 940 homepage = "https://github.com/leafo/loadkit"; 941 description = "Loadkit allows you to load arbitrary files within the Lua package path"; 942 maintainers = with lib.maintainers; [ alerque ]; 943 license.fullName = "MIT"; 944 }; 945}) {}; 946 947lpeg = callPackage({ buildLuarocksPackage, fetchurl, luaOlder }: 948buildLuarocksPackage { 949 pname = "lpeg"; 950 version = "1.1.0-1"; 951 knownRockspec = (fetchurl { 952 url = "mirror://luarocks/lpeg-1.1.0-1.rockspec"; 953 sha256 = "03af1p00madfhfxjzrsxb0jm0n49ixwadnkdp0vbgs77d2v985jn"; 954 }).outPath; 955 src = fetchurl { 956 url = "http://www.inf.puc-rio.br/~roberto/lpeg/lpeg-1.1.0.tar.gz"; 957 sha256 = "0aimsjpcpkh3kk65f0pg1z2bp6d83rn4dg6pgbx1yv14s9kms5ab"; 958 }; 959 960 disabled = luaOlder "5.1"; 961 962 meta = { 963 homepage = "http://www.inf.puc-rio.br/~roberto/lpeg.html"; 964 description = "Parsing Expression Grammars For Lua"; 965 maintainers = with lib.maintainers; [ vyp ]; 966 license.fullName = "MIT/X11"; 967 }; 968}) {}; 969 970lpeg_patterns = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lpeg }: 971buildLuarocksPackage { 972 pname = "lpeg_patterns"; 973 version = "0.5-0"; 974 knownRockspec = (fetchurl { 975 url = "mirror://luarocks/lpeg_patterns-0.5-0.rockspec"; 976 sha256 = "1vzl3ryryc624mchclzsfl3hsrprb9q214zbi1xsjcc4ckq5qfh7"; 977 }).outPath; 978 src = fetchzip { 979 url = "https://github.com/daurnimator/lpeg_patterns/archive/v0.5.zip"; 980 sha256 = "1s3c179a64r45ffkawv9dnxw4mzwkzj00nr9z2gs5haajgpjivw6"; 981 }; 982 983 propagatedBuildInputs = [ lpeg ]; 984 985 meta = { 986 homepage = "https://github.com/daurnimator/lpeg_patterns/archive/v0.5.zip"; 987 description = "a collection of LPEG patterns"; 988 license.fullName = "MIT"; 989 }; 990}) {}; 991 992lpeglabel = callPackage({ buildLuarocksPackage, fetchurl, luaOlder }: 993buildLuarocksPackage { 994 pname = "lpeglabel"; 995 version = "1.6.0-1"; 996 knownRockspec = (fetchurl { 997 url = "mirror://luarocks/lpeglabel-1.6.0-1.rockspec"; 998 sha256 = "13gc32pggng6f95xx5zw9n9ian518wlgb26mna9kh4q2xa1k42pm"; 999 }).outPath; 1000 src = fetchurl { 1001 url = "https://github.com/sqmedeiros/lpeglabel/archive/v1.6.0-1.tar.gz"; 1002 sha256 = "1i02lsxj20iygqm8fy6dih1gh21lqk5qj1mv14wlrkaywnv35wcv"; 1003 }; 1004 1005 disabled = luaOlder "5.1"; 1006 1007 meta = { 1008 homepage = "https://github.com/sqmedeiros/lpeglabel/"; 1009 description = "Parsing Expression Grammars For Lua with Labeled Failures"; 1010 license.fullName = "MIT/X11"; 1011 }; 1012}) {}; 1013 1014lrexlib-gnu = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaOlder }: 1015buildLuarocksPackage { 1016 pname = "lrexlib-gnu"; 1017 version = "2.9.2-1"; 1018 knownRockspec = (fetchurl { 1019 url = "mirror://luarocks/lrexlib-gnu-2.9.2-1.rockspec"; 1020 sha256 = "14dp5lzpz2prvimpcbqjygbyh9h791h0ywjknj9wgrjjd62qsy6i"; 1021 }).outPath; 1022 src = fetchFromGitHub { 1023 owner = "rrthomas"; 1024 repo = "lrexlib"; 1025 rev = "rel-2-9-2"; 1026 hash = "sha256-DzNDve+xeKb+kAcW+o7GK/RsoDhaDAVAWAhgjISCyZc="; 1027 }; 1028 1029 disabled = luaOlder "5.1"; 1030 1031 meta = { 1032 homepage = "https://github.com/rrthomas/lrexlib"; 1033 description = "Regular expression library binding (GNU flavour)."; 1034 license.fullName = "MIT/X11"; 1035 }; 1036}) {}; 1037 1038lrexlib-pcre = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaOlder }: 1039buildLuarocksPackage { 1040 pname = "lrexlib-pcre"; 1041 version = "2.9.2-1"; 1042 knownRockspec = (fetchurl { 1043 url = "mirror://luarocks/lrexlib-pcre-2.9.2-1.rockspec"; 1044 sha256 = "1214ssm6apgprryqvijjjn82ikb27ylq94yijqf7qjyiy6pz7dc1"; 1045 }).outPath; 1046 src = fetchFromGitHub { 1047 owner = "rrthomas"; 1048 repo = "lrexlib"; 1049 rev = "rel-2-9-2"; 1050 hash = "sha256-DzNDve+xeKb+kAcW+o7GK/RsoDhaDAVAWAhgjISCyZc="; 1051 }; 1052 1053 disabled = luaOlder "5.1"; 1054 1055 meta = { 1056 homepage = "https://github.com/rrthomas/lrexlib"; 1057 description = "Regular expression library binding (PCRE flavour)."; 1058 maintainers = with lib.maintainers; [ vyp ]; 1059 license.fullName = "MIT/X11"; 1060 }; 1061}) {}; 1062 1063lrexlib-posix = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaOlder }: 1064buildLuarocksPackage { 1065 pname = "lrexlib-posix"; 1066 version = "2.9.2-1"; 1067 knownRockspec = (fetchurl { 1068 url = "mirror://luarocks/lrexlib-posix-2.9.2-1.rockspec"; 1069 sha256 = "1i11cdvz09a3wjhfjgc88g0mdmdrk13fnhhgskzgm5cmhsdx4s0i"; 1070 }).outPath; 1071 src = fetchFromGitHub { 1072 owner = "rrthomas"; 1073 repo = "lrexlib"; 1074 rev = "rel-2-9-2"; 1075 hash = "sha256-DzNDve+xeKb+kAcW+o7GK/RsoDhaDAVAWAhgjISCyZc="; 1076 }; 1077 1078 disabled = luaOlder "5.1"; 1079 1080 meta = { 1081 homepage = "https://github.com/rrthomas/lrexlib"; 1082 description = "Regular expression library binding (POSIX flavour)."; 1083 license.fullName = "MIT/X11"; 1084 }; 1085}) {}; 1086 1087lua-cjson = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaOlder }: 1088buildLuarocksPackage { 1089 pname = "lua-cjson"; 1090 version = "2.1.0.10-1"; 1091 knownRockspec = (fetchurl { 1092 url = "mirror://luarocks/lua-cjson-2.1.0.10-1.rockspec"; 1093 sha256 = "05sp7rq72x4kdkyid1ch0yyscwsi5wk85d2hj6xwssz3h8n8drdg"; 1094 }).outPath; 1095 src = fetchFromGitHub { 1096 owner = "openresty"; 1097 repo = "lua-cjson"; 1098 rev = "2.1.0.10"; 1099 hash = "sha256-/SeQro0FaJn91bAGjsVIin+mJF89VUm/G0KyJkV9Qps="; 1100 }; 1101 1102 disabled = luaOlder "5.1"; 1103 1104 meta = { 1105 homepage = "http://www.kyne.com.au/~mark/software/lua-cjson.php"; 1106 description = "A fast JSON encoding/parsing module"; 1107 license.fullName = "MIT"; 1108 }; 1109}) {}; 1110 1111lua-cmsgpack = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaOlder }: 1112buildLuarocksPackage { 1113 pname = "lua-cmsgpack"; 1114 version = "0.4.0-0"; 1115 knownRockspec = (fetchurl { 1116 url = "mirror://luarocks/lua-cmsgpack-0.4.0-0.rockspec"; 1117 sha256 = "10cvr6knx3qvjcw1q9v05f2qy607mai7lbq321nx682aa0n1fzin"; 1118 }).outPath; 1119 src = fetchFromGitHub { 1120 owner = "antirez"; 1121 repo = "lua-cmsgpack"; 1122 rev = "0.4.0"; 1123 hash = "sha256-oGKX5G3uNGCJOaZpjLmIJYuq5HtdLd9xM/TlmxODCkg="; 1124 }; 1125 1126 disabled = luaOlder "5.1"; 1127 1128 meta = { 1129 homepage = "http://github.com/antirez/lua-cmsgpack"; 1130 description = "MessagePack C implementation and bindings for Lua 5.1/5.2/5.3"; 1131 license.fullName = "Two-clause BSD"; 1132 }; 1133}) {}; 1134 1135lua-curl = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaAtLeast, luaOlder }: 1136buildLuarocksPackage { 1137 pname = "lua-curl"; 1138 version = "0.3.13-1"; 1139 knownRockspec = (fetchurl { 1140 url = "mirror://luarocks/lua-curl-0.3.13-1.rockspec"; 1141 sha256 = "0lz534sm35hxazf1w71hagiyfplhsvzr94i6qyv5chjfabrgbhjn"; 1142 }).outPath; 1143 src = fetchzip { 1144 url = "https://github.com/Lua-cURL/Lua-cURLv3/archive/v0.3.13.zip"; 1145 sha256 = "0gn59bwrnb2mvl8i0ycr6m3jmlgx86xlr9mwnc85zfhj7zhi5anp"; 1146 }; 1147 1148 disabled = luaOlder "5.1" || luaAtLeast "5.5"; 1149 1150 meta = { 1151 homepage = "https://github.com/Lua-cURL"; 1152 description = "Lua binding to libcurl"; 1153 license.fullName = "MIT/X11"; 1154 }; 1155}) {}; 1156 1157lua-ffi-zlib = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaOlder }: 1158buildLuarocksPackage { 1159 pname = "lua-ffi-zlib"; 1160 version = "0.6-0"; 1161 knownRockspec = (fetchurl { 1162 url = "mirror://luarocks/lua-ffi-zlib-0.6-0.rockspec"; 1163 sha256 = "060sac715f1ris13fjv6gwqm0lk6by0a2zhldxd8hdrc0jss8p34"; 1164 }).outPath; 1165 src = fetchFromGitHub { 1166 owner = "hamishforbes"; 1167 repo = "lua-ffi-zlib"; 1168 rev = "v0.6"; 1169 hash = "sha256-l3zN6amZ6uUbOl7vt5XF+Uyz0nbDrYgcaQCWRFSN22Q="; 1170 }; 1171 1172 disabled = luaOlder "5.1"; 1173 1174 meta = { 1175 homepage = "https://github.com/hamishforbes/lua-ffi-zlib"; 1176 description = "A Lua module using LuaJIT's FFI feature to access zlib."; 1177 }; 1178}) {}; 1179 1180lua-iconv = callPackage({ buildLuarocksPackage, fetchurl, luaOlder }: 1181buildLuarocksPackage { 1182 pname = "lua-iconv"; 1183 version = "7.0.0-4"; 1184 knownRockspec = (fetchurl { 1185 url = "mirror://luarocks/lua-iconv-7.0.0-4.rockspec"; 1186 sha256 = "0j34zf98wdr6ks6snsrqi00vwm3ngsa5f74kadsn178iw7hd8c3q"; 1187 }).outPath; 1188 src = fetchurl { 1189 url = "https://github.com/lunarmodules/lua-iconv/archive/v7.0.0/lua-iconv-7.0.0.tar.gz"; 1190 sha256 = "0arp0h342hpp4kfdxc69yxspziky4v7c13jbf12yrs8f1lnjzr0x"; 1191 }; 1192 1193 disabled = luaOlder "5.1"; 1194 1195 meta = { 1196 homepage = "https://github.com/lunarmodules/lua-iconv/"; 1197 description = "Lua binding to the iconv"; 1198 license.fullName = "MIT/X11"; 1199 }; 1200}) {}; 1201 1202lua-lsp = callPackage({ buildLuarocksPackage, dkjson, fetchFromGitHub, fetchurl, inspect, lpeglabel, luaAtLeast, luaOlder }: 1203buildLuarocksPackage { 1204 pname = "lua-lsp"; 1205 version = "0.1.0-2"; 1206 knownRockspec = (fetchurl { 1207 url = "mirror://luarocks/lua-lsp-0.1.0-2.rockspec"; 1208 sha256 = "19jsz00qlgbyims6cg8i40la7v8kr7zsxrrr3dg0kdg0i36xqs6c"; 1209 }).outPath; 1210 src = fetchFromGitHub { 1211 owner = "Alloyed"; 1212 repo = "lua-lsp"; 1213 rev = "v0.1.0"; 1214 hash = "sha256-Fy9d6ZS0R48dUpKpgJ9jRujQna5wsE3+StJ8GQyWY54="; 1215 }; 1216 1217 disabled = luaOlder "5.1" || luaAtLeast "5.4"; 1218 propagatedBuildInputs = [ dkjson inspect lpeglabel ]; 1219 1220 meta = { 1221 homepage = "https://github.com/Alloyed/lua-lsp"; 1222 description = "A Language Server implementation for lua, the language"; 1223 license.fullName = "MIT"; 1224 }; 1225}) {}; 1226 1227lua-messagepack = callPackage({ buildLuarocksPackage, fetchurl, luaOlder }: 1228buildLuarocksPackage { 1229 pname = "lua-messagepack"; 1230 version = "0.5.4-1"; 1231 knownRockspec = (fetchurl { 1232 url = "mirror://luarocks/lua-messagepack-0.5.4-1.rockspec"; 1233 sha256 = "1jygn6f8ab69z0nn1gib45wvjp075gzxp54vdmgxb3qfar0q70kr"; 1234 }).outPath; 1235 src = fetchurl { 1236 url = "https://framagit.org/fperrad/lua-MessagePack/raw/releases/lua-messagepack-0.5.4.tar.gz"; 1237 sha256 = "0kk1n9kf6wip8k2xx4wjlv7647biji2p86v4jf0h6d6wkaypq0kz"; 1238 }; 1239 1240 disabled = luaOlder "5.1"; 1241 1242 meta = { 1243 homepage = "https://fperrad.frama.io/lua-MessagePack/"; 1244 description = "a pure Lua implementation of the MessagePack serialization format"; 1245 license.fullName = "MIT/X11"; 1246 }; 1247}) {}; 1248 1249lua-protobuf = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaOlder }: 1250buildLuarocksPackage { 1251 pname = "lua-protobuf"; 1252 version = "0.5.2-1"; 1253 knownRockspec = (fetchurl { 1254 url = "mirror://luarocks/lua-protobuf-0.5.2-1.rockspec"; 1255 sha256 = "0vi916qn0rbc2xhlf766vja403hwikkglza879yxm77j4n7ywrqb"; 1256 }).outPath; 1257 src = fetchFromGitHub { 1258 owner = "starwing"; 1259 repo = "lua-protobuf"; 1260 rev = "0.5.2"; 1261 hash = "sha256-8x6FbaSUcwI1HiVvCr/726CgQSUxkUWqTNJH9pRLbJ0="; 1262 }; 1263 1264 disabled = luaOlder "5.1"; 1265 1266 meta = { 1267 homepage = "https://github.com/starwing/lua-protobuf"; 1268 description = "protobuf data support for Lua"; 1269 maintainers = with lib.maintainers; [ lockejan ]; 1270 license.fullName = "MIT"; 1271 }; 1272}) {}; 1273 1274lua-resty-http = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaOlder }: 1275buildLuarocksPackage { 1276 pname = "lua-resty-http"; 1277 version = "0.17.2-0"; 1278 knownRockspec = (fetchurl { 1279 url = "mirror://luarocks/lua-resty-http-0.17.2-0.rockspec"; 1280 sha256 = "10swbq779d1q794d17269v0ln26hblsk7kvxj9s60rx71skzql6s"; 1281 }).outPath; 1282 src = fetchFromGitHub { 1283 owner = "ledgetech"; 1284 repo = "lua-resty-http"; 1285 rev = "v0.17.2"; 1286 hash = "sha256-Ph3PpzQYKYMvPvjYwx4TeZ9RYoryMsO6mLpkAq/qlHY="; 1287 }; 1288 1289 disabled = luaOlder "5.1"; 1290 1291 meta = { 1292 homepage = "https://github.com/ledgetech/lua-resty-http"; 1293 description = "Lua HTTP client cosocket driver for OpenResty / ngx_lua."; 1294 license.fullName = "2-clause BSD"; 1295 }; 1296}) {}; 1297 1298lua-resty-jwt = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, lua-resty-openssl, luaOlder }: 1299buildLuarocksPackage { 1300 pname = "lua-resty-jwt"; 1301 version = "0.2.3-0"; 1302 knownRockspec = (fetchurl { 1303 url = "mirror://luarocks/lua-resty-jwt-0.2.3-0.rockspec"; 1304 sha256 = "1fxdwfr4pna3fdfm85kin97n53caq73h807wjb59wpqiynbqzc8c"; 1305 }).outPath; 1306 src = fetchFromGitHub { 1307 owner = "cdbattags"; 1308 repo = "lua-resty-jwt"; 1309 rev = "v0.2.3"; 1310 hash = "sha256-m8UbvKk2DR8yCYX9Uv5HjXcZDVyVeRlUKp7UiaN/SkA="; 1311 }; 1312 1313 disabled = luaOlder "5.1"; 1314 propagatedBuildInputs = [ lua-resty-openssl ]; 1315 1316 meta = { 1317 homepage = "https://github.com/cdbattags/lua-resty-jwt"; 1318 description = "JWT for ngx_lua and LuaJIT."; 1319 license.fullName = "Apache License Version 2"; 1320 }; 1321}) {}; 1322 1323lua-resty-openidc = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, lua-resty-http, lua-resty-jwt, lua-resty-session, luaOlder }: 1324buildLuarocksPackage { 1325 pname = "lua-resty-openidc"; 1326 version = "1.7.6-3"; 1327 knownRockspec = (fetchurl { 1328 url = "mirror://luarocks/lua-resty-openidc-1.7.6-3.rockspec"; 1329 sha256 = "08nq24kxw51xiyyp5jailyqjfsgz4m4fzy4hb7g3fv76vcsf8msp"; 1330 }).outPath; 1331 src = fetchFromGitHub { 1332 owner = "zmartzone"; 1333 repo = "lua-resty-openidc"; 1334 rev = "v1.7.6"; 1335 hash = "sha256-1yBmYuFlF/RdOz9csteaqsEEUxVWdwE6IMgS5M9PsJU="; 1336 }; 1337 1338 disabled = luaOlder "5.1"; 1339 propagatedBuildInputs = [ lua-resty-http lua-resty-jwt lua-resty-session ]; 1340 1341 meta = { 1342 homepage = "https://github.com/zmartzone/lua-resty-openidc"; 1343 description = "A library for NGINX implementing the OpenID Connect Relying Party (RP) and the OAuth 2.0 Resource Server (RS) functionality"; 1344 license.fullName = "Apache 2.0"; 1345 }; 1346}) {}; 1347 1348lua-resty-openssl = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl }: 1349buildLuarocksPackage { 1350 pname = "lua-resty-openssl"; 1351 version = "1.4.0-1"; 1352 knownRockspec = (fetchurl { 1353 url = "mirror://luarocks/lua-resty-openssl-1.4.0-1.rockspec"; 1354 sha256 = "027fqpbhq0ygh9z7za2hv7wm6ylll8km4czvjfclscm4p55bj10q"; 1355 }).outPath; 1356 src = fetchFromGitHub { 1357 owner = "fffonion"; 1358 repo = "lua-resty-openssl"; 1359 rev = "1.4.0"; 1360 hash = "sha256-gmsKpt42hgjqhzibYXbdWyj2MqOyC8FlhMY7xiXdtFQ="; 1361 }; 1362 1363 1364 meta = { 1365 homepage = "https://github.com/fffonion/lua-resty-openssl"; 1366 description = "No summary"; 1367 license.fullName = "BSD"; 1368 }; 1369}) {}; 1370 1371lua-resty-session = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, lua-ffi-zlib, lua-resty-openssl, luaOlder }: 1372buildLuarocksPackage { 1373 pname = "lua-resty-session"; 1374 version = "4.0.5-1"; 1375 knownRockspec = (fetchurl { 1376 url = "mirror://luarocks/lua-resty-session-4.0.5-1.rockspec"; 1377 sha256 = "0h0kqwna46mrraq310qjb7yigxwv13n4czk24xnqr21czxsskzkg"; 1378 }).outPath; 1379 src = fetchFromGitHub { 1380 owner = "bungle"; 1381 repo = "lua-resty-session"; 1382 rev = "v4.0.5"; 1383 hash = "sha256-n0m6/4JnUPoidM7oWKd+ZyNbb/X/h8w21ptCrFaA8SI="; 1384 }; 1385 1386 disabled = luaOlder "5.1"; 1387 propagatedBuildInputs = [ lua-ffi-zlib lua-resty-openssl ]; 1388 1389 meta = { 1390 homepage = "https://github.com/bungle/lua-resty-session"; 1391 description = "Session Library for OpenResty - Flexible and Secure"; 1392 license.fullName = "BSD"; 1393 }; 1394}) {}; 1395 1396lua-rtoml = callPackage({ buildLuarocksPackage, fetchFromGitHub, luaOlder, luarocks-build-rust-mlua }: 1397buildLuarocksPackage { 1398 pname = "lua-rtoml"; 1399 version = "0.2-0"; 1400 1401 src = fetchFromGitHub { 1402 owner = "lblasc"; 1403 repo = "lua-rtoml"; 1404 rev = "c83f56b9519d85968d663308e303f384c55c7b18"; 1405 hash = "sha256-PRoaUQSSvzl9VFK+aGHbJqCW37AsO+oFXNYgM0OdIoY="; 1406 }; 1407 1408 disabled = luaOlder "5.1"; 1409 propagatedBuildInputs = [ luarocks-build-rust-mlua ]; 1410 1411 meta = { 1412 homepage = "https://github.com/lblasc/lua-rtoml"; 1413 description = "Lua bindings for the Rust toml crate."; 1414 maintainers = with lib.maintainers; [ lblasc ]; 1415 license.fullName = "MIT"; 1416 }; 1417}) {}; 1418 1419lua-subprocess = callPackage({ buildLuarocksPackage, fetchFromGitHub, luaOlder }: 1420buildLuarocksPackage { 1421 pname = "subprocess"; 1422 version = "scm-1"; 1423 1424 src = fetchFromGitHub { 1425 owner = "0x0ade"; 1426 repo = "lua-subprocess"; 1427 rev = "bfa8e97da774141f301cfd1106dca53a30a4de54"; 1428 hash = "sha256-4LiYWB3PAQ/s33Yj/gwC+Ef1vGe5FedWexeCBVSDIV0="; 1429 }; 1430 1431 disabled = luaOlder "5.1"; 1432 1433 meta = { 1434 homepage = "https://github.com/xlq/lua-subprocess"; 1435 description = "A Lua module written in C that allows you to create child processes and communicate with them."; 1436 maintainers = with lib.maintainers; [ scoder12 ]; 1437 license.fullName = "MIT"; 1438 }; 1439}) {}; 1440 1441lua-term = callPackage({ buildLuarocksPackage, fetchurl }: 1442buildLuarocksPackage { 1443 pname = "lua-term"; 1444 version = "0.8-1"; 1445 knownRockspec = (fetchurl { 1446 url = "mirror://luarocks/lua-term-0.8-1.rockspec"; 1447 sha256 = "1728lj3x8shc5m1yczrl75szq15rnfpzk36n0m49181ly9wxn7s0"; 1448 }).outPath; 1449 src = fetchurl { 1450 url = "https://github.com/hoelzro/lua-term/archive/0.08.tar.gz"; 1451 sha256 = "1vfdg5dzqdi3gn6wpc9a3djhsl6fn2ikqdwr8rrqrnd91qwlzycg"; 1452 }; 1453 1454 1455 meta = { 1456 homepage = "https://github.com/hoelzro/lua-term"; 1457 description = "Terminal functions for Lua"; 1458 license.fullName = "MIT/X11"; 1459 }; 1460}) {}; 1461 1462lua-toml = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaOlder }: 1463buildLuarocksPackage { 1464 pname = "lua-toml"; 1465 version = "2.0-1"; 1466 knownRockspec = (fetchurl { 1467 url = "mirror://luarocks/lua-toml-2.0-1.rockspec"; 1468 sha256 = "0zd3hrj1ifq89rjby3yn9y96vk20ablljvqdap981navzlbb7zvq"; 1469 }).outPath; 1470 src = fetchFromGitHub { 1471 owner = "jonstoler"; 1472 repo = "lua-toml"; 1473 rev = "v2.0.1"; 1474 hash = "sha256-6wCo06Ulmx6HVN2bTrklPqgGiEhDZ1fUfusdS/SDdFI="; 1475 }; 1476 1477 disabled = luaOlder "5.1"; 1478 1479 meta = { 1480 homepage = "https://github.com/jonstoler/lua-toml"; 1481 description = "toml decoder/encoder for Lua"; 1482 license.fullName = "MIT"; 1483 }; 1484}) {}; 1485 1486lua-utils-nvim = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder }: 1487buildLuarocksPackage { 1488 pname = "lua-utils.nvim"; 1489 version = "1.0.2-1"; 1490 knownRockspec = (fetchurl { 1491 url = "mirror://luarocks/lua-utils.nvim-1.0.2-1.rockspec"; 1492 sha256 = "0s11j4vd26haz72rb0c5m5h953292rh8r62mvlxbss6i69v2dkr9"; 1493 }).outPath; 1494 src = fetchzip { 1495 url = "https://github.com/nvim-neorg/lua-utils.nvim/archive/v1.0.2.zip"; 1496 sha256 = "0bnl2kvxs55l8cjhfpa834bm010n8r4gmsmivjcp548c076msagn"; 1497 }; 1498 1499 disabled = luaOlder "5.1"; 1500 1501 meta = { 1502 homepage = "https://github.com/nvim-neorg/lua-utils.nvim"; 1503 description = "A set of utility functions for Neovim plugins."; 1504 maintainers = with lib.maintainers; [ mrcjkb ]; 1505 license.fullName = "MIT"; 1506 }; 1507}) {}; 1508 1509lua-yajl = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaOlder }: 1510buildLuarocksPackage { 1511 pname = "lua-yajl"; 1512 version = "2.0-1"; 1513 knownRockspec = (fetchurl { 1514 url = "mirror://luarocks/lua-yajl-2.0-1.rockspec"; 1515 sha256 = "0h600zgq5qc9z3cid1kr35q3qb98alg0m3qf0a3mfj33hya6pcxp"; 1516 }).outPath; 1517 src = fetchFromGitHub { 1518 owner = "brimworks"; 1519 repo = "lua-yajl"; 1520 rev = "v2.0"; 1521 hash = "sha256-/UhdjTUzd5ZsQG3CaS6i0cYOgkLR4TJCUAcw5yYhYEI="; 1522 }; 1523 1524 disabled = luaOlder "5.1"; 1525 1526 meta = { 1527 homepage = "http://github.com/brimworks/lua-yajl"; 1528 description = "Integrate the yajl JSON library with Lua."; 1529 maintainers = with lib.maintainers; [ pstn ]; 1530 license.fullName = "MIT/X11"; 1531 }; 1532}) {}; 1533 1534lua-zlib = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaOlder }: 1535buildLuarocksPackage { 1536 pname = "lua-zlib"; 1537 version = "1.2-2"; 1538 knownRockspec = (fetchurl { 1539 url = "mirror://luarocks/lua-zlib-1.2-2.rockspec"; 1540 sha256 = "1ycjy59w6rkhasqqbiyra0f1sj87fswcz25zwxy4gyv7rrwy5hxd"; 1541 }).outPath; 1542 src = fetchFromGitHub { 1543 owner = "brimworks"; 1544 repo = "lua-zlib"; 1545 rev = "v1.2"; 1546 hash = "sha256-3gDYO4KcGUmcJFV22NDXWrFDwHNmPvMp++iXrz+QbC0="; 1547 }; 1548 1549 disabled = luaOlder "5.1"; 1550 1551 meta = { 1552 homepage = "https://github.com/brimworks/lua-zlib"; 1553 description = "Simple streaming interface to zlib for Lua."; 1554 maintainers = with lib.maintainers; [ koral ]; 1555 license.fullName = "MIT"; 1556 }; 1557}) {}; 1558 1559lua_cliargs = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaOlder }: 1560buildLuarocksPackage { 1561 pname = "lua_cliargs"; 1562 version = "3.0.2-1"; 1563 knownRockspec = (fetchurl { 1564 url = "mirror://luarocks/lua_cliargs-3.0.2-1.rockspec"; 1565 sha256 = "1gp3n9ipaqdk59ilqx1ci5faxmx4dh9sgg3279jb8yfa7wg5b8pf"; 1566 }).outPath; 1567 src = fetchFromGitHub { 1568 owner = "lunarmodules"; 1569 repo = "lua_cliargs"; 1570 rev = "v3.0.2"; 1571 hash = "sha256-wL3qBQ8Lu3q8DK2Kaeo1dgzIHd8evaxFYJg47CcQiSg="; 1572 }; 1573 1574 disabled = luaOlder "5.1"; 1575 1576 meta = { 1577 homepage = "https://github.com/lunarmodules/lua_cliargs.git"; 1578 description = "A command-line argument parsing module for Lua"; 1579 license.fullName = "MIT"; 1580 }; 1581}) {}; 1582 1583luabitop = callPackage({ buildLuarocksPackage, fetchFromGitHub, luaAtLeast, luaOlder }: 1584buildLuarocksPackage { 1585 pname = "luabitop"; 1586 version = "1.0.2-3"; 1587 1588 src = fetchFromGitHub { 1589 owner = "teto"; 1590 repo = "luabitop"; 1591 rev = "96f0a3d73ae5183d0a81bc2f29326eaa06becbfd"; 1592 hash = "sha256-PrM8ncb3TaqgVhFdRa+rUsJ5WuIzS4/DRqVqj8tCaeg="; 1593 }; 1594 1595 disabled = luaOlder "5.1" || luaAtLeast "5.3"; 1596 1597 meta = { 1598 homepage = "http://bitop.luajit.org/"; 1599 description = "Lua Bit Operations Module"; 1600 license.fullName = "MIT/X license"; 1601 }; 1602}) {}; 1603 1604luacheck = callPackage({ argparse, buildLuarocksPackage, fetchFromGitHub, fetchurl, luaOlder, luafilesystem }: 1605buildLuarocksPackage { 1606 pname = "luacheck"; 1607 version = "1.2.0-1"; 1608 knownRockspec = (fetchurl { 1609 url = "mirror://luarocks/luacheck-1.2.0-1.rockspec"; 1610 sha256 = "0jnmrppq5hp8cwiw1daa33cdn8y2n5lsjk8vzn7ixb20ddz01m6c"; 1611 }).outPath; 1612 src = fetchFromGitHub { 1613 owner = "lunarmodules"; 1614 repo = "luacheck"; 1615 rev = "v1.2.0"; 1616 hash = "sha256-6aDXZRLq2c36dbasyVzcecQKoMvY81RIGYasdF211UY="; 1617 }; 1618 1619 disabled = luaOlder "5.1"; 1620 propagatedBuildInputs = [ argparse luafilesystem ]; 1621 1622 meta = { 1623 homepage = "https://github.com/lunarmodules/luacheck"; 1624 description = "A static analyzer and a linter for Lua"; 1625 license.fullName = "MIT"; 1626 }; 1627}) {}; 1628 1629luacov = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaAtLeast, luaOlder }: 1630buildLuarocksPackage { 1631 pname = "luacov"; 1632 version = "0.15.0-1"; 1633 knownRockspec = (fetchurl { 1634 url = "mirror://luarocks/luacov-0.15.0-1.rockspec"; 1635 sha256 = "18byfl23c73pazi60hsx0vd74hqq80mzixab76j36cyn8k4ni9db"; 1636 }).outPath; 1637 src = fetchFromGitHub { 1638 owner = "keplerproject"; 1639 repo = "luacov"; 1640 rev = "v0.15.0"; 1641 hash = "sha256-cZrsxQyW5Z13cguTzsdJyIMATJUw6GasLItho6wFpSA="; 1642 }; 1643 1644 disabled = luaOlder "5.1" || luaAtLeast "5.5"; 1645 1646 meta = { 1647 homepage = "https://keplerproject.github.io/luacov/"; 1648 description = "Coverage analysis tool for Lua scripts"; 1649 license.fullName = "MIT"; 1650 }; 1651}) {}; 1652 1653luadbi = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaAtLeast, luaOlder }: 1654buildLuarocksPackage { 1655 pname = "luadbi"; 1656 version = "0.7.3-1"; 1657 knownRockspec = (fetchurl { 1658 url = "mirror://luarocks/luadbi-0.7.3-1.rockspec"; 1659 sha256 = "0lyiwyg6qnnj7d5rxim6b9p68nbszmwhg57xjlvalbcgwgipk1ns"; 1660 }).outPath; 1661 src = fetchFromGitHub { 1662 owner = "mwild1"; 1663 repo = "luadbi"; 1664 rev = "v0.7.3"; 1665 hash = "sha256-L2i/e44HvPRhGKH4pUE/6QzO8pHYymHdj2SpHf6YO/I="; 1666 }; 1667 1668 disabled = luaOlder "5.1" || luaAtLeast "5.5"; 1669 1670 meta = { 1671 homepage = "https://github.com/mwild1/luadbi"; 1672 description = "Database abstraction layer"; 1673 license.fullName = "MIT/X11"; 1674 }; 1675}) {}; 1676 1677luadbi-mysql = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaAtLeast, luaOlder, luadbi }: 1678buildLuarocksPackage { 1679 pname = "luadbi-mysql"; 1680 version = "0.7.3-1"; 1681 knownRockspec = (fetchurl { 1682 url = "mirror://luarocks/luadbi-mysql-0.7.3-1.rockspec"; 1683 sha256 = "1x0pl6qpdi4vmhxs2076kkxmikbv0asndh8lp34r47lym37hcrr3"; 1684 }).outPath; 1685 src = fetchFromGitHub { 1686 owner = "mwild1"; 1687 repo = "luadbi"; 1688 rev = "v0.7.3"; 1689 hash = "sha256-L2i/e44HvPRhGKH4pUE/6QzO8pHYymHdj2SpHf6YO/I="; 1690 }; 1691 1692 disabled = luaOlder "5.1" || luaAtLeast "5.5"; 1693 propagatedBuildInputs = [ luadbi ]; 1694 1695 meta = { 1696 homepage = "https://github.com/mwild1/luadbi"; 1697 description = "Database abstraction layer"; 1698 license.fullName = "MIT/X11"; 1699 }; 1700}) {}; 1701 1702luadbi-postgresql = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaAtLeast, luaOlder, luadbi }: 1703buildLuarocksPackage { 1704 pname = "luadbi-postgresql"; 1705 version = "0.7.3-1"; 1706 knownRockspec = (fetchurl { 1707 url = "mirror://luarocks/luadbi-postgresql-0.7.3-1.rockspec"; 1708 sha256 = "1bnjsgk7cl6wmfhmn8b0av49yabf8flhdi1jhczksvvpf32p77bw"; 1709 }).outPath; 1710 src = fetchFromGitHub { 1711 owner = "mwild1"; 1712 repo = "luadbi"; 1713 rev = "v0.7.3"; 1714 hash = "sha256-L2i/e44HvPRhGKH4pUE/6QzO8pHYymHdj2SpHf6YO/I="; 1715 }; 1716 1717 disabled = luaOlder "5.1" || luaAtLeast "5.5"; 1718 propagatedBuildInputs = [ luadbi ]; 1719 1720 meta = { 1721 homepage = "https://github.com/mwild1/luadbi"; 1722 description = "Database abstraction layer"; 1723 license.fullName = "MIT/X11"; 1724 }; 1725}) {}; 1726 1727luadbi-sqlite3 = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaAtLeast, luaOlder, luadbi }: 1728buildLuarocksPackage { 1729 pname = "luadbi-sqlite3"; 1730 version = "0.7.3-1"; 1731 knownRockspec = (fetchurl { 1732 url = "mirror://luarocks/luadbi-sqlite3-0.7.3-1.rockspec"; 1733 sha256 = "0ppkk1jkxw2fhc4x26h7h2bks51shl3am552phn7all5h3k7h3by"; 1734 }).outPath; 1735 src = fetchFromGitHub { 1736 owner = "mwild1"; 1737 repo = "luadbi"; 1738 rev = "v0.7.3"; 1739 hash = "sha256-L2i/e44HvPRhGKH4pUE/6QzO8pHYymHdj2SpHf6YO/I="; 1740 }; 1741 1742 disabled = luaOlder "5.1" || luaAtLeast "5.5"; 1743 propagatedBuildInputs = [ luadbi ]; 1744 1745 meta = { 1746 homepage = "https://github.com/mwild1/luadbi"; 1747 description = "Database abstraction layer"; 1748 license.fullName = "MIT/X11"; 1749 }; 1750}) {}; 1751 1752luaepnf = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, lpeg, luaAtLeast, luaOlder }: 1753buildLuarocksPackage { 1754 pname = "luaepnf"; 1755 version = "0.3-2"; 1756 knownRockspec = (fetchurl { 1757 url = "mirror://luarocks/luaepnf-0.3-2.rockspec"; 1758 sha256 = "0kqmnj11wmfpc9mz04zzq8ab4mnbkrhcgc525wrq6pgl3p5li8aa"; 1759 }).outPath; 1760 src = fetchFromGitHub { 1761 owner = "siffiejoe"; 1762 repo = "lua-luaepnf"; 1763 rev = "v0.3"; 1764 hash = "sha256-iZksr6Ljy94D0VO4xSRO9s/VgcURvCfDMX9DOt2IetM="; 1765 }; 1766 1767 disabled = luaOlder "5.1" || luaAtLeast "5.5"; 1768 propagatedBuildInputs = [ lpeg ]; 1769 1770 meta = { 1771 homepage = "http://siffiejoe.github.io/lua-luaepnf/"; 1772 description = "Extended PEG Notation Format (easy grammars for LPeg)"; 1773 license.fullName = "MIT"; 1774 }; 1775}) {}; 1776 1777luaevent = callPackage({ buildLuarocksPackage, fetchurl, luaOlder }: 1778buildLuarocksPackage { 1779 pname = "luaevent"; 1780 version = "0.4.6-1"; 1781 knownRockspec = (fetchurl { 1782 url = "mirror://luarocks/luaevent-0.4.6-1.rockspec"; 1783 sha256 = "03zixadhx4a7nh67n0sm6sy97c8i9va1a78hibhrl7cfbqc2zc7f"; 1784 }).outPath; 1785 src = fetchurl { 1786 url = "https://github.com/harningt/luaevent/archive/v0.4.6.tar.gz"; 1787 sha256 = "0pbh315d3p7hxgzmbhphkcldxv2dadbka96131b8j5914nxvl4nx"; 1788 }; 1789 1790 disabled = luaOlder "5.1"; 1791 1792 meta = { 1793 homepage = "https://github.com/harningt/luaevent"; 1794 description = "libevent binding for Lua"; 1795 license.fullName = "MIT"; 1796 }; 1797}) {}; 1798 1799luaexpat = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaOlder }: 1800buildLuarocksPackage { 1801 pname = "luaexpat"; 1802 version = "1.4.1-1"; 1803 knownRockspec = (fetchurl { 1804 url = "mirror://luarocks/luaexpat-1.4.1-1.rockspec"; 1805 sha256 = "1abwd385x7wnza7qqz5s4aj6m2l1c23pjmbgnpq73q0s17pn1h0c"; 1806 }).outPath; 1807 src = fetchFromGitHub { 1808 owner = "lunarmodules"; 1809 repo = "luaexpat"; 1810 rev = "1.4.1"; 1811 hash = "sha256-SnI+a7555R/EFFdnrvJohP6uzwQiMNQPqgp0jxAI178="; 1812 }; 1813 1814 disabled = luaOlder "5.1"; 1815 1816 meta = { 1817 homepage = "https://lunarmodules.github.io/luaexpat"; 1818 description = "XML Expat parsing"; 1819 maintainers = with lib.maintainers; [ arobyn flosse ]; 1820 license.fullName = "MIT/X11"; 1821 }; 1822}) {}; 1823 1824luaffi = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaOlder }: 1825buildLuarocksPackage { 1826 pname = "luaffi"; 1827 version = "scm-1"; 1828 knownRockspec = (fetchurl { 1829 url = "mirror://luarocks/luaffi-scm-1.rockspec"; 1830 sha256 = "1nia0g4n1yv1sbv5np572y8yfai56a8bnscir807s5kj5bs0xhxm"; 1831 }).outPath; 1832 src = fetchFromGitHub { 1833 owner = "facebook"; 1834 repo = "luaffifb"; 1835 rev = "a1cb731b08c91643b0665935eb5622b3d621211b"; 1836 hash = "sha256-wRjAtEEy8KSlIoi/IIutL73Vbm1r+zKs26dEP7gzR1o="; 1837 }; 1838 1839 disabled = luaOlder "5.1"; 1840 1841 meta = { 1842 homepage = "https://github.com/facebook/luaffifb"; 1843 description = "FFI library for calling C functions from lua"; 1844 license.fullName = "BSD"; 1845 }; 1846}) {}; 1847 1848luafilesystem = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaOlder }: 1849buildLuarocksPackage { 1850 pname = "luafilesystem"; 1851 version = "1.8.0-1"; 1852 knownRockspec = (fetchurl { 1853 url = "mirror://luarocks/luafilesystem-1.8.0-1.rockspec"; 1854 sha256 = "18nkaks0b75dmycljg5vljap5w8d0ysdkg96yl5szgzr7nzrymfa"; 1855 }).outPath; 1856 src = fetchFromGitHub { 1857 owner = "keplerproject"; 1858 repo = "luafilesystem"; 1859 rev = "v1_8_0"; 1860 hash = "sha256-pEA+Z1pkykWLTT6NHQ5lo8roOh2P0fiHtnK+byTkF5o="; 1861 }; 1862 1863 disabled = luaOlder "5.1"; 1864 1865 meta = { 1866 homepage = "https://github.com/keplerproject/luafilesystem"; 1867 description = "File System Library for the Lua Programming Language"; 1868 maintainers = with lib.maintainers; [ flosse ]; 1869 license.fullName = "MIT/X11"; 1870 }; 1871}) {}; 1872 1873lualdap = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaOlder }: 1874buildLuarocksPackage { 1875 pname = "lualdap"; 1876 version = "1.4.0-1"; 1877 knownRockspec = (fetchurl { 1878 url = "mirror://luarocks/lualdap-1.4.0-1.rockspec"; 1879 sha256 = "0n924gxm6ccr9hjk4bi5z70vgh7g75dl7293pab41a2qcrlsj9nk"; 1880 }).outPath; 1881 src = fetchFromGitHub { 1882 owner = "lualdap"; 1883 repo = "lualdap"; 1884 rev = "v1.4.0"; 1885 hash = "sha256-u91T7RlRa87CbYXZLhrzcpVvZWsCnQObmbS86kfsAHc="; 1886 }; 1887 1888 disabled = luaOlder "5.1"; 1889 1890 meta = { 1891 homepage = "https://lualdap.github.io/lualdap/"; 1892 description = "A Lua interface to the OpenLDAP library"; 1893 maintainers = with lib.maintainers; [ aanderse ]; 1894 license.fullName = "MIT"; 1895 }; 1896}) {}; 1897 1898lualogging = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luasocket }: 1899buildLuarocksPackage { 1900 pname = "lualogging"; 1901 version = "1.8.2-1"; 1902 knownRockspec = (fetchurl { 1903 url = "mirror://luarocks/lualogging-1.8.2-1.rockspec"; 1904 sha256 = "164c4xgwkv2ya8fbb22wm48ywc4gx939b574r6bgl8zqayffdqmx"; 1905 }).outPath; 1906 src = fetchFromGitHub { 1907 owner = "lunarmodules"; 1908 repo = "lualogging"; 1909 rev = "v1.8.2"; 1910 hash = "sha256-RIblf2C9H6Iajzc9aqnvrK4xq8FAHq9InTO6m3aM5dc="; 1911 }; 1912 1913 propagatedBuildInputs = [ luasocket ]; 1914 1915 meta = { 1916 homepage = "https://github.com/lunarmodules/lualogging"; 1917 description = "A simple API to use logging features"; 1918 license.fullName = "MIT/X11"; 1919 }; 1920}) {}; 1921 1922luaossl = callPackage({ buildLuarocksPackage, fetchurl, fetchzip }: 1923buildLuarocksPackage { 1924 pname = "luaossl"; 1925 version = "20220711-0"; 1926 knownRockspec = (fetchurl { 1927 url = "mirror://luarocks/luaossl-20220711-0.rockspec"; 1928 sha256 = "0b68kvfz587ilmb5c1p7920kysg9q4m4fl4cz4d93jl3270mzh8y"; 1929 }).outPath; 1930 src = fetchzip { 1931 url = "https://github.com/wahern/luaossl/archive/rel-20220711.zip"; 1932 sha256 = "1a9pgmc6fbhgh1m9ksz9fq057yzz46npqgakcsy9vngg47xacfdb"; 1933 }; 1934 1935 1936 meta = { 1937 homepage = "http://25thandclement.com/~william/projects/luaossl.html"; 1938 description = "Most comprehensive OpenSSL module in the Lua universe."; 1939 license.fullName = "MIT/X11"; 1940 }; 1941}) {}; 1942 1943luaposix = callPackage({ bit32, buildLuarocksPackage, fetchurl, fetchzip, luaAtLeast, luaOlder }: 1944buildLuarocksPackage { 1945 pname = "luaposix"; 1946 version = "34.1.1-1"; 1947 knownRockspec = (fetchurl { 1948 url = "mirror://luarocks/luaposix-34.1.1-1.rockspec"; 1949 sha256 = "0hx6my54axjcb3bklr991wji374qq6mwa3ily6dvb72vi2534nwz"; 1950 }).outPath; 1951 src = fetchzip { 1952 url = "http://github.com/luaposix/luaposix/archive/v34.1.1.zip"; 1953 sha256 = "0863r8c69yx92lalj174qdhavqmcs2cdimjim6k55qj9yn78v9zl"; 1954 }; 1955 1956 disabled = luaOlder "5.1" || luaAtLeast "5.4"; 1957 propagatedBuildInputs = [ bit32 ]; 1958 1959 meta = { 1960 homepage = "http://github.com/luaposix/luaposix/"; 1961 description = "Lua bindings for POSIX"; 1962 maintainers = with lib.maintainers; [ vyp lblasc ]; 1963 license.fullName = "MIT/X11"; 1964 }; 1965}) {}; 1966 1967luaprompt = callPackage({ argparse, buildLuarocksPackage, fetchFromGitHub, fetchurl, luaOlder }: 1968buildLuarocksPackage { 1969 pname = "luaprompt"; 1970 version = "0.8-1"; 1971 knownRockspec = (fetchurl { 1972 url = "mirror://luarocks/luaprompt-0.8-1.rockspec"; 1973 sha256 = "17v7yqkvm4rxszqvqk3f6a6vqysh80p18l1ryif79bc7ic948br4"; 1974 }).outPath; 1975 src = fetchFromGitHub { 1976 owner = "dpapavas"; 1977 repo = "luaprompt"; 1978 rev = "v0.8"; 1979 hash = "sha256-GdI5sj7FBeb9q23oxVOzT+yVhMYTnggaN8Xt/z/2xZo="; 1980 }; 1981 1982 disabled = luaOlder "5.1"; 1983 propagatedBuildInputs = [ argparse ]; 1984 1985 meta = { 1986 homepage = "https://github.com/dpapavas/luaprompt"; 1987 description = "A Lua command prompt with pretty-printing and auto-completion"; 1988 maintainers = with lib.maintainers; [ Freed-Wu ]; 1989 license.fullName = "MIT/X11"; 1990 }; 1991}) {}; 1992 1993luarepl = callPackage({ buildLuarocksPackage, fetchurl, luaOlder }: 1994buildLuarocksPackage { 1995 pname = "luarepl"; 1996 version = "0.10-1"; 1997 knownRockspec = (fetchurl { 1998 url = "mirror://luarocks/luarepl-0.10-1.rockspec"; 1999 sha256 = "12zdljfs4wg55mj7a38iwg7p5i1pmc934v9qlpi61sw4brp6x8d3"; 2000 }).outPath; 2001 src = fetchurl { 2002 url = "https://github.com/hoelzro/lua-repl/archive/0.10.tar.gz"; 2003 sha256 = "0wv37h9w6y5pgr39m7yxbf8imkwvaila6rnwjcp0xsxl5c1rzfjm"; 2004 }; 2005 2006 disabled = luaOlder "5.1"; 2007 2008 meta = { 2009 homepage = "https://github.com/hoelzro/lua-repl"; 2010 description = "A reusable REPL component for Lua, written in Lua"; 2011 license.fullName = "MIT/X11"; 2012 }; 2013}) {}; 2014 2015luarocks = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl }: 2016buildLuarocksPackage { 2017 pname = "luarocks"; 2018 version = "3.11.1-1"; 2019 knownRockspec = (fetchurl { 2020 url = "mirror://luarocks/luarocks-3.11.1-1.rockspec"; 2021 sha256 = "0xg0siza8nlnnkaarmw73q12qx3frlfbysd5ipmxxi1d7yc38bbn"; 2022 }).outPath; 2023 src = fetchFromGitHub { 2024 owner = "luarocks"; 2025 repo = "luarocks"; 2026 rev = "v3.11.1"; 2027 hash = "sha256-GglygI8HP+aDFEuucOkjQ2Pgfv4+jW+og+2vL3KoZCQ="; 2028 }; 2029 2030 2031 meta = { 2032 homepage = "http://www.luarocks.org"; 2033 description = "A package manager for Lua modules."; 2034 maintainers = with lib.maintainers; [ mrcjkb teto ]; 2035 license.fullName = "MIT"; 2036 }; 2037}) {}; 2038 2039luarocks-build-rust-mlua = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl }: 2040buildLuarocksPackage { 2041 pname = "luarocks-build-rust-mlua"; 2042 version = "0.2.0-1"; 2043 knownRockspec = (fetchurl { 2044 url = "mirror://luarocks/luarocks-build-rust-mlua-0.2.0-1.rockspec"; 2045 sha256 = "0mpxj2wpzgqffic1j6agisaawbfhh16gis29x6y60kyjq446mv0z"; 2046 }).outPath; 2047 src = fetchFromGitHub { 2048 owner = "khvzak"; 2049 repo = "luarocks-build-rust-mlua"; 2050 rev = "0.2.0"; 2051 hash = "sha256-f6trXv2/gzbitLXwHHrZnowEA/V5Yjb3Q9YlYr+9NBw="; 2052 }; 2053 2054 2055 meta = { 2056 homepage = "https://github.com/khvzak/luarocks-build-rust-mlua"; 2057 description = "A LuaRocks build backend for Lua modules written in Rust using mlua"; 2058 maintainers = with lib.maintainers; [ mrcjkb ]; 2059 license.fullName = "MIT"; 2060 }; 2061}) {}; 2062 2063luarocks-build-treesitter-parser = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder, luafilesystem }: 2064buildLuarocksPackage { 2065 pname = "luarocks-build-treesitter-parser"; 2066 version = "4.1.0-1"; 2067 knownRockspec = (fetchurl { 2068 url = "mirror://luarocks/luarocks-build-treesitter-parser-4.1.0-1.rockspec"; 2069 sha256 = "0r3r8dvjn9zvpj06932ijqwypq636zv2vpq5pcj83xfvvi3fd2rw"; 2070 }).outPath; 2071 src = fetchzip { 2072 url = "https://github.com/nvim-neorocks/luarocks-build-treesitter-parser/archive/v4.1.0.zip"; 2073 sha256 = "1838q30n2xjb8cmhlzxax0kzvxhsdrskkk4715kkca8zk6i3zm98"; 2074 }; 2075 2076 disabled = luaOlder "5.1"; 2077 propagatedBuildInputs = [ luafilesystem ]; 2078 2079 meta = { 2080 homepage = "https://github.com/nvim-neorocks/luarocks-build-treesitter-parser"; 2081 description = "A luarocks build backend for tree-sitter parsers."; 2082 maintainers = with lib.maintainers; [ mrcjkb ]; 2083 license.fullName = "MIT"; 2084 }; 2085}) {}; 2086 2087luasec = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaOlder, luasocket }: 2088buildLuarocksPackage { 2089 pname = "luasec"; 2090 version = "1.3.2-1"; 2091 knownRockspec = (fetchurl { 2092 url = "mirror://luarocks/luasec-1.3.2-1.rockspec"; 2093 sha256 = "09nqs60cmbq1bi70cdh7v5xjnlsm2mrxv9pmbbvczijvz184jh33"; 2094 }).outPath; 2095 src = fetchFromGitHub { 2096 owner = "brunoos"; 2097 repo = "luasec"; 2098 rev = "v1.3.2"; 2099 hash = "sha256-o3uiZQnn/ID1qAgpZAqA4R3fWWk+Ajcgx++iNu1yLWc="; 2100 }; 2101 2102 disabled = luaOlder "5.1"; 2103 propagatedBuildInputs = [ luasocket ]; 2104 2105 meta = { 2106 homepage = "https://github.com/brunoos/luasec/wiki"; 2107 description = "A binding for OpenSSL library to provide TLS/SSL communication over LuaSocket."; 2108 maintainers = with lib.maintainers; [ flosse ]; 2109 license.fullName = "MIT"; 2110 }; 2111}) {}; 2112 2113luasnip = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, jsregexp, luaOlder }: 2114buildLuarocksPackage { 2115 pname = "luasnip"; 2116 version = "2.3.0-1"; 2117 knownRockspec = (fetchurl { 2118 url = "mirror://luarocks/luasnip-2.3.0-1.rockspec"; 2119 sha256 = "022srpvwwbms8i97mdhkwq0yg0pfjm7a6673iyf7cr1xj15pq23v"; 2120 }).outPath; 2121 src = fetchzip { 2122 url = "https://github.com/L3MON4D3/LuaSnip/archive/v2.3.0.zip"; 2123 sha256 = "0bbackpym8k11gm32iwwzqjnqanpralanfjkl4lrs33xl7lsylqk"; 2124 }; 2125 2126 disabled = luaOlder "5.1"; 2127 propagatedBuildInputs = [ jsregexp ]; 2128 2129 meta = { 2130 homepage = "https://github.com/L3MON4D3/LuaSnip"; 2131 description = "Snippet Engine for Neovim written in Lua."; 2132 license.fullName = "Apache-2.0"; 2133 }; 2134}) {}; 2135 2136luasocket = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaOlder }: 2137buildLuarocksPackage { 2138 pname = "luasocket"; 2139 version = "3.1.0-1"; 2140 knownRockspec = (fetchurl { 2141 url = "mirror://luarocks/luasocket-3.1.0-1.rockspec"; 2142 sha256 = "0wg9735cyz2gj7r9za8yi83w765g0f4pahnny7h0pdpx58pgfx4r"; 2143 }).outPath; 2144 src = fetchFromGitHub { 2145 owner = "lunarmodules"; 2146 repo = "luasocket"; 2147 rev = "v3.1.0"; 2148 hash = "sha256-sKSzCrQpS+9reN9IZ4wkh4dB50wiIfA87xN4u1lyHo4="; 2149 }; 2150 2151 disabled = luaOlder "5.1"; 2152 2153 meta = { 2154 homepage = "https://github.com/lunarmodules/luasocket"; 2155 description = "Network support for the Lua language"; 2156 license.fullName = "MIT"; 2157 }; 2158}) {}; 2159 2160luasql-sqlite3 = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaOlder }: 2161buildLuarocksPackage { 2162 pname = "luasql-sqlite3"; 2163 version = "2.6.1-3"; 2164 knownRockspec = (fetchurl { 2165 url = "mirror://luarocks/luasql-sqlite3-2.6.1-3.rockspec"; 2166 sha256 = "1qf8cx4cmsngwp65ksdsf5dsv6yhb4qwdrd2lkpyqaq6p55jfkyb"; 2167 }).outPath; 2168 src = fetchFromGitHub { 2169 owner = "lunarmodules"; 2170 repo = "luasql"; 2171 rev = "2.6.0"; 2172 hash = "sha256-bRddE9K9f6TFBD2nY5kkS0BzXilfUP7Z358QLPfna+I="; 2173 }; 2174 2175 disabled = luaOlder "5.1"; 2176 2177 meta = { 2178 homepage = "https://lunarmodules.github.io/luasql/"; 2179 description = "Database connectivity for Lua (SQLite3 driver)"; 2180 maintainers = with lib.maintainers; [ vyp ]; 2181 license.fullName = "MIT/X11"; 2182 }; 2183}) {}; 2184 2185luassert = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaOlder, say }: 2186buildLuarocksPackage { 2187 pname = "luassert"; 2188 version = "1.9.0-1"; 2189 knownRockspec = (fetchurl { 2190 url = "mirror://luarocks/luassert-1.9.0-1.rockspec"; 2191 sha256 = "1bkzr03190p33lprgy51nl84aq082fyc3f7s3wkk7zlay4byycxd"; 2192 }).outPath; 2193 src = fetchFromGitHub { 2194 owner = "lunarmodules"; 2195 repo = "luassert"; 2196 rev = "v1.9.0"; 2197 hash = "sha256-jjdB95Vr5iVsh5T7E84WwZMW6/5H2k2R/ny2VBs2l3I="; 2198 }; 2199 2200 disabled = luaOlder "5.1"; 2201 propagatedBuildInputs = [ say ]; 2202 2203 meta = { 2204 homepage = "https://lunarmodules.github.io/busted/"; 2205 description = "Lua assertions extension"; 2206 license.fullName = "MIT <http://opensource.org/licenses/MIT>"; 2207 }; 2208}) {}; 2209 2210luasystem = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaOlder }: 2211buildLuarocksPackage { 2212 pname = "luasystem"; 2213 version = "0.4.0-1"; 2214 knownRockspec = (fetchurl { 2215 url = "mirror://luarocks/luasystem-0.4.0-1.rockspec"; 2216 sha256 = "0brvqqxfz1w4l4nzaxds1d17flq7rx6lw8pjb565fyb2jhg39qc9"; 2217 }).outPath; 2218 src = fetchFromGitHub { 2219 owner = "lunarmodules"; 2220 repo = "luasystem"; 2221 rev = "v0.4.0"; 2222 hash = "sha256-I1dG6ccOQAwpe18DjiYijKjerk+yDRic6fEERSte2Ks="; 2223 }; 2224 2225 disabled = luaOlder "5.1"; 2226 2227 meta = { 2228 homepage = "https://github.com/lunarmodules/luasystem"; 2229 description = "Platform independent system calls for Lua."; 2230 license.fullName = "MIT <http://opensource.org/licenses/MIT>"; 2231 }; 2232}) {}; 2233 2234luatext = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaOlder }: 2235buildLuarocksPackage { 2236 pname = "luatext"; 2237 version = "1.2.1-0"; 2238 knownRockspec = (fetchurl { 2239 url = "mirror://luarocks/luatext-1.2.1-0.rockspec"; 2240 sha256 = "12ia4ibihd537mjmvdasnwgkinaygqwk03bsj3s0qrfhy6yz84ka"; 2241 }).outPath; 2242 src = fetchFromGitHub { 2243 owner = "f4z3r"; 2244 repo = "luatext"; 2245 rev = "v1.2.1"; 2246 hash = "sha256-StxCmjSSy3ok0hNkKTQyq4yS1LfX980R5pULCUjLPek="; 2247 }; 2248 2249 disabled = luaOlder "5.1"; 2250 2251 meta = { 2252 homepage = "https://github.com/f4z3r/luatext/tree/main"; 2253 description = "A small library to print colored text"; 2254 license.fullName = "MIT"; 2255 }; 2256}) {}; 2257 2258luaunbound = callPackage({ buildLuarocksPackage, fetchurl, luaAtLeast, luaOlder }: 2259buildLuarocksPackage { 2260 pname = "luaunbound"; 2261 version = "1.0.0-1"; 2262 knownRockspec = (fetchurl { 2263 url = "mirror://luarocks/luaunbound-1.0.0-1.rockspec"; 2264 sha256 = "1zlkibdwrj5p97nhs33cz8xx0323z3kiq5x7v0h3i7v6j0h8ppvn"; 2265 }).outPath; 2266 src = fetchurl { 2267 url = "https://code.zash.se/dl/luaunbound/luaunbound-1.0.0.tar.gz"; 2268 sha256 = "1lsh0ylp5xskygxl5qdv6mhkm1x8xp0vfd5prk5hxkr19jk5mr3d"; 2269 }; 2270 2271 disabled = luaOlder "5.1" || luaAtLeast "5.5"; 2272 2273 meta = { 2274 homepage = "https://www.zash.se/luaunbound.html"; 2275 description = "A binding to libunbound"; 2276 license.fullName = "MIT"; 2277 }; 2278}) {}; 2279 2280luaunit = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaAtLeast, luaOlder }: 2281buildLuarocksPackage { 2282 pname = "luaunit"; 2283 version = "3.4-1"; 2284 knownRockspec = (fetchurl { 2285 url = "mirror://luarocks/luaunit-3.4-1.rockspec"; 2286 sha256 = "111435fa8p2819vcvg76qmknj0wqk01gy9d1nh55c36616xnj54n"; 2287 }).outPath; 2288 src = fetchzip { 2289 url = "https://github.com/bluebird75/luaunit/releases/download/LUAUNIT_V3_4/rock-luaunit-3.4.zip"; 2290 sha256 = "0qf07y3229lq3qq1mfkv83gzbc7dgyr67hysqjb5bbk333flv56r"; 2291 }; 2292 2293 disabled = luaOlder "5.1" || luaAtLeast "5.5"; 2294 2295 meta = { 2296 homepage = "http://github.com/bluebird75/luaunit"; 2297 description = "A unit testing framework for Lua"; 2298 maintainers = with lib.maintainers; [ lockejan ]; 2299 license.fullName = "BSD"; 2300 }; 2301}) {}; 2302 2303luautf8 = callPackage({ buildLuarocksPackage, fetchurl, luaOlder }: 2304buildLuarocksPackage { 2305 pname = "luautf8"; 2306 version = "0.1.5-2"; 2307 knownRockspec = (fetchurl { 2308 url = "mirror://luarocks/luautf8-0.1.5-2.rockspec"; 2309 sha256 = "0v788kk1aj7r70w9fgjlp3qrpjbpa9z9l1m7d13csk0pgfkm5iqz"; 2310 }).outPath; 2311 src = fetchurl { 2312 url = "https://github.com/starwing/luautf8/archive/refs/tags/0.1.5.tar.gz"; 2313 sha256 = "077ji840wfmy7hq0y13l01dv6jhasznykf89gk9m672jhz6dxggl"; 2314 }; 2315 2316 disabled = luaOlder "5.1"; 2317 2318 meta = { 2319 homepage = "http://github.com/starwing/luautf8"; 2320 description = "A UTF-8 support module for Lua"; 2321 maintainers = with lib.maintainers; [ pstn ]; 2322 license.fullName = "MIT"; 2323 }; 2324}) {}; 2325 2326luazip = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaAtLeast, luaOlder }: 2327buildLuarocksPackage { 2328 pname = "luazip"; 2329 version = "1.2.7-1"; 2330 knownRockspec = (fetchurl { 2331 url = "mirror://luarocks/luazip-1.2.7-1.rockspec"; 2332 sha256 = "1wxy3p2ksaq4s8lg925mi9cvbh875gsapgkzm323dr8qaxxg7mba"; 2333 }).outPath; 2334 src = fetchFromGitHub { 2335 owner = "mpeterv"; 2336 repo = "luazip"; 2337 rev = "1.2.7"; 2338 hash = "sha256-pAuXdvF2hM3ApvOg5nn9EHTGlajujHMtHEoN3Sj+mMo="; 2339 }; 2340 2341 disabled = luaOlder "5.1" || luaAtLeast "5.4"; 2342 2343 meta = { 2344 homepage = "https://github.com/mpeterv/luazip"; 2345 description = "Library for reading files inside zip files"; 2346 license.fullName = "MIT"; 2347 }; 2348}) {}; 2349 2350lush-nvim = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaAtLeast, luaOlder }: 2351buildLuarocksPackage { 2352 pname = "lush.nvim"; 2353 version = "scm-1"; 2354 knownRockspec = (fetchurl { 2355 url = "mirror://luarocks/lush.nvim-scm-1.rockspec"; 2356 sha256 = "0ivir5p3mmv051pyya2hj1yrnflrv8bp38dx033i3kzfbpyg23ca"; 2357 }).outPath; 2358 src = fetchFromGitHub { 2359 owner = "rktjmp"; 2360 repo = "lush.nvim"; 2361 rev = "7c0e27f50901481fe83b974493c4ea67a4296aeb"; 2362 hash = "sha256-GVGIZPBrunaWexwdnkbc0LxM3xMHslrwON2FunN3TDE="; 2363 }; 2364 2365 disabled = luaOlder "5.1" || luaAtLeast "5.4"; 2366 2367 meta = { 2368 homepage = "https://github.com/rktjmp/lush.nvim"; 2369 description = "Define Neovim themes as a DSL in lua, with real-time feedback."; 2370 maintainers = with lib.maintainers; [ teto ]; 2371 license.fullName = "MIT/X11"; 2372 }; 2373}) {}; 2374 2375luuid = callPackage({ buildLuarocksPackage, fetchurl, luaAtLeast, luaOlder }: 2376buildLuarocksPackage { 2377 pname = "luuid"; 2378 version = "20120509-2"; 2379 knownRockspec = (fetchurl { 2380 url = "mirror://luarocks/luuid-20120509-2.rockspec"; 2381 sha256 = "1q2fv25wfbiqn49mqv26gs4pyllch311akcf7jjn27l5ik8ji5b6"; 2382 }).outPath; 2383 src = fetchurl { 2384 url = "http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/5.2/luuid.tar.gz"; 2385 sha256 = "1bfkj613d05yps3fivmz0j1bxf2zkg9g1yl0ifffgw0vy00hpnvm"; 2386 }; 2387 2388 disabled = luaOlder "5.2" || luaAtLeast "5.4"; 2389 2390 meta = { 2391 homepage = "http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#luuid"; 2392 description = "A library for UUID generation"; 2393 license.fullName = "Public domain"; 2394 }; 2395}) {}; 2396 2397luv = callPackage({ buildLuarocksPackage, cmake, fetchurl, luaOlder }: 2398buildLuarocksPackage { 2399 pname = "luv"; 2400 version = "1.48.0-2"; 2401 knownRockspec = (fetchurl { 2402 url = "mirror://luarocks/luv-1.48.0-2.rockspec"; 2403 sha256 = "0353bjn9z90a1hd7rksdfrd9fbdd31hbvdaxr1fb0fh0bc1cpy94"; 2404 }).outPath; 2405 src = fetchurl { 2406 url = "https://github.com/luvit/luv/releases/download/1.48.0-2/luv-1.48.0-2.tar.gz"; 2407 sha256 = "2c3a1ddfebb4f6550293a40ee789f7122e97647eede51511f57203de48c03b7a"; 2408 }; 2409 2410 disabled = luaOlder "5.1"; 2411 nativeBuildInputs = [ cmake ]; 2412 2413 meta = { 2414 homepage = "https://github.com/luvit/luv"; 2415 description = "Bare libuv bindings for lua"; 2416 license.fullName = "Apache 2.0"; 2417 }; 2418}) {}; 2419 2420lyaml = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaAtLeast, luaOlder }: 2421buildLuarocksPackage { 2422 pname = "lyaml"; 2423 version = "6.2.8-1"; 2424 knownRockspec = (fetchurl { 2425 url = "mirror://luarocks/lyaml-6.2.8-1.rockspec"; 2426 sha256 = "0d0h70kjl5fkq589y1sx8qy8as002dhcf88pf60pghvch002ryi1"; 2427 }).outPath; 2428 src = fetchzip { 2429 url = "http://github.com/gvvaughan/lyaml/archive/v6.2.8.zip"; 2430 sha256 = "0r3jjsd8x2fs1aanki0s1mvpznl16f32c1qfgmicy0icgy5xfch0"; 2431 }; 2432 2433 disabled = luaOlder "5.1" || luaAtLeast "5.5"; 2434 2435 meta = { 2436 homepage = "http://github.com/gvvaughan/lyaml"; 2437 description = "libYAML binding for Lua"; 2438 maintainers = with lib.maintainers; [ lblasc ]; 2439 license.fullName = "MIT/X11"; 2440 }; 2441}) {}; 2442 2443lz-n = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder }: 2444buildLuarocksPackage { 2445 pname = "lz.n"; 2446 version = "1.4.3-1"; 2447 knownRockspec = (fetchurl { 2448 url = "mirror://luarocks/lz.n-1.4.3-1.rockspec"; 2449 sha256 = "09nxw0yqqgg4i04fqs0q3c17b3grhz71irr1105m4gms9a292j4v"; 2450 }).outPath; 2451 src = fetchzip { 2452 url = "https://github.com/nvim-neorocks/lz.n/archive/v1.4.3.zip"; 2453 sha256 = "11ic8hylck3dvlp6d9kzblingbi167j2kcid155x4hpc2hhqf2aj"; 2454 }; 2455 2456 disabled = luaOlder "5.1"; 2457 2458 meta = { 2459 homepage = "https://github.com/nvim-neorocks/lz.n"; 2460 description = "🦥 A dead simple lazy-loading Lua library for Neovim plugins."; 2461 maintainers = with lib.maintainers; [ mrcjkb ]; 2462 license.fullName = "GPL-2+"; 2463 }; 2464}) {}; 2465 2466magick = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, lua }: 2467buildLuarocksPackage { 2468 pname = "magick"; 2469 version = "1.6.0-1"; 2470 knownRockspec = (fetchurl { 2471 url = "mirror://luarocks/magick-1.6.0-1.rockspec"; 2472 sha256 = "1pg150xsxnqvlhxpiy17s9hm4dkc84v46mlwi9rhriynqz8qks9w"; 2473 }).outPath; 2474 src = fetchFromGitHub { 2475 owner = "leafo"; 2476 repo = "magick"; 2477 rev = "v1.6.0"; 2478 hash = "sha256-gda+vLrWyMQ553jVCIRl1qYTS/rXsGhxrBsrJyI8EN4="; 2479 }; 2480 2481 disabled = lua.luaversion != "5.1"; 2482 2483 meta = { 2484 homepage = "https://github.com/leafo/magick.git"; 2485 description = "Lua bindings to ImageMagick & GraphicsMagick for LuaJIT using FFI"; 2486 maintainers = with lib.maintainers; [ donovanglover ]; 2487 license.fullName = "MIT"; 2488 }; 2489}) {}; 2490 2491markdown = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaAtLeast, luaOlder }: 2492buildLuarocksPackage { 2493 pname = "markdown"; 2494 version = "0.33-1"; 2495 knownRockspec = (fetchurl { 2496 url = "mirror://luarocks/markdown-0.33-1.rockspec"; 2497 sha256 = "02sixijfi6av8h59kx3ngrhygjn2sx1c85c0qfy20gxiz72wi1pl"; 2498 }).outPath; 2499 src = fetchFromGitHub { 2500 owner = "mpeterv"; 2501 repo = "markdown"; 2502 rev = "0.33"; 2503 hash = "sha256-PgRGiSwDODSyNSgeN7kNOCZwjLbGf1Qts/jrfLGYKwU="; 2504 }; 2505 2506 disabled = luaOlder "5.1" || luaAtLeast "5.4"; 2507 2508 meta = { 2509 homepage = "https://github.com/mpeterv/markdown"; 2510 description = "Markdown text-to-html markup system."; 2511 license.fullName = "MIT/X11"; 2512 }; 2513}) {}; 2514 2515mediator_lua = callPackage({ buildLuarocksPackage, fetchurl, luaOlder }: 2516buildLuarocksPackage { 2517 pname = "mediator_lua"; 2518 version = "1.1.2-0"; 2519 knownRockspec = (fetchurl { 2520 url = "mirror://luarocks/mediator_lua-1.1.2-0.rockspec"; 2521 sha256 = "0frzvf7i256260a1s8xh92crwa2m42972qxfq29zl05aw3pyn7bm"; 2522 }).outPath; 2523 src = fetchurl { 2524 url = "https://github.com/Olivine-Labs/mediator_lua/archive/v1.1.2-0.tar.gz"; 2525 sha256 = "16zzzhiy3y35v8advmlkzpryzxv5vji7727vwkly86q8sagqbxgs"; 2526 }; 2527 2528 disabled = luaOlder "5.1"; 2529 2530 meta = { 2531 homepage = "http://olivinelabs.com/mediator_lua/"; 2532 description = "Event handling through channels"; 2533 license.fullName = "MIT <http://opensource.org/licenses/MIT>"; 2534 }; 2535}) {}; 2536 2537middleclass = callPackage({ buildLuarocksPackage, fetchurl, luaOlder }: 2538buildLuarocksPackage { 2539 pname = "middleclass"; 2540 version = "4.1.1-0"; 2541 knownRockspec = (fetchurl { 2542 url = "mirror://luarocks/middleclass-4.1.1-0.rockspec"; 2543 sha256 = "10xzs48lr1dy7cx99581r956gl16px0a9gbdlfar41n19r96mhb1"; 2544 }).outPath; 2545 src = fetchurl { 2546 url = "https://github.com/kikito/middleclass/archive/v4.1.1.tar.gz"; 2547 sha256 = "11ahv0b9wgqfnabv57rb7ilsvn2vcvxb1czq6faqrsqylvr5l7nh"; 2548 }; 2549 2550 disabled = luaOlder "5.1"; 2551 2552 meta = { 2553 homepage = "https://github.com/kikito/middleclass"; 2554 description = "A simple OOP library for Lua"; 2555 license.fullName = "MIT"; 2556 }; 2557}) {}; 2558 2559mimetypes = callPackage({ buildLuarocksPackage, fetchurl, luaOlder }: 2560buildLuarocksPackage { 2561 pname = "mimetypes"; 2562 version = "1.0.0-3"; 2563 knownRockspec = (fetchurl { 2564 url = "mirror://luarocks/mimetypes-1.0.0-3.rockspec"; 2565 sha256 = "02f5x5pkz6fba71mp031arrgmddsyivn5fsa0pj3q3a7nxxpmnq9"; 2566 }).outPath; 2567 src = fetchurl { 2568 url = "https://github.com/lunarmodules/lua-mimetypes/archive/v1.0.0/lua-mimetypes-1.0.0.tar.gz"; 2569 sha256 = "1rc5lnzvw4cg8wxn4w4sar2xgf5vaivdd2hgpxxcqfzzcmblg1zk"; 2570 }; 2571 2572 disabled = luaOlder "5.1"; 2573 2574 meta = { 2575 homepage = "https://github/lunarmodules/lua-mimetypes/"; 2576 description = "A simple library for looking up the MIME types of files."; 2577 license.fullName = "MIT/X11"; 2578 }; 2579}) {}; 2580 2581moonscript = callPackage({ argparse, buildLuarocksPackage, fetchFromGitHub, lpeg, luaOlder, luafilesystem }: 2582buildLuarocksPackage { 2583 pname = "moonscript"; 2584 version = "dev-1"; 2585 2586 src = fetchFromGitHub { 2587 owner = "leafo"; 2588 repo = "moonscript"; 2589 rev = "d5341c9093c49d3724072b209cde28b5cb0f47c9"; 2590 hash = "sha256-sVMhqCzGhfEGoFueVINx9hnnE5vNN61S6t3CXGBnxcA="; 2591 }; 2592 2593 disabled = luaOlder "5.1"; 2594 propagatedBuildInputs = [ argparse lpeg luafilesystem ]; 2595 2596 meta = { 2597 homepage = "http://moonscript.org"; 2598 description = "A programmer friendly language that compiles to Lua"; 2599 maintainers = with lib.maintainers; [ arobyn ]; 2600 license.fullName = "MIT"; 2601 }; 2602}) {}; 2603 2604mpack = callPackage({ buildLuarocksPackage, fetchurl }: 2605buildLuarocksPackage { 2606 pname = "mpack"; 2607 version = "1.0.12-0"; 2608 knownRockspec = (fetchurl { 2609 url = "mirror://luarocks/mpack-1.0.12-0.rockspec"; 2610 sha256 = "01jr8vvkqdvadr5kpgsd17gjyz729hbd609qsm682ylggabgqsyy"; 2611 }).outPath; 2612 src = fetchurl { 2613 url = "https://github.com/libmpack/libmpack-lua/releases/download/1.0.12/libmpack-lua-1.0.12.tar.gz"; 2614 sha256 = "1gzqks9cq3krd9rs3dq9jm1m23pjpqjv9ymkxj9gbyjcy6qn5dh6"; 2615 }; 2616 2617 2618 meta = { 2619 homepage = "https://github.com/libmpack/libmpack-lua"; 2620 description = "Lua binding to libmpack"; 2621 license.fullName = "MIT"; 2622 }; 2623}) {}; 2624 2625neotest = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder, nvim-nio, plenary-nvim }: 2626buildLuarocksPackage { 2627 pname = "neotest"; 2628 version = "5.3.3-1"; 2629 knownRockspec = (fetchurl { 2630 url = "mirror://luarocks/neotest-5.3.3-1.rockspec"; 2631 sha256 = "0bji9bfh129l9find3asakr97pxq76gdjp96gyibv02m4j0hgqjz"; 2632 }).outPath; 2633 src = fetchzip { 2634 url = "https://github.com/nvim-neotest/neotest/archive/f30bab1faef13d47f3905e065215c96a42d075ad.zip"; 2635 sha256 = "04jsfxq9xs751wspqbi850bwykyzf0d4fw4ar5gqwij34zja19h7"; 2636 }; 2637 2638 disabled = luaOlder "5.1"; 2639 propagatedBuildInputs = [ nvim-nio plenary-nvim ]; 2640 2641 meta = { 2642 homepage = "https://github.com/nvim-neotest/neotest"; 2643 description = "An extensible framework for interacting with tests within NeoVim."; 2644 maintainers = with lib.maintainers; [ mrcjkb ]; 2645 license.fullName = "MIT"; 2646 }; 2647}) {}; 2648 2649nlua = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder }: 2650buildLuarocksPackage { 2651 pname = "nlua"; 2652 version = "0.2.0-1"; 2653 knownRockspec = (fetchurl { 2654 url = "mirror://luarocks/nlua-0.2.0-1.rockspec"; 2655 sha256 = "15d8gmlf0kr31p1nlj9skliq8yfk3k24w0df6jxlxqnmb8nkxk04"; 2656 }).outPath; 2657 src = fetchzip { 2658 url = "https://github.com/mfussenegger/nlua/archive/v0.2.0.zip"; 2659 sha256 = "09fxryslz9qwyzsvy0sc67irjikcg8cngl5d6g56prqixr3bsxpy"; 2660 }; 2661 2662 disabled = luaOlder "5.1"; 2663 2664 meta = { 2665 homepage = "https://github.com/mfussenegger/nlua"; 2666 description = "Neovim as Lua interpreter"; 2667 maintainers = with lib.maintainers; [ teto ]; 2668 license.fullName = "GPL-3.0"; 2669 }; 2670}) {}; 2671 2672nui-nvim = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl }: 2673buildLuarocksPackage { 2674 pname = "nui.nvim"; 2675 version = "0.3.0-1"; 2676 knownRockspec = (fetchurl { 2677 url = "mirror://luarocks/nui.nvim-0.3.0-1.rockspec"; 2678 sha256 = "0ng75wzbc0bn4zgwqk7dx5hazybfqxpjfzp7k2syh7kajmsy8z8b"; 2679 }).outPath; 2680 src = fetchFromGitHub { 2681 owner = "MunifTanjim"; 2682 repo = "nui.nvim"; 2683 rev = "0.3.0"; 2684 hash = "sha256-L0ebXtv794357HOAgT17xlEJsmpqIHGqGlYfDB20WTo="; 2685 }; 2686 2687 2688 meta = { 2689 homepage = "https://github.com/MunifTanjim/nui.nvim"; 2690 description = "UI Component Library for Neovim."; 2691 maintainers = with lib.maintainers; [ mrcjkb ]; 2692 license.fullName = "MIT"; 2693 }; 2694}) {}; 2695 2696nvim-cmp = callPackage({ buildLuarocksPackage, fetchFromGitHub, luaAtLeast, luaOlder }: 2697buildLuarocksPackage { 2698 pname = "nvim-cmp"; 2699 version = "scm-1"; 2700 2701 src = fetchFromGitHub { 2702 owner = "hrsh7th"; 2703 repo = "nvim-cmp"; 2704 rev = "a110e12d0b58eefcf5b771f533fc2cf3050680ac"; 2705 hash = "sha256-7tEfEjWH5pneI10jLYpenoysRQPa2zPGLTNcbMX3x2I="; 2706 }; 2707 2708 disabled = luaOlder "5.1" || luaAtLeast "5.4"; 2709 2710 meta = { 2711 homepage = "https://github.com/hrsh7th/nvim-cmp"; 2712 description = "A completion plugin for neovim"; 2713 license.fullName = "MIT"; 2714 }; 2715}) {}; 2716 2717nvim-nio = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder }: 2718buildLuarocksPackage { 2719 pname = "nvim-nio"; 2720 version = "1.9.4-1"; 2721 knownRockspec = (fetchurl { 2722 url = "mirror://luarocks/nvim-nio-1.9.4-1.rockspec"; 2723 sha256 = "05xccwawl82xjwxmpihb6v4l7sp0msc6hhgs8mgzbsclznf78052"; 2724 }).outPath; 2725 src = fetchzip { 2726 url = "https://github.com/nvim-neotest/nvim-nio/archive/7969e0a8ffabdf210edd7978ec954a47a737bbcc.zip"; 2727 sha256 = "0ip31k5rnmv47rbka1v5mhljmff7friyj4gcqzz4hqj1yccfl1l0"; 2728 }; 2729 2730 disabled = luaOlder "5.1"; 2731 2732 meta = { 2733 homepage = "https://github.com/nvim-neotest/nvim-nio"; 2734 description = "A library for asynchronous IO in Neovim"; 2735 maintainers = with lib.maintainers; [ mrcjkb ]; 2736 license.fullName = "MIT"; 2737 }; 2738}) {}; 2739 2740pathlib-nvim = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder, nvim-nio }: 2741buildLuarocksPackage { 2742 pname = "pathlib.nvim"; 2743 version = "2.2.2-1"; 2744 knownRockspec = (fetchurl { 2745 url = "mirror://luarocks/pathlib.nvim-2.2.2-1.rockspec"; 2746 sha256 = "04dklc0ibl6dbfckmkpj2s1gvjfmr0k2hyagw37rxypifncrffkr"; 2747 }).outPath; 2748 src = fetchzip { 2749 url = "https://github.com/pysan3/pathlib.nvim/archive/v2.2.2.zip"; 2750 sha256 = "10jhbdffaw1rh1qppzllmy96dbsn741bk46mph5kxpjq4ldx27hz"; 2751 }; 2752 2753 disabled = luaOlder "5.1"; 2754 propagatedBuildInputs = [ nvim-nio ]; 2755 2756 meta = { 2757 homepage = "https://pysan3.github.io/pathlib.nvim/"; 2758 description = "OS Independent, ultimate solution to path handling in neovim."; 2759 license.fullName = "MPL-2.0"; 2760 }; 2761}) {}; 2762 2763penlight = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luafilesystem }: 2764buildLuarocksPackage { 2765 pname = "penlight"; 2766 version = "1.14.0-2"; 2767 knownRockspec = (fetchurl { 2768 url = "mirror://luarocks/penlight-1.14.0-2.rockspec"; 2769 sha256 = "0gs07q81mkrk9i0hhqvd8nf5vzmv540ch2hiw4rcqg18vbyincq7"; 2770 }).outPath; 2771 src = fetchFromGitHub { 2772 owner = "lunarmodules"; 2773 repo = "penlight"; 2774 rev = "1.14.0"; 2775 hash = "sha256-4zAt0GgQEkg9toaUaDn3ST3RvjLUDsuOzrKi9lhq0fQ="; 2776 }; 2777 2778 propagatedBuildInputs = [ luafilesystem ]; 2779 2780 meta = { 2781 homepage = "https://lunarmodules.github.io/penlight"; 2782 description = "Lua utility libraries loosely based on the Python standard libraries"; 2783 maintainers = with lib.maintainers; [ alerque ]; 2784 license.fullName = "MIT/X11"; 2785 }; 2786}) {}; 2787 2788plenary-nvim = callPackage({ buildLuarocksPackage, fetchFromGitHub, luaAtLeast, luaOlder, luassert }: 2789buildLuarocksPackage { 2790 pname = "plenary.nvim"; 2791 version = "scm-1"; 2792 2793 src = fetchFromGitHub { 2794 owner = "nvim-lua"; 2795 repo = "plenary.nvim"; 2796 rev = "a3e3bc82a3f95c5ed0d7201546d5d2c19b20d683"; 2797 hash = "sha256-5Jf2mWFVDofXBcXLbMa417mqlEPWLA+cQIZH/vNEV1g="; 2798 }; 2799 2800 disabled = luaOlder "5.1" || luaAtLeast "5.4"; 2801 propagatedBuildInputs = [ luassert ]; 2802 2803 meta = { 2804 homepage = "http://github.com/nvim-lua/plenary.nvim"; 2805 description = "lua functions you don't want to write "; 2806 license.fullName = "MIT/X11"; 2807 }; 2808}) {}; 2809 2810psl = callPackage({ buildLuarocksPackage, fetchurl, fetchzip }: 2811buildLuarocksPackage { 2812 pname = "psl"; 2813 version = "0.3-0"; 2814 knownRockspec = (fetchurl { 2815 url = "mirror://luarocks/psl-0.3-0.rockspec"; 2816 sha256 = "1x7sc8n780k67v31bvqqxhh6ihy0k91zmp6xcxmkifr0gd008x9z"; 2817 }).outPath; 2818 src = fetchzip { 2819 url = "https://github.com/daurnimator/lua-psl/archive/v0.3.zip"; 2820 sha256 = "1x9zskjn6fp9343w9314104128ik4lbk98pg6zfhl1v35107m1jx"; 2821 }; 2822 2823 2824 meta = { 2825 homepage = "https://github.com/daurnimator/lua-psl"; 2826 description = "Bindings to libpsl, a C library that handles the Public Suffix List (PSL)"; 2827 license.fullName = "MIT"; 2828 }; 2829}) {}; 2830 2831rapidjson = callPackage({ buildLuarocksPackage, cmake, fetchFromGitHub, fetchurl, luaOlder }: 2832buildLuarocksPackage { 2833 pname = "rapidjson"; 2834 version = "0.7.1-1"; 2835 knownRockspec = (fetchurl { 2836 url = "mirror://luarocks/rapidjson-0.7.1-1.rockspec"; 2837 sha256 = "01lbsn9rckdyx0va7nm9dammic9117kxiawp55yg2h5q3p978d41"; 2838 }).outPath; 2839 src = fetchFromGitHub { 2840 owner = "xpol"; 2841 repo = "lua-rapidjson"; 2842 rev = "v0.7.1"; 2843 hash = "sha256-y/czEVPtCt4uN1n49Qi7BrgZmkG+SDXlM5D2GvvO2qg="; 2844 }; 2845 2846 disabled = luaOlder "5.1"; 2847 nativeBuildInputs = [ cmake ]; 2848 2849 meta = { 2850 homepage = "https://github.com/xpol/lua-rapidjson"; 2851 description = "Json module based on the very fast RapidJSON."; 2852 license.fullName = "MIT"; 2853 }; 2854}) {}; 2855 2856rest-nvim = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, lua-curl, luaOlder, mimetypes, nvim-nio, xml2lua }: 2857buildLuarocksPackage { 2858 pname = "rest.nvim"; 2859 version = "2.0.1-1"; 2860 knownRockspec = (fetchurl { 2861 url = "mirror://luarocks/rest.nvim-2.0.1-1.rockspec"; 2862 sha256 = "1ra76wnhi4nh56amyd8zqmg0mpsnhp3m41m3iyiq4hp1fah6nbqb"; 2863 }).outPath; 2864 src = fetchzip { 2865 url = "https://github.com/rest-nvim/rest.nvim/archive/v2.0.1.zip"; 2866 sha256 = "09rs04d5h061zns1kdfycryx4ll8ix15q3ybpmqsdyp2gn8l77df"; 2867 }; 2868 2869 disabled = luaOlder "5.1"; 2870 propagatedBuildInputs = [ lua-curl mimetypes nvim-nio xml2lua ]; 2871 2872 meta = { 2873 homepage = "https://github.com/rest-nvim/rest.nvim"; 2874 description = "A fast Neovim http client written in Lua"; 2875 maintainers = with lib.maintainers; [ teto ]; 2876 license.fullName = "GPL-3.0"; 2877 }; 2878}) {}; 2879 2880rocks-config-nvim = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder, rocks-nvim }: 2881buildLuarocksPackage { 2882 pname = "rocks-config.nvim"; 2883 version = "2.0.0-1"; 2884 knownRockspec = (fetchurl { 2885 url = "mirror://luarocks/rocks-config.nvim-2.0.0-1.rockspec"; 2886 sha256 = "0vkzhz6szbm6cy4301c103kck36zgk8ig2ssipclca392cq36716"; 2887 }).outPath; 2888 src = fetchzip { 2889 url = "https://github.com/nvim-neorocks/rocks-config.nvim/archive/v2.0.0.zip"; 2890 sha256 = "1gzpcvb79s8a0mxq331fhwgik4bkaj254avri50wm1y5qxb4n3nx"; 2891 }; 2892 2893 disabled = luaOlder "5.1"; 2894 propagatedBuildInputs = [ rocks-nvim ]; 2895 2896 meta = { 2897 homepage = "https://github.com/nvim-neorocks/rocks-config.nvim"; 2898 description = "Allow rocks.nvim to help configure your plugins."; 2899 maintainers = with lib.maintainers; [ mrcjkb ]; 2900 license.fullName = "GPL-3.0"; 2901 }; 2902}) {}; 2903 2904rocks-dev-nvim = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder, nvim-nio, rocks-nvim, rtp-nvim }: 2905buildLuarocksPackage { 2906 pname = "rocks-dev.nvim"; 2907 version = "1.2.3-1"; 2908 knownRockspec = (fetchurl { 2909 url = "mirror://luarocks/rocks-dev.nvim-1.2.3-1.rockspec"; 2910 sha256 = "0xhl0rmklhhlcsn268brj7hhl5lk2djhkllzna2rnjaq80cwsh5j"; 2911 }).outPath; 2912 src = fetchzip { 2913 url = "https://github.com/nvim-neorocks/rocks-dev.nvim/archive/v1.2.3.zip"; 2914 sha256 = "17sv49wl366jxriy0cxy3b1z8vans58jmjg4ap5dc9fmg6687jgs"; 2915 }; 2916 2917 disabled = luaOlder "5.1"; 2918 propagatedBuildInputs = [ nvim-nio rocks-nvim rtp-nvim ]; 2919 2920 meta = { 2921 homepage = "https://github.com/nvim-neorocks/rocks-dev.nvim"; 2922 description = "A swiss-army knife for testing and developing rocks.nvim modules."; 2923 maintainers = with lib.maintainers; [ mrcjkb ]; 2924 license.fullName = "GPL-3.0"; 2925 }; 2926}) {}; 2927 2928rocks-git-nvim = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder, nvim-nio, rocks-nvim }: 2929buildLuarocksPackage { 2930 pname = "rocks-git.nvim"; 2931 version = "1.5.1-1"; 2932 knownRockspec = (fetchurl { 2933 url = "mirror://luarocks/rocks-git.nvim-1.5.1-1.rockspec"; 2934 sha256 = "0if5vaxggf4ryik5szm1p5dv324sybm9h3jbpl78ydd1kf0702m6"; 2935 }).outPath; 2936 src = fetchzip { 2937 url = "https://github.com/nvim-neorocks/rocks-git.nvim/archive/v1.5.1.zip"; 2938 sha256 = "05g31js2k2jjrz0a633vdfz21ji1a2by79yrfhi6wdmp167a5w99"; 2939 }; 2940 2941 disabled = luaOlder "5.1"; 2942 propagatedBuildInputs = [ nvim-nio rocks-nvim ]; 2943 2944 meta = { 2945 homepage = "https://github.com/nvim-neorocks/rocks-git.nvim"; 2946 description = "Use rocks.nvim to install plugins from git!"; 2947 maintainers = with lib.maintainers; [ mrcjkb ]; 2948 license.fullName = "GPL-3.0"; 2949 }; 2950}) {}; 2951 2952rocks-nvim = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, fidget-nvim, fzy, luaOlder, luarocks, nvim-nio, rtp-nvim, toml-edit }: 2953buildLuarocksPackage { 2954 pname = "rocks.nvim"; 2955 version = "2.31.3-1"; 2956 knownRockspec = (fetchurl { 2957 url = "mirror://luarocks/rocks.nvim-2.31.3-1.rockspec"; 2958 sha256 = "1rrsshsi6c5njcyaibz1mdvhyjl4kf2973kwahyk84j52fmwzwjv"; 2959 }).outPath; 2960 src = fetchzip { 2961 url = "https://github.com/nvim-neorocks/rocks.nvim/archive/v2.31.3.zip"; 2962 sha256 = "07500g0jvicbxqmsqdb3dcjpmvd6wgwk8g34649f94nhqk3lglx5"; 2963 }; 2964 2965 disabled = luaOlder "5.1"; 2966 propagatedBuildInputs = [ fidget-nvim fzy luarocks nvim-nio rtp-nvim toml-edit ]; 2967 2968 meta = { 2969 homepage = "https://github.com/nvim-neorocks/rocks.nvim"; 2970 description = "Neovim plugin management inspired by Cargo, powered by luarocks"; 2971 maintainers = with lib.maintainers; [ mrcjkb ]; 2972 license.fullName = "GPL-3.0"; 2973 }; 2974}) {}; 2975 2976rtp-nvim = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder }: 2977buildLuarocksPackage { 2978 pname = "rtp.nvim"; 2979 version = "1.0.0-1"; 2980 knownRockspec = (fetchurl { 2981 url = "mirror://luarocks/rtp.nvim-1.0.0-1.rockspec"; 2982 sha256 = "0ddlwhk62g3yx1ysddsmlggfqv0hj7dljgczfwij1ijbz7qyp3hy"; 2983 }).outPath; 2984 src = fetchzip { 2985 url = "https://github.com/nvim-neorocks/rtp.nvim/archive/v1.0.0.zip"; 2986 sha256 = "1kx7qzdz8rpwsjcp63wwn619nrkxn6xd0nr5pfm3g0z4072nnpzn"; 2987 }; 2988 2989 disabled = luaOlder "5.1"; 2990 2991 meta = { 2992 homepage = "https://github.com/nvim-neorocks/rtp.nvim"; 2993 description = "Source plugin and ftdetect directories on the Neovim runtimepath."; 2994 maintainers = with lib.maintainers; [ mrcjkb ]; 2995 license.fullName = "GPL-3.0"; 2996 }; 2997}) {}; 2998 2999rustaceanvim = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder }: 3000buildLuarocksPackage { 3001 pname = "rustaceanvim"; 3002 version = "5.0.0-1"; 3003 knownRockspec = (fetchurl { 3004 url = "mirror://luarocks/rustaceanvim-5.0.0-1.rockspec"; 3005 sha256 = "0rabhsya9qx4lybd47b6s95yh6y7nnngpfpqxf2h8pf492790yxc"; 3006 }).outPath; 3007 src = fetchzip { 3008 url = "https://github.com/mrcjkb/rustaceanvim/archive/5.0.0.zip"; 3009 sha256 = "07a0r6lhwxsk3asrnwmj39j51kqaz33qi3kv9788nms3mpvplxc1"; 3010 }; 3011 3012 disabled = luaOlder "5.1"; 3013 3014 meta = { 3015 homepage = "https://github.com/mrcjkb/rustaceanvim"; 3016 description = "Supercharge your Rust experience in Neovim! A heavily modified fork of rust-tools.nvim"; 3017 maintainers = with lib.maintainers; [ mrcjkb ]; 3018 license.fullName = "GPL-2.0"; 3019 }; 3020}) {}; 3021 3022say = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaOlder }: 3023buildLuarocksPackage { 3024 pname = "say"; 3025 version = "1.4.1-3"; 3026 knownRockspec = (fetchurl { 3027 url = "mirror://luarocks/say-1.4.1-3.rockspec"; 3028 sha256 = "0iibmq5m5092y168banckgs15ngj2yjx11n40fyk7jly4pbasljq"; 3029 }).outPath; 3030 src = fetchFromGitHub { 3031 owner = "lunarmodules"; 3032 repo = "say"; 3033 rev = "v1.4.1"; 3034 hash = "sha256-IjNkK1leVtYgbEjUqguVMjbdW+0BHAOCE0pazrVuF50="; 3035 }; 3036 3037 disabled = luaOlder "5.1"; 3038 3039 meta = { 3040 homepage = "https://lunarmodules.github.io/say"; 3041 description = "Lua string hashing/indexing library"; 3042 license.fullName = "MIT"; 3043 }; 3044}) {}; 3045 3046serpent = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaAtLeast, luaOlder }: 3047buildLuarocksPackage { 3048 pname = "serpent"; 3049 version = "0.30-2"; 3050 knownRockspec = (fetchurl { 3051 url = "mirror://luarocks/serpent-0.30-2.rockspec"; 3052 sha256 = "0v83lr9ars1n0djbh7np8jjqdhhaw0pdy2nkcqzqrhv27rzv494n"; 3053 }).outPath; 3054 src = fetchFromGitHub { 3055 owner = "pkulchenko"; 3056 repo = "serpent"; 3057 rev = "0.30"; 3058 hash = "sha256-aCP/Lk11wdnqXzntgNlyZz1LkLgZApcvDiA//LLzAGE="; 3059 }; 3060 3061 disabled = luaOlder "5.1" || luaAtLeast "5.5"; 3062 3063 meta = { 3064 homepage = "https://github.com/pkulchenko/serpent"; 3065 description = "Lua serializer and pretty printer"; 3066 maintainers = with lib.maintainers; [ lockejan ]; 3067 license.fullName = "MIT"; 3068 }; 3069}) {}; 3070 3071sqlite = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luv }: 3072buildLuarocksPackage { 3073 pname = "sqlite"; 3074 version = "v1.2.2-0"; 3075 knownRockspec = (fetchurl { 3076 url = "mirror://luarocks/sqlite-v1.2.2-0.rockspec"; 3077 sha256 = "0jxsl9lpxsbzc6s5bwmh27mglkqz1299lz68vfxayvailwl3xbxm"; 3078 }).outPath; 3079 src = fetchFromGitHub { 3080 owner = "tami5"; 3081 repo = "sqlite.lua"; 3082 rev = "v1.2.2"; 3083 hash = "sha256-NUjZkFawhUD0oI3pDh/XmVwtcYyPqa+TtVbl3k13cTI="; 3084 }; 3085 3086 propagatedBuildInputs = [ luv ]; 3087 3088 meta = { 3089 homepage = "https://github.com/tami5/sqlite.lua"; 3090 description = "SQLite/LuaJIT binding and a highly opinionated wrapper for storing, retrieving, caching, and persisting [SQLite] databases"; 3091 license.fullName = "MIT"; 3092 }; 3093}) {}; 3094 3095std-_debug = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaAtLeast, luaOlder }: 3096buildLuarocksPackage { 3097 pname = "std._debug"; 3098 version = "1.0.1-1"; 3099 knownRockspec = (fetchurl { 3100 url = "mirror://luarocks/std._debug-1.0.1-1.rockspec"; 3101 sha256 = "0mr9hgzfr9v37da9rfys2wjq48hi3lv27i3g38433dlgbxipsbc4"; 3102 }).outPath; 3103 src = fetchzip { 3104 url = "http://github.com/lua-stdlib/_debug/archive/v1.0.1.zip"; 3105 sha256 = "19vfpv389q79vgxwhhr09l6l6hf6h2yjp09zvnp0l07ar4v660pv"; 3106 }; 3107 3108 disabled = luaOlder "5.1" || luaAtLeast "5.5"; 3109 3110 meta = { 3111 homepage = "http://lua-stdlib.github.io/_debug"; 3112 description = "Debug Hints Library"; 3113 license.fullName = "MIT/X11"; 3114 }; 3115}) {}; 3116 3117std-normalize = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaAtLeast, luaOlder, std-_debug }: 3118buildLuarocksPackage { 3119 pname = "std.normalize"; 3120 version = "2.0.3-1"; 3121 knownRockspec = (fetchurl { 3122 url = "mirror://luarocks/std.normalize-2.0.3-1.rockspec"; 3123 sha256 = "1l83ikiaw4dch2r69cxpl93b9d4wf54vbjb6fcggnkxxgm0amj3a"; 3124 }).outPath; 3125 src = fetchzip { 3126 url = "http://github.com/lua-stdlib/normalize/archive/v2.0.3.zip"; 3127 sha256 = "1gyywglxd2y7ck3hk8ap73w0x7hf9irpg6vgs8yc6k9k4c5g3fgi"; 3128 }; 3129 3130 disabled = luaOlder "5.1" || luaAtLeast "5.5"; 3131 propagatedBuildInputs = [ std-_debug ]; 3132 3133 meta = { 3134 homepage = "https://lua-stdlib.github.io/normalize"; 3135 description = "Normalized Lua Functions"; 3136 license.fullName = "MIT/X11"; 3137 }; 3138}) {}; 3139 3140stdlib = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaAtLeast, luaOlder }: 3141buildLuarocksPackage { 3142 pname = "stdlib"; 3143 version = "41.2.2-1"; 3144 knownRockspec = (fetchurl { 3145 url = "mirror://luarocks/stdlib-41.2.2-1.rockspec"; 3146 sha256 = "0rscb4cm8s8bb8fk8rknc269y7bjqpslspsaxgs91i8bvabja6f6"; 3147 }).outPath; 3148 src = fetchzip { 3149 url = "http://github.com/lua-stdlib/lua-stdlib/archive/release-v41.2.2.zip"; 3150 sha256 = "0ry6k0wh4vyar1z68s0qmqzkdkfn9lcznsl8av7x78qz6l16wfw4"; 3151 }; 3152 3153 disabled = luaOlder "5.1" || luaAtLeast "5.5"; 3154 3155 meta = { 3156 homepage = "http://lua-stdlib.github.io/lua-stdlib"; 3157 description = "General Lua Libraries"; 3158 maintainers = with lib.maintainers; [ vyp ]; 3159 license.fullName = "MIT/X11"; 3160 }; 3161}) {}; 3162 3163teal-language-server = callPackage({ buildLuarocksPackage, cyan, dkjson, fetchFromGitHub, fetchurl, luafilesystem }: 3164buildLuarocksPackage { 3165 pname = "teal-language-server"; 3166 version = "dev-1"; 3167 knownRockspec = (fetchurl { 3168 url = "mirror://luarocks/teal-language-server-dev-1.rockspec"; 3169 sha256 = "01l44c6bknz7ff9xqgich31hlb0yk4ms5k1hs4rhm3cs95s5vlzc"; 3170 }).outPath; 3171 src = fetchFromGitHub { 3172 owner = "teal-language"; 3173 repo = "teal-language-server"; 3174 rev = "67b5d7cad60b9df472851a2c61591f2aab97da47"; 3175 hash = "sha256-fUuOjJrwpLU1YoJm3yn+X15ioRf4GZoi6323On1W2Io="; 3176 }; 3177 3178 propagatedBuildInputs = [ cyan dkjson luafilesystem ]; 3179 3180 meta = { 3181 homepage = "https://github.com/teal-language/teal-language-server"; 3182 description = "A language server for the Teal language"; 3183 license.fullName = "MIT"; 3184 }; 3185}) {}; 3186 3187telescope-manix = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder, telescope-nvim }: 3188buildLuarocksPackage { 3189 pname = "telescope-manix"; 3190 version = "1.0.3-1"; 3191 knownRockspec = (fetchurl { 3192 url = "mirror://luarocks/telescope-manix-1.0.3-1.rockspec"; 3193 sha256 = "0avqlglmki244q3ffnlc358z3pn36ibcqysxrxw7h6qy1zcwm8sr"; 3194 }).outPath; 3195 src = fetchzip { 3196 url = "https://github.com/mrcjkb/telescope-manix/archive/1.0.3.zip"; 3197 sha256 = "186rbdddpv8q0zcz18lnkarp0grdzxp80189n4zj2mqyzqnw0svj"; 3198 }; 3199 3200 disabled = luaOlder "5.1"; 3201 propagatedBuildInputs = [ telescope-nvim ]; 3202 3203 meta = { 3204 homepage = "https://github.com/mrcjkb/telescope-manix"; 3205 description = "A telescope.nvim extension for Manix - A fast documentation searcher for Nix"; 3206 license.fullName = "GPL-2.0"; 3207 }; 3208}) {}; 3209 3210telescope-nvim = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, lua, plenary-nvim }: 3211buildLuarocksPackage { 3212 pname = "telescope.nvim"; 3213 version = "scm-1"; 3214 knownRockspec = (fetchurl { 3215 url = "mirror://luarocks/telescope.nvim-scm-1.rockspec"; 3216 sha256 = "07mjkv1nv9b3ifxk2bbpbhvp0awblyklyz6aaqw418x4gm4q1g35"; 3217 }).outPath; 3218 src = fetchFromGitHub { 3219 owner = "nvim-telescope"; 3220 repo = "telescope.nvim"; 3221 rev = "f2bfde705ac752c52544d5cfa8b0aee0a766c1ed"; 3222 hash = "sha256-0fS3RYO/9gwmdK2H9Y/4Z/P++4aEHTHJqR2mH0vWAFY="; 3223 }; 3224 3225 disabled = lua.luaversion != "5.1"; 3226 propagatedBuildInputs = [ plenary-nvim ]; 3227 3228 meta = { 3229 homepage = "https://github.com/nvim-telescope/telescope.nvim"; 3230 description = "Find, Filter, Preview, Pick. All lua, all the time."; 3231 license.fullName = "MIT"; 3232 }; 3233}) {}; 3234 3235tiktoken_core = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaOlder, luarocks-build-rust-mlua }: 3236buildLuarocksPackage { 3237 pname = "tiktoken_core"; 3238 version = "0.2.1-1"; 3239 knownRockspec = (fetchurl { 3240 url = "mirror://luarocks/tiktoken_core-0.2.1-1.rockspec"; 3241 sha256 = "0mdmrpg82vmk0cqiqdayyk4vvl299z0xqrg58q18dfs5nc27wkla"; 3242 }).outPath; 3243 src = fetchFromGitHub { 3244 owner = "gptlang"; 3245 repo = "lua-tiktoken"; 3246 rev = "0.2.1"; 3247 hash = "sha256-drSAVGHrdDdaWUEAfCE/2ZCI2nuffpbupO+TVWv/l4Y="; 3248 }; 3249 3250 disabled = luaOlder "5.1"; 3251 propagatedBuildInputs = [ luarocks-build-rust-mlua ]; 3252 3253 meta = { 3254 homepage = "https://github.com/gptlang/lua-tiktoken"; 3255 description = "An experimental port of OpenAI's Tokenizer to lua"; 3256 maintainers = with lib.maintainers; [ natsukium ]; 3257 license.fullName = "MIT"; 3258 }; 3259}) {}; 3260 3261tl = callPackage({ argparse, buildLuarocksPackage, compat53, fetchFromGitHub, fetchurl, luafilesystem }: 3262buildLuarocksPackage { 3263 pname = "tl"; 3264 version = "0.15.3-1"; 3265 knownRockspec = (fetchurl { 3266 url = "mirror://luarocks/tl-0.15.3-1.rockspec"; 3267 sha256 = "15p67r5bjp997pymjq80yn1gyf7r5g2nwkachkwx88100ihblqrc"; 3268 }).outPath; 3269 src = fetchFromGitHub { 3270 owner = "teal-language"; 3271 repo = "tl"; 3272 rev = "v0.15.3"; 3273 hash = "sha256-nkwPYI4uB1rTtcBsZ7TKNPusWXtXViyBDSkiL9UH+Wo="; 3274 }; 3275 3276 propagatedBuildInputs = [ argparse compat53 luafilesystem ]; 3277 3278 meta = { 3279 homepage = "https://github.com/teal-language/tl"; 3280 description = "Teal, a typed dialect of Lua"; 3281 maintainers = with lib.maintainers; [ mephistophiles ]; 3282 license.fullName = "MIT"; 3283 }; 3284}) {}; 3285 3286toml-edit = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder, luarocks-build-rust-mlua }: 3287buildLuarocksPackage { 3288 pname = "toml-edit"; 3289 version = "0.3.6-1"; 3290 knownRockspec = (fetchurl { 3291 url = "mirror://luarocks/toml-edit-0.3.6-1.rockspec"; 3292 sha256 = "18fw256vzvfavfwrnzm507k4h3x2lx9l93ghr1ggsi4mhsnjki46"; 3293 }).outPath; 3294 src = fetchzip { 3295 url = "https://github.com/vhyrro/toml-edit.lua/archive/v0.3.6.zip"; 3296 sha256 = "19v6axraj2n22lmilfr4x9nr40kcjb6wnpsfhf1mh2zy9nsd6ji6"; 3297 }; 3298 3299 disabled = luaOlder "5.1"; 3300 nativeBuildInputs = [ luarocks-build-rust-mlua ]; 3301 3302 meta = { 3303 homepage = "https://github.com/vhyrro/toml-edit.lua"; 3304 description = "TOML Parser + Formatting and Comment-Preserving Editor"; 3305 maintainers = with lib.maintainers; [ mrcjkb ]; 3306 license.fullName = "MIT"; 3307 }; 3308}) {}; 3309 3310tree-sitter-norg = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luarocks-build-treesitter-parser }: 3311buildLuarocksPackage { 3312 pname = "tree-sitter-norg"; 3313 version = "0.2.4-1"; 3314 knownRockspec = (fetchurl { 3315 url = "mirror://luarocks/tree-sitter-norg-0.2.4-1.rockspec"; 3316 sha256 = "00mgn1kmhhrink64s1yjnz78lc7qbv0f021dsvr6z3b44srhcxb9"; 3317 }).outPath; 3318 src = fetchzip { 3319 url = "https://github.com/nvim-neorg/tree-sitter-norg/archive/v0.2.4.zip"; 3320 sha256 = "08bsk3v61r0xhracanjv25jccqv80ahipx0mv5a1slzhcyymv8kd"; 3321 }; 3322 3323 nativeBuildInputs = [ luarocks-build-treesitter-parser ]; 3324 3325 meta = { 3326 homepage = "https://github.com/nvim-neorg/tree-sitter-norg"; 3327 description = "The official tree-sitter parser for Norg documents."; 3328 maintainers = with lib.maintainers; [ mrcjkb ]; 3329 license.fullName = "MIT"; 3330 }; 3331}) {}; 3332 3333vstruct = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaOlder }: 3334buildLuarocksPackage { 3335 pname = "vstruct"; 3336 version = "2.1.1-1"; 3337 knownRockspec = (fetchurl { 3338 url = "mirror://luarocks/vstruct-2.1.1-1.rockspec"; 3339 sha256 = "111ff5207hspda9fpj9dqdd699rax0df3abdnfbmdbdy3j07dd04"; 3340 }).outPath; 3341 src = fetchFromGitHub { 3342 owner = "ToxicFrog"; 3343 repo = "vstruct"; 3344 rev = "v2.1.1"; 3345 hash = "sha256-p9yRJ3Kr6WQ4vBSTOVLoX6peNCJW6b6kgXCySg7aiWo="; 3346 }; 3347 3348 disabled = luaOlder "5.1"; 3349 3350 meta = { 3351 homepage = "https://github.com/ToxicFrog/vstruct"; 3352 description = "Lua library to manipulate binary data"; 3353 }; 3354}) {}; 3355 3356vusted = callPackage({ buildLuarocksPackage, busted, fetchFromGitHub, fetchurl, luasystem }: 3357buildLuarocksPackage { 3358 pname = "vusted"; 3359 version = "2.3.4-1"; 3360 knownRockspec = (fetchurl { 3361 url = "mirror://luarocks/vusted-2.3.4-1.rockspec"; 3362 sha256 = "1yzdr0xgsjfr4a80a2zrj58ls0gmms407q4h1dx75sszppzvm1wc"; 3363 }).outPath; 3364 src = fetchFromGitHub { 3365 owner = "notomo"; 3366 repo = "vusted"; 3367 rev = "v2.3.4"; 3368 hash = "sha256-Zh54mHNrbFH5qygzsXVv+Vc7oUP+RIQXBvK+UvaGvxY="; 3369 }; 3370 3371 propagatedBuildInputs = [ busted luasystem ]; 3372 3373 meta = { 3374 homepage = "https://github.com/notomo/vusted"; 3375 description = "`busted` wrapper for testing neovim plugin"; 3376 maintainers = with lib.maintainers; [ figsoda ]; 3377 license.fullName = "MIT <http://opensource.org/licenses/MIT>"; 3378 }; 3379}) {}; 3380 3381xml2lua = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaOlder }: 3382buildLuarocksPackage { 3383 pname = "xml2lua"; 3384 version = "1.6-2"; 3385 knownRockspec = (fetchurl { 3386 url = "mirror://luarocks/xml2lua-1.6-2.rockspec"; 3387 sha256 = "1fh57kv95a18q4869hmr4fbzbnlmq5z83mkkixvwzg3szf9kvfcn"; 3388 }).outPath; 3389 src = fetchFromGitHub { 3390 owner = "manoelcampos"; 3391 repo = "xml2lua"; 3392 rev = "v1.6-2"; 3393 hash = "sha256-4il5mmRLtuyCJ2Nm1tKv2hXk7rmiq7Fppx9LMbjkne0="; 3394 }; 3395 3396 disabled = luaOlder "5.1"; 3397 3398 meta = { 3399 homepage = "http://manoelcampos.github.io/xml2lua/"; 3400 description = "An XML Parser written entirely in Lua that works for Lua 5.1+"; 3401 maintainers = with lib.maintainers; [ teto ]; 3402 license.fullName = "MIT"; 3403 }; 3404}) {}; 3405 3406 3407} 3408/* GENERATED - do not edit this file */