Name: | lua |
---|---|
Version: | 5.1.4 |
Release: | 14.el7 |
Architecture: | i686 |
Group: | Development/Languages |
Size: | 624843 |
License: | MIT |
RPM: | lua-5.1.4-14.el7.i686.rpm |
Source RPM: | lua-5.1.4-14.el7.src.rpm |
Build Date: | Sat May 03 2014 |
Build Host: | ca-buildj3.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.lua.org/ |
Summary: | Powerful light-weight programming language |
Description: | 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 is free software. Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, interpreted from bytecodes, and has automatic memory management with garbage collection, making it ideal for configuration, scripting, and rapid prototyping. |
- Mass rebuild 2014-01-24
- Mass rebuild 2013-12-27
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
- Provide lua(abi) = 5.1 for better distro updates later
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
- Add patch to from lua.org with smaller bugfixes - sed -i -e 's/5\.1\.3/5.1.4/g' on autotoolize patch, bug #641144
- Add patch to increase IDSIZE for more useful error messages
- Add patch regarding dlopen flags to support Lunatic (Lua-Python bridge)