lua5.3: package Lua 5.3 version
authorRafał Miłecki <rafal@milecki.pl>
Sat, 22 Jun 2019 12:47:41 +0000 (14:47 +0200)
committerRafał Miłecki <rafal@milecki.pl>
Fri, 28 Jun 2019 07:25:59 +0000 (09:25 +0200)
commit6b161bb8d528663b78c2314d9f1e1c9217dacba2
tree50dcd5996ff65bcd5da45c6a4215859c2e527701
parentfe59b46ca7e0716e030a5d7cb0da9b4b6a79a8f4
lua5.3: package Lua 5.3 version

This package provides an interpreter and compiler for Lua 5.3.5. It has
been decided to use separated package due to a backward incompatibility
of Lua 5.2 and 5.3.

This package/version:
1) Does not include lnum patch as its author didn't decide to port it to
   the new version.
2) Does not provide shared library as the old patch doesn't apply
   anymore. It can be added later if needed.
3) Does not come with examples package as tests were dropped by upstream
   developers.

That said there is definitely a room for improvement and any further
work is highly appreciated. It works however and can be safely pushed as
a basic/early package release.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
package/utils/lua5.3/Makefile [new file with mode: 0644]
package/utils/lua5.3/patches-host/001-include-version-number.patch [new file with mode: 0644]
package/utils/lua5.3/patches-host/100-no_readline.patch [new file with mode: 0644]
package/utils/lua5.3/patches/001-include-version-number.patch [new file with mode: 0644]
package/utils/lua5.3/patches/100-no_readline.patch [new file with mode: 0644]