From 74e59752d54191b4a94256c6aaabd035323ab8ee Mon Sep 17 00:00:00 2001 From: JianFeeeee Date: Tue, 25 Aug 2026 19:16:27 +0800 Subject: [PATCH] =?UTF-8?q?release:=20lua515runner=20=E5=8C=85=E5=91=BD?= =?UTF-8?q?=E5=90=8D(=E4=B8=AD=E5=BF=83=E4=BB=93=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E4=B8=93=E7=94=A8)?= 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..4d6b88e 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 = "lua515runner" +version = "0.2.6" +description = "Lua 5.1.5 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..6c120a7 100644 --- a/src/bridge.cj +++ b/src/bridge.cj @@ -1,4 +1,4 @@ -package luaRunner +package lua515runner // ==================== FFI底层 ==================== diff --git a/src/lua_runner_test.cj b/src/lua_runner_test.cj index 3065eed..448cd9a 100644 --- a/src/lua_runner_test.cj +++ b/src/lua_runner_test.cj @@ -1,4 +1,4 @@ -package luaRunner +package lua515runner import std.unittest.* // cjlint-ignore G.PKG.01 import std.fs.* // cjlint-ignore G.PKG.01