2020-12-18 20:58:32 by Nia Alarie | Files touched by this commit (3) |
Log message: lua54: Update to 5.4.2. this is a bugfix release, see http://www.lua.org/work/ |
2020-10-14 18:42:59 by Thomas Klausner | Files touched by this commit (2) | ![]() |
Log message: lua54: update to 5.4.1. This is a bug-fix release. Full diffs here: https://www.lua.org/work/diffs-lua-5.4.0-lua-5.4.1.html |
2020-09-20 16:48:18 by Thomas Klausner | Files touched by this commit (4) | ![]() |
Log message: lua*: update descriptions |
2020-08-07 03:57:11 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Fix build on Linux |
2020-07-02 23:42:23 by Nia Alarie | Files touched by this commit (5) |
Log message: lua: move cmake bits to per-interpreter buildlink3s |
2020-07-02 12:15:20 by Nia Alarie | Files touched by this commit (4) |
Log message: Update metadata for Lua interpreters |
2020-06-30 15:48:59 by Nia Alarie | Files touched by this commit (1) |
Log message: lua54: correct version check |
2020-06-30 15:16:14 by Nia Alarie | Files touched by this commit (9) |
Log message: lang: Add lua54. Note: this is slightly different than other Lua packages and, among other things, implements its own install target. This is becuase I wanted to minimize the amount of patching to Makefiles to make it fit into the pkgsrc world. Lua is a powerful, fast, lightweight, embeddable scripting language. Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpreting bytecode for a register-based virtual machine, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping. This version is a preferred choice for new Lua modules. |