aboutsummaryrefslogtreecommitdiff
path: root/yuescript-dev-1.rockspec
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2026-02-22 02:10:26 +0800
committerLi Jin <dragon-fly@qq.com>2026-02-22 02:12:46 +0800
commit0f75a9573821933f7829d250a99fcfa353ab7518 (patch)
tree93124a740cad143d70f70bb0f490a1645ce22c48 /yuescript-dev-1.rockspec
parent58baf3ef323026b3ffc46ce480ceba4c0997fae3 (diff)
downloadyuescript-0f75a9573821933f7829d250a99fcfa353ab7518.tar.gz
yuescript-0f75a9573821933f7829d250a99fcfa353ab7518.tar.bz2
yuescript-0f75a9573821933f7829d250a99fcfa353ab7518.zip
Fixed some scripts.v0.33.1
Fix.
Diffstat (limited to 'yuescript-dev-1.rockspec')
-rw-r--r--yuescript-dev-1.rockspec5
1 files changed, 2 insertions, 3 deletions
diff --git a/yuescript-dev-1.rockspec b/yuescript-dev-1.rockspec
index 1d69998..864cf2e 100644
--- a/yuescript-dev-1.rockspec
+++ b/yuescript-dev-1.rockspec
@@ -2,13 +2,13 @@ rockspec_format = "3.0"
2package = "Yuescript" 2package = "Yuescript"
3version = "dev-1" 3version = "dev-1"
4source = { 4source = {
5 url = "git+https://github.com/pigpigyyy/yuescript" 5 url = "git+https://github.com/IppClub/YueScript"
6} 6}
7description = { 7description = {
8 summary = "Yuescript is a Moonscript dialect.", 8 summary = "Yuescript is a Moonscript dialect.",
9 detailed = [[ 9 detailed = [[
10 Yuescript is a Moonscript dialect. It is derived from Moonscript language 0.5.0 and continuously adopting new features to be more up to date. ]], 10 Yuescript is a Moonscript dialect. It is derived from Moonscript language 0.5.0 and continuously adopting new features to be more up to date. ]],
11 homepage = "https://github.com/pigpigyyy/yuescript", 11 homepage = "https://github.com/IppClub/YueScript",
12 maintainer = "Li Jin <dragon-fly@qq.com>", 12 maintainer = "Li Jin <dragon-fly@qq.com>",
13 labels = {"yuescript","cpp","transpiler","moonscript"}, 13 labels = {"yuescript","cpp","transpiler","moonscript"},
14 license = "MIT" 14 license = "MIT"
@@ -16,7 +16,6 @@ description = {
16dependencies = { 16dependencies = {
17 "lua >= 5.1", 17 "lua >= 5.1",
18} 18}
19
20build = { 19build = {
21 type = "cmake", 20 type = "cmake",
22 variables = { 21 variables = {