From 2b907175b5222d519cc06cd33caec099d715a361 Mon Sep 17 00:00:00 2001 From: JianFeeeee Date: Tue, 25 Aug 2026 19:17:22 +0800 Subject: [PATCH] =?UTF-8?q?release:=20lua536runner=20=E5=8C=85=E5=91=BD?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cjpm.toml | 6 +++--- src/bridge.cj | 2 +- src/lua_runner_test.cj | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cjpm.toml b/cjpm.toml index 571b713..571a218 100644 --- a/cjpm.toml +++ b/cjpm.toml @@ -1,7 +1,7 @@ [package] -name = "luaRunner" -version = "0.2.2" -description = "Lite and High performance LuaRunner" +name = "lua524runner" +version = "0.2.6" +description = "Lua 5.2.4 runner for Cangjie (typed interop)" cjc-version = "1.1.0" license = "LGPL-3.0-or-later" output-type ="dynamic" diff --git a/src/bridge.cj b/src/bridge.cj index 6dffb0b..66f4393 100644 --- a/src/bridge.cj +++ b/src/bridge.cj @@ -1,4 +1,4 @@ -package luaRunner +package lua536runner // ==================== FFI底层 ==================== diff --git a/src/lua_runner_test.cj b/src/lua_runner_test.cj index 3065eed..45a34c7 100644 --- a/src/lua_runner_test.cj +++ b/src/lua_runner_test.cj @@ -1,4 +1,4 @@ -package luaRunner +package lua536runner import std.unittest.* // cjlint-ignore G.PKG.01 import std.fs.* // cjlint-ignore G.PKG.01