Commit graph

9 commits

Author SHA1 Message Date
nia
9ba6cdc31b lua54: update to 5.4.3
this is a bugfix release, see
https://www.lua.org/bugs.html
2021-04-09 14:18:12 +00:00
nia
0e4fd192a7 lua54: Update to 5.4.2.
this is a bugfix release, see http://www.lua.org/work/
2020-12-18 19:58:31 +00:00
wiz
5813415135 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-10-14 16:42:59 +00:00
wiz
451a05335c lua*: update descriptions 2020-09-20 14:48:17 +00:00
joerg
86e655e13f Fix build on Linux 2020-08-07 01:57:10 +00:00
nia
22948160f1 lua: move cmake bits to per-interpreter buildlink3s 2020-07-02 21:42:23 +00:00
nia
c73eac021e Update metadata for Lua interpreters 2020-07-02 10:15:20 +00:00
nia
0b7121c4b4 lua54: correct version check 2020-06-30 13:48:59 +00:00
nia
9e8ca83062 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.
2020-06-30 13:16:14 +00:00