From 3b7886fbed2e23da39d4f87e4325cb7616004cc5 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 3 Nov 2024 17:33:52 +0100 Subject: Added lua-cpml package Note that this package is meant for luajit and lua 5.1, but has been bumped to 5.4 naively here simply because I use 5.4 more often. --- lua-cpml/lua_version.diff | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lua-cpml/lua_version.diff (limited to 'lua-cpml/lua_version.diff') diff --git a/lua-cpml/lua_version.diff b/lua-cpml/lua_version.diff new file mode 100644 index 0000000..a13986b --- /dev/null +++ b/lua-cpml/lua_version.diff @@ -0,0 +1,12 @@ +diff '--color=auto' -aru cpml.orig/cpml-scm-1.rockspec cpml.new/cpml-scm-1.rockspec +--- cpml.orig/cpml-scm-1.rockspec 2024-11-03 17:16:36.946767968 +0100 ++++ cpml.new/cpml-scm-1.rockspec 2024-11-03 17:16:57.813434738 +0100 +@@ -10,7 +10,7 @@ + license = "MIT" + } + dependencies = { +- "lua ~> 5.1" ++ "lua ~> 5.4" + } + build = { + type = "builtin", -- cgit v1.1