Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at release-19.03 692 lines 18 kB view raw
1 2/* pkgs/development/lua-modules/generated-packages.nix is an auto-generated file -- DO NOT EDIT! 3Regenerate it with: 4nixpkgs$ maintainers/scripts/update-luarocks-packages pkgs/development/lua-modules/generated-packages.nix 5 6These packages are manually refined in lua-overrides.nix 7*/ 8{ self, stdenv, fetchurl, fetchgit, pkgs, ... } @ args: 9self: super: 10with self; 11{ 12 13ansicolors = buildLuarocksPackage { 14 pname = "ansicolors"; 15 version = "1.0.2-3"; 16 17 src = fetchurl { 18 url = https://luarocks.org/ansicolors-1.0.2-3.src.rock; 19 sha256 = "1mhmr090y5394x1j8p44ws17sdwixn5a0r4i052bkfgk3982cqfz"; 20 }; 21 disabled = ( luaOlder "5.1"); 22 propagatedBuildInputs = [lua ]; 23 buildType="builtin"; 24 25 meta = { 26 homepage = "https://github.com/kikito/ansicolors.lua"; 27 description="Library for color Manipulation."; 28 license = { 29 fullName = "MIT <http://opensource.org/licenses/MIT>"; 30 }; 31 }; 32}; 33argparse = buildLuarocksPackage { 34 pname = "argparse"; 35 version = "0.6.0-1"; 36 37 src = fetchurl { 38 url = https://luarocks.org/argparse-0.6.0-1.src.rock; 39 sha256 = "10ic5wppyghd1lmgwgl0lb40pv8z9fi9i87080axxg8wsr19y0p4"; 40 }; 41 disabled = ( luaOlder "5.1") || ( luaAtLeast "5.4"); 42 propagatedBuildInputs = [lua ]; 43 buildType="builtin"; 44 45 meta = { 46 homepage = "https://github.com/mpeterv/argparse"; 47 description="A feature-rich command-line argument parser"; 48 license = { 49 fullName = "MIT"; 50 }; 51 }; 52}; 53basexx = buildLuarocksPackage { 54 pname = "basexx"; 55 version = "0.4.0-1"; 56 57 src = fetchurl { 58 url = https://luarocks.org/basexx-0.4.0-1.src.rock; 59 sha256 = "1px8yrxg1qkk3kzdqj3siry742jdv4ysp2dmicxi15mkynqpjlzz"; 60 }; 61 disabled = ( luaOlder "5.1"); 62 propagatedBuildInputs = [lua ]; 63 buildType="builtin"; 64 65 meta = { 66 homepage = "https://github.com/aiq/basexx"; 67 description="A base2, base16, base32, base64 and base85 library for Lua"; 68 license = { 69 fullName = "MIT"; 70 }; 71 }; 72}; 73dkjson = buildLuarocksPackage { 74 pname = "dkjson"; 75 version = "2.5-2"; 76 77 src = fetchurl { 78 url = https://luarocks.org/dkjson-2.5-2.src.rock; 79 sha256 = "1qy9bzqnb9pf9d48hik4iq8h68aw3270kmax7mmpvvpw7kkyp483"; 80 }; 81 disabled = ( luaOlder "5.1") || ( luaAtLeast "5.4"); 82 propagatedBuildInputs = [lua ]; 83 buildType="builtin"; 84 85 meta = { 86 homepage = "http://dkolf.de/src/dkjson-lua.fsl/"; 87 description="David Kolf's JSON module for Lua"; 88 license = { 89 fullName = "MIT/X11"; 90 }; 91 }; 92}; 93fifo = buildLuarocksPackage { 94 pname = "fifo"; 95 version = "0.2-0"; 96 97 src = fetchurl { 98 url = https://luarocks.org/fifo-0.2-0.src.rock; 99 sha256 = "082c5g1m8brnsqj5gnjs65bm7z50l6b05cfwah14lqaqsr5a5pjk"; 100 }; 101 102 propagatedBuildInputs = [lua ]; 103 buildType="builtin"; 104 105 meta = { 106 homepage = "https://github.com/daurnimator/fifo.lua"; 107 description="A lua library/'class' that implements a FIFO"; 108 license = { 109 fullName = "MIT/X11"; 110 }; 111 }; 112}; 113inspect = buildLuarocksPackage { 114 pname = "inspect"; 115 version = "3.1.1-0"; 116 117 src = fetchurl { 118 url = https://luarocks.org/inspect-3.1.1-0.src.rock; 119 sha256 = "0k4g9ahql83l4r2bykfs6sacf9l1wdpisav2i0z55fyfcdv387za"; 120 }; 121 disabled = ( luaOlder "5.1"); 122 propagatedBuildInputs = [lua ]; 123 buildType="builtin"; 124 125 meta = { 126 homepage = "https://github.com/kikito/inspect.lua"; 127 description="Lua table visualizer, ideal for debugging"; 128 license = { 129 fullName = "MIT <http://opensource.org/licenses/MIT>"; 130 }; 131 }; 132}; 133lgi = buildLuarocksPackage { 134 pname = "lgi"; 135 version = "0.9.2-1"; 136 137 src = fetchurl { 138 url = https://luarocks.org/lgi-0.9.2-1.src.rock; 139 sha256 = "07ajc5pdavp785mdyy82n0w6d592n96g95cvq025d6i0bcm2cypa"; 140 }; 141 disabled = ( luaOlder "5.1"); 142 propagatedBuildInputs = [lua ]; 143 buildType="make"; 144 145 meta = { 146 homepage = "http://github.com/pavouk/lgi"; 147 description="Lua bindings to GObject libraries"; 148 license = { 149 fullName = "MIT/X11"; 150 }; 151 }; 152}; 153lpeg_patterns = buildLuarocksPackage { 154 pname = "lpeg_patterns"; 155 version = "0.5-0"; 156 157 src = fetchurl { 158 url = https://luarocks.org/lpeg_patterns-0.5-0.src.rock; 159 sha256 = "0mlw4nayrsdxrh98i26avz5i4170a9brciybw88kks496ra36v8f"; 160 }; 161 162 propagatedBuildInputs = [lua lpeg ]; 163 buildType="builtin"; 164 165 meta = { 166 homepage = "https://github.com/daurnimator/lpeg_patterns/archive/v0.5.zip"; 167 description="a collection of LPEG patterns"; 168 license = { 169 fullName = "MIT"; 170 }; 171 }; 172}; 173lpty = buildLuarocksPackage { 174 pname = "lpty"; 175 version = "1.2.2-1"; 176 177 src = fetchurl { 178 url = https://luarocks.org/lpty-1.2.2-1.src.rock; 179 sha256 = "1vxvsjgjfirl6ranz6k4q4y2dnxqh72bndbk400if22x8lqbkxzm"; 180 }; 181 disabled = ( luaOlder "5.1"); 182 propagatedBuildInputs = [lua ]; 183 buildType="make"; 184 185 meta = { 186 homepage = "http://www.tset.de/lpty/"; 187 description="A simple facility for lua to control other programs via PTYs."; 188 license = { 189 fullName = "MIT"; 190 }; 191 }; 192}; 193lrexlib-gnu = buildLuarocksPackage { 194 pname = "lrexlib-gnu"; 195 version = "2.9.0-1"; 196 197 src = fetchurl { 198 url = https://luarocks.org/lrexlib-gnu-2.9.0-1.src.rock; 199 sha256 = "036rda4rji1pbnbxk1nzjy5zmigdsiacqbzrbvciwq3lrxa2j5s2"; 200 }; 201 disabled = ( luaOlder "5.1"); 202 propagatedBuildInputs = [lua ]; 203 buildType="builtin"; 204 205 meta = { 206 homepage = "http://github.com/rrthomas/lrexlib"; 207 description="Regular expression library binding (GNU flavour)."; 208 license = { 209 fullName = "MIT/X11"; 210 }; 211 }; 212}; 213lrexlib-posix = buildLuarocksPackage { 214 pname = "lrexlib-posix"; 215 version = "2.9.0-1"; 216 217 src = fetchurl { 218 url = https://luarocks.org/lrexlib-posix-2.9.0-1.src.rock; 219 sha256 = "0ifpybf4m94g1nk70l0f5m45gph0rbp5wrxrl1hnw8ibv3mc1b1r"; 220 }; 221 disabled = ( luaOlder "5.1"); 222 propagatedBuildInputs = [lua ]; 223 buildType="builtin"; 224 225 meta = { 226 homepage = "http://github.com/rrthomas/lrexlib"; 227 description="Regular expression library binding (POSIX flavour)."; 228 license = { 229 fullName = "MIT/X11"; 230 }; 231 }; 232}; 233ltermbox = buildLuarocksPackage { 234 pname = "ltermbox"; 235 version = "0.2-1"; 236 237 src = fetchurl { 238 url = https://luarocks.org/ltermbox-0.2-1.src.rock; 239 sha256 = "08jqlmmskbi1ml1i34dlmg6hxcs60nlm32dahpxhcrgjnfihmyn8"; 240 }; 241 disabled = ( luaOlder "5.1"); 242 propagatedBuildInputs = [lua ]; 243 buildType="builtin"; 244 245 meta = { 246 homepage = "http://code.google.com/p/termbox"; 247 description="A termbox library package"; 248 license = { 249 fullName = "New BSD License"; 250 }; 251 }; 252}; 253lua-cmsgpack = buildLuarocksPackage { 254 pname = "lua-cmsgpack"; 255 version = "0.4.0-0"; 256 257 knownRockspec = ( fetchurl { 258 url = https://luarocks.org/lua-cmsgpack-0.4.0-0.rockspec; 259 sha256 = "10cvr6knx3qvjcw1q9v05f2qy607mai7lbq321nx682aa0n1fzin"; 260 }).outPath; 261 262 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 263 "url": "git://github.com/antirez/lua-cmsgpack.git", 264 "rev": "57b1f90cf6cec46450e87289ed5a676165d31071", 265 "date": "2018-06-14T11:56:56+02:00", 266 "sha256": "0yiwl4p1zh9qid3ksc4n9fv5bwaa9vjb0vgwnkars204xmxdj8fj", 267 "fetchSubmodules": true 268} 269 '') ["date"]) ; 270 271 disabled = ( luaOlder "5.1"); 272 propagatedBuildInputs = [lua ]; 273 buildType="builtin"; 274 275 meta = { 276 homepage = "http://github.com/antirez/lua-cmsgpack"; 277 description="MessagePack C implementation and bindings for Lua 5.1/5.2/5.3"; 278 license = { 279 fullName = "Two-clause BSD"; 280 }; 281 }; 282}; 283lua_cliargs = buildLuarocksPackage { 284 pname = "lua_cliargs"; 285 version = "3.0-2"; 286 287 src = fetchurl { 288 url = https://luarocks.org/lua_cliargs-3.0-2.src.rock; 289 sha256 = "0qqdnw00r16xbyqn4w1xwwpg9i9ppc3c1dcypazjvdxaj899hy9w"; 290 }; 291 disabled = ( luaOlder "5.1"); 292 propagatedBuildInputs = [lua ]; 293 buildType="builtin"; 294 295 meta = { 296 homepage = "https://github.com/amireh/lua_cliargs"; 297 description="A command-line argument parser."; 298 license = { 299 fullName = "MIT <http://opensource.org/licenses/MIT>"; 300 }; 301 }; 302}; 303lua-iconv = buildLuarocksPackage { 304 pname = "lua-iconv"; 305 version = "7-3"; 306 307 src = fetchurl { 308 url = https://luarocks.org/lua-iconv-7-3.src.rock; 309 sha256 = "03xibhcqwihyjhxnzv367q4bfmzmffxl49lmjsq77g0prw8v0q83"; 310 }; 311 disabled = ( luaOlder "5.1"); 312 propagatedBuildInputs = [lua ]; 313 buildType="builtin"; 314 315 meta = { 316 homepage = "http://ittner.github.com/lua-iconv/"; 317 description="Lua binding to the iconv"; 318 license = { 319 fullName = "MIT/X11"; 320 }; 321 }; 322}; 323lua-term = buildLuarocksPackage { 324 pname = "lua-term"; 325 version = "0.7-1"; 326 327 knownRockspec = ( fetchurl { 328 url = https://luarocks.org/lua-term-0.7-1.rockspec; 329 sha256 = "0r9g5jw7pqr1dyj6w58dqlr7y7l0jp077n8nnji4phf10biyrvg2"; 330 }).outPath; 331 332 src = fetchurl { 333 url = https://github.com/hoelzro/lua-term/archive/0.07.tar.gz; 334 sha256 = "0c3zc0cl3a5pbdn056vnlan16g0wimv0p9bq52h7w507f72x18f1"; 335 }; 336 337 338 339 buildType="builtin"; 340 341 meta = { 342 homepage = "https://github.com/hoelzro/lua-term"; 343 description="Terminal functions for Lua"; 344 license = { 345 fullName = "MIT/X11"; 346 }; 347 }; 348}; 349luaevent = buildLuarocksPackage { 350 pname = "luaevent"; 351 version = "0.4.6-1"; 352 353 src = fetchurl { 354 url = https://luarocks.org/luaevent-0.4.6-1.src.rock; 355 sha256 = "0chq09nawiz00lxd6pkdqcb8v426gdifjw6js3ql0lx5vqdkb6dz"; 356 }; 357 disabled = ( luaOlder "5.1"); 358 propagatedBuildInputs = [lua ]; 359 buildType="builtin"; 360 361 meta = { 362 homepage = "https://github.com/harningt/luaevent"; 363 description="libevent binding for Lua"; 364 license = { 365 fullName = "MIT"; 366 }; 367 }; 368}; 369luabitop = buildLuarocksPackage { 370 pname = "luabitop"; 371 version = "1.0.2-3"; 372 373 knownRockspec = ( fetchurl { 374 url = https://luarocks.org/luabitop-1.0.2-3.rockspec; 375 sha256 = "07y2h11hbxmby7kyhy3mda64w83p4a6p7y7rzrjqgc0r56yjxhcc"; 376 }).outPath; 377 378 src = fetchgit ( removeAttrs (builtins.fromJSON ''{ 379 "url": "git://github.com/LuaDist/luabitop.git", 380 "rev": "81bb23b0e737805442033535de8e6d204d0e5381", 381 "date": "2013-02-18T16:36:42+01:00", 382 "sha256": "0lsc556hlkddjbmcdbg7wc2g55bfy743p8ywdzl8x7kk847r043q", 383 "fetchSubmodules": true 384} 385 '') ["date"]) ; 386 387 disabled = ( luaOlder "5.1") || ( luaAtLeast "5.3"); 388 propagatedBuildInputs = [lua ]; 389 buildType="builtin"; 390 391 meta = { 392 homepage = "http://bitop.luajit.org/"; 393 description="Lua Bit Operations Module"; 394 license = { 395 fullName = "MIT/X license"; 396 }; 397 }; 398}; 399luacheck = buildLuarocksPackage { 400 pname = "luacheck"; 401 version = "0.23.0-1"; 402 403 src = fetchurl { 404 url = https://luarocks.org/luacheck-0.23.0-1.src.rock; 405 sha256 = "0akj61c7k1na2mggsckvfn9a3ljfp4agnmr9gp3mac4vin99a1cl"; 406 }; 407 disabled = ( luaOlder "5.1") || ( luaAtLeast "5.4"); 408 propagatedBuildInputs = [lua argparse luafilesystem ]; 409 buildType="builtin"; 410 411 meta = { 412 homepage = "https://github.com/mpeterv/luacheck"; 413 description="A static analyzer and a linter for Lua"; 414 license = { 415 fullName = "MIT"; 416 }; 417 }; 418}; 419luaffi = buildLuarocksPackage { 420 pname = "luaffi"; 421 version = "scm-1"; 422 423 src = fetchurl { 424 url = http://luarocks.org/dev/luaffi-scm-1.src.rock; 425 sha256 = "0dia66w8sgzw26bwy36gzyb2hyv7kh9n95lh5dl0158rqa6fsf26"; 426 }; 427 disabled = ( luaOlder "5.1"); 428 propagatedBuildInputs = [lua ]; 429 buildType="builtin"; 430 431 meta = { 432 homepage = "https://github.com/facebook/luaffifb"; 433 description="FFI library for calling C functions from lua"; 434 license = { 435 fullName = "BSD"; 436 }; 437 }; 438}; 439luuid = buildLuarocksPackage { 440 pname = "luuid"; 441 version = "20120509-2"; 442 443 src = fetchurl { 444 url = https://luarocks.org/luuid-20120509-2.src.rock; 445 sha256 = "08q54x0m51w89np3n117h2a153wsgv3qayabd8cz6i55qm544hkg"; 446 }; 447 disabled = ( luaOlder "5.2") || ( luaAtLeast "5.4"); 448 propagatedBuildInputs = [lua ]; 449 buildType="builtin"; 450 451 meta = { 452 homepage = "http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#luuid"; 453 description="A library for UUID generation"; 454 license = { 455 fullName = "Public domain"; 456 }; 457 }; 458}; 459penlight = buildLuarocksPackage { 460 pname = "penlight"; 461 version = "1.5.4-1"; 462 463 knownRockspec = ( fetchurl { 464 url = https://luarocks.org/penlight-1.5.4-1.rockspec; 465 sha256 = "07mhsk9kmdxg4i2w4mrnnd2zs34bgggi9gigfplakxin96sa6c0p"; 466 }).outPath; 467 468 src = fetchurl { 469 url = http://stevedonovan.github.io/files/penlight-1.5.4.zip; 470 sha256 = "138f921p6kdqkmf4pz115phhj0jsqf28g33avws80d2vq2ixqm8q"; 471 }; 472 473 474 propagatedBuildInputs = [luafilesystem ]; 475 buildType="builtin"; 476 477 meta = { 478 homepage = "http://stevedonovan.github.com/Penlight"; 479 description="Lua utility libraries loosely based on the Python standard libraries"; 480 license = { 481 fullName = "MIT/X11"; 482 }; 483 }; 484}; 485say = buildLuarocksPackage { 486 pname = "say"; 487 version = "1.3-1"; 488 489 knownRockspec = ( fetchurl { 490 url = https://luarocks.org/say-1.3-1.rockspec; 491 sha256 = "0bknglb0qwd6r703wp3hcb6z2xxd14kq4md3sg9al3b28fzxbhdv"; 492 }).outPath; 493 494 src = fetchurl { 495 url = https://github.com/Olivine-Labs/say/archive/v1.3-1.tar.gz; 496 sha256 = "1jh76mxq9dcmv7kps2spwcc6895jmj2sf04i4y9idaxlicvwvs13"; 497 }; 498 499 disabled = ( luaOlder "5.1"); 500 propagatedBuildInputs = [lua ]; 501 buildType="builtin"; 502 503 meta = { 504 homepage = "http://olivinelabs.com/busted/"; 505 description="Lua String Hashing/Indexing Library"; 506 license = { 507 fullName = "MIT <http://opensource.org/licenses/MIT>"; 508 }; 509 }; 510}; 511luv = buildLuarocksPackage { 512 pname = "luv"; 513 version = "1.22.0-1"; 514 515 knownRockspec = ( fetchurl { 516 url = https://luarocks.org/luv-1.22.0-1.rockspec; 517 sha256 = "0yxjy9wj4aqbv1my8fkciy2xar5si6bcsszipgyls24rl6lnmga3"; 518 }).outPath; 519 520 src = fetchurl { 521 url = https://github.com/luvit/luv/releases/download/1.22.0-1/luv-1.22.0-1.tar.gz; 522 sha256 = "1xvz4a0r6kd1xqxwm55g9n6imprxb79600x7dhyillrz7p5nm217"; 523 }; 524 525 disabled = ( luaOlder "5.1"); 526 propagatedBuildInputs = [lua ]; 527 buildType="cmake"; 528 529 meta = { 530 homepage = "https://github.com/luvit/luv"; 531 description="Bare libuv bindings for lua"; 532 license = { 533 fullName = "Apache 2.0"; 534 }; 535 }; 536}; 537luasystem = buildLuarocksPackage { 538 pname = "luasystem"; 539 version = "0.2.1-0"; 540 541 src = fetchurl { 542 url = https://luarocks.org/luasystem-0.2.1-0.src.rock; 543 sha256 = "091xmp8cijgj0yzfsjrn7vljwznjnjn278ay7z9pjwpwiva0diyi"; 544 }; 545 disabled = ( luaOlder "5.1"); 546 propagatedBuildInputs = [lua ]; 547 buildType="builtin"; 548 549 meta = { 550 homepage = "http://olivinelabs.com/luasystem/"; 551 description="Platform independent system calls for Lua."; 552 license = { 553 fullName = "MIT <http://opensource.org/licenses/MIT>"; 554 }; 555 }; 556}; 557mediator_lua = buildLuarocksPackage { 558 pname = "mediator_lua"; 559 version = "1.1.2-0"; 560 561 src = fetchurl { 562 url = http://luarocks.org/manifests/teto/mediator_lua-1.1.2-0.src.rock; 563 sha256 = "18j49vvs94yfk4fw0xsq4v3j4difr6c99gfba0kxairmcqamd1if"; 564 }; 565 disabled = ( luaOlder "5.1"); 566 propagatedBuildInputs = [lua ]; 567 buildType="builtin"; 568 569 meta = { 570 homepage = "http://olivinelabs.com/mediator_lua/"; 571 description="Event handling through channels"; 572 license = { 573 fullName = "MIT <http://opensource.org/licenses/MIT>"; 574 }; 575 }; 576}; 577mpack = buildLuarocksPackage { 578 pname = "mpack"; 579 version = "1.0.7-0"; 580 581 src = fetchurl { 582 url = http://luarocks.org/manifests/teto/mpack-1.0.7-0.src.rock; 583 sha256 = "0nq4ixaminkc7fwfpivysyv0al3j5dffsvgdrnwnqdg3w7jgfbw7"; 584 }; 585 586 587 buildType="builtin"; 588 589 meta = { 590 homepage = "https://github.com/libmpack/libmpack-lua/releases/download/1.0.7/libmpack-lua-1.0.7.tar.gz"; 591 description="Lua binding to libmpack"; 592 license = { 593 fullName = "MIT"; 594 }; 595 }; 596}; 597nvim-client = buildLuarocksPackage { 598 pname = "nvim-client"; 599 version = "0.1.0-1"; 600 601 src = fetchurl { 602 url = https://luarocks.org/nvim-client-0.1.0-1.src.rock; 603 sha256 = "1p57mrvm0ny3yi5cydr3z9qwzyg124rjp5w7vdflf2i23z39mkma"; 604 }; 605 disabled = ( luaOlder "5.1"); 606 propagatedBuildInputs = [lua mpack luv coxpcall ]; 607 buildType="builtin"; 608 609 meta = { 610 homepage = "https://github.com/neovim/lua-client/archive/0.1.0-1.tar.gz"; 611 description="Lua client to Nvim"; 612 license = { 613 fullName = "Apache"; 614 }; 615 }; 616}; 617busted = buildLuarocksPackage { 618 pname = "busted"; 619 version = "2.0.rc13-0"; 620 621 knownRockspec = ( fetchurl { 622 url = https://luarocks.org/busted-2.0.rc13-0.rockspec; 623 sha256 = "0hrvhg1324q5ra6cpjh1y3by6lrzs0ljah4jl48l8xlgw1z9z1q5"; 624 }).outPath; 625 626 src = fetchurl { 627 url = https://github.com/Olivine-Labs/busted/archive/v2.0.rc13-0.tar.gz; 628 sha256 = "0m72bldn1r6j94ahcfmpaq1mmysrshf9qi9fjas7hpal0jp8ivvl"; 629 }; 630 631 disabled = ( luaOlder "5.1"); 632 propagatedBuildInputs = [lua lua_cliargs luafilesystem luasystem dkjson say luassert lua-term penlight mediator_lua ]; 633 buildType="builtin"; 634 635 meta = { 636 homepage = "http://olivinelabs.com/busted/"; 637 description="Elegant Lua unit testing."; 638 license = { 639 fullName = "MIT <http://opensource.org/licenses/MIT>"; 640 }; 641 }; 642}; 643luassert = buildLuarocksPackage { 644 pname = "luassert"; 645 version = "1.7.11-0"; 646 647 knownRockspec = ( fetchurl { 648 url = https://luarocks.org/luassert-1.7.11-0.rockspec; 649 sha256 = "12zgybcv8acjzvjdbxd1764s1vxbksxdv9fkvsymcsdmppxkbd0s"; 650 }).outPath; 651 652 src = fetchurl { 653 url = https://github.com/Olivine-Labs/luassert/archive/v1.7.11.tar.gz; 654 sha256 = "1vwq3wqj9cjyz9lnf1n38yhpcglr2h40v3n9096i8vcpmyvdb3ka"; 655 }; 656 657 disabled = ( luaOlder "5.1"); 658 propagatedBuildInputs = [lua say ]; 659 buildType="builtin"; 660 661 meta = { 662 homepage = "http://olivinelabs.com/busted/"; 663 description="Lua Assertions Extension"; 664 license = { 665 fullName = "MIT <http://opensource.org/licenses/MIT>"; 666 }; 667 }; 668}; 669coxpcall = buildLuarocksPackage { 670 pname = "coxpcall"; 671 version = "1.17.0-1"; 672 673 src = fetchurl { 674 url = https://luarocks.org/manifests/hisham/coxpcall-1.17.0-1.src.rock; 675 sha256 = "0n1jmda4g7x06458596bamhzhcsly6x0p31yp6q3jz4j11zv1zhi"; 676 }; 677 678 679 buildType="builtin"; 680 681 meta = { 682 homepage = "http://keplerproject.github.io/coxpcall"; 683 description="Coroutine safe xpcall and pcall"; 684 license = { 685 fullName = "MIT/X11"; 686 }; 687 }; 688}; 689 690} 691/* GENERATED */ 692