NOTICE: This package has been removed from pkgsrc

./lang/lua, Powerful light-weight language for extending applications

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 5.2.2, Package name: lua-5.2.2, Maintainer: pkgsrc-users

Lua is a powerful, light-weight programming language designed for
extending applications. Lua is also frequently used as a
general-purpose, stand-alone language.

Lua combines simple procedural syntax (similar to Pascal) with
powerful data description constructs based on associative arrays and
extensible semantics. Lua is dynamically typed, interpreted from
bytecodes, and has automatic memory management, making it ideal for
configuration, scripting, and rapid prototyping.

Lua is a language engine that you can embed into your application.
This means that, besides syntax and semantics, Lua has an API that
allows the application to exchange data with Lua programs and also to
extend Lua with C functions. In this sense, Lua can be regarded as a
language framework for building domain-specific languages.

Lua is implemented as a small library of C functions, written in ANSI
C, and compiles unmodified in all known platforms. The implementation
goals are simplicity, efficiency, portability, and low embedding cost.
The result is a fast language engine with small footprint, making it
ideal in embedded systems too.


Master sites: (Expand)

SHA1: 0857e41e5579726a4cb96732e80d7aa47165eaf5
RMD160: d17967150017e9b25a26c1ad527647cd0b9e598f
Filesize: 245.813 KB

Version history: (Expand)


CVS history: (Expand)


   2022-06-28 11:39:59 by Nia Alarie | Files touched by this commit (1) | Package updated
Log message:
lua: update docs
   2022-06-28 11:39:29 by Nia Alarie | Files touched by this commit (1)
Log message:
lua: Bump default version to 5.4
   2022-03-06 10:13:44 by Nia Alarie | Files touched by this commit (1)
Log message:
lua/module.mk: Allow passing arguments to busted
   2022-02-19 21:39:58 by Nia Alarie | Files touched by this commit (1)
Log message:
lua: Add support for running tests with busted to module.mk
   2021-12-06 19:54:32 by Nia Alarie | Files touched by this commit (1)
Log message:
For Lua modules, strip out the -shared compiler argument on Darwin.
   2020-08-26 00:46:24 by David H. Gutteridge | Files touched by this commit (1)
Log message:
lua: fix typo in luaversion.mk
   2020-07-11 17:33:51 by Nia Alarie | Files touched by this commit (1)
Log message:
lang/module.mk: using rm: is probably more portable here
   2020-07-11 17:30:52 by Nia Alarie | Files touched by this commit (1)
Log message:
lua/module.mk: Avoid compiling Lua 5.3 modules with -ansi