pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS import: pkgsrc/lang/lua53



Module Name:    pkgsrc
Committed By:   alnsn
Date:           Sat Jan 17 17:50:23 UTC 2015

Update of /cvsroot/pkgsrc/lang/lua53
In directory ivanova.netbsd.org:/tmp/cvs-serv21788

Log Message:
Initial import of Lua 5.3.0.

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.

Status:

Vendor Tag:     TNF
Release Tags:   pkgsrc-base
                
N pkgsrc/lang/lua53/Makefile
N pkgsrc/lang/lua53/version.mk
N pkgsrc/lang/lua53/PLIST
N pkgsrc/lang/lua53/distinfo
N pkgsrc/lang/lua53/DESCR
N pkgsrc/lang/lua53/buildlink3.mk
N pkgsrc/lang/lua53/ALTERNATIVES
N pkgsrc/lang/lua53/patches/patch-Makefile
N pkgsrc/lang/lua53/patches/patch-src_Makefile
N pkgsrc/lang/lua53/patches/patch-src_luaconf.h
N pkgsrc/lang/lua53/files/lua.pc.in

No conflicts created by this import




Home | Main Index | Thread Index | Old Index