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