diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-12 09:37:58 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-21 08:55:35 -0500 |
commit | ac98066ae905dcca766c8652ec7aaff8a05f2e19 (patch) | |
tree | 85b8eecdff1c4e391c3cfa7083ce06a691f52a30 /development/lua52/slack-desc | |
parent | be1bc0c80f3239795474d5d929c23b0c449e8ca4 (diff) | |
download | slackbuilds-ac98066ae905dcca766c8652ec7aaff8a05f2e19.tar.gz |
development/lua52: Updated for version 5.2.1.
Also moved from Libraries category
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/lua52/slack-desc')
-rw-r--r-- | development/lua52/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/lua52/slack-desc b/development/lua52/slack-desc new file mode 100644 index 0000000000..e7dd3a9c3d --- /dev/null +++ b/development/lua52/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +lua52: Lua (a powerful, fast, light-weight, embeddable scripting language) +lua52: +lua52: Lua combines simple procedural syntax with powerful data description +lua52: constructs based on associative arrays and extensible semantics. +lua52: Lua is dynamically typed, runs by interpreting bytecode for a +lua52: register-based virtual machine, and has automatic memory management +lua52: with incremental garbage collection, making it ideal for +lua52: configuration, scripting, and rapid prototyping. +lua52: +lua52: This package installs the 5.2.x version. +lua52: |