diff options
| author | Li Jin <dragon-fly@qq.com> | 2026-02-22 02:10:26 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2026-02-22 02:12:46 +0800 |
| commit | 0f75a9573821933f7829d250a99fcfa353ab7518 (patch) | |
| tree | 93124a740cad143d70f70bb0f490a1645ce22c48 /yuescript-dev-1.rockspec | |
| parent | 58baf3ef323026b3ffc46ce480ceba4c0997fae3 (diff) | |
| download | yuescript-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.rockspec | 5 |
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" | |||
| 2 | package = "Yuescript" | 2 | package = "Yuescript" |
| 3 | version = "dev-1" | 3 | version = "dev-1" |
| 4 | source = { | 4 | source = { |
| 5 | url = "git+https://github.com/pigpigyyy/yuescript" | 5 | url = "git+https://github.com/IppClub/YueScript" |
| 6 | } | 6 | } |
| 7 | description = { | 7 | description = { |
| 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 = { | |||
| 16 | dependencies = { | 16 | dependencies = { |
| 17 | "lua >= 5.1", | 17 | "lua >= 5.1", |
| 18 | } | 18 | } |
| 19 | |||
| 20 | build = { | 19 | build = { |
| 21 | type = "cmake", | 20 | type = "cmake", |
| 22 | variables = { | 21 | variables = { |
