Next | Query returned 16 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2020-09-20 16:48:18 by Thomas Klausner | Files touched by this commit (4) | Package updated
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.

Next | Query returned 16 messages, browsing 11 to 20 | previous