mirror of
https://github.com/allyourcodebase/lua.git
synced 2026-05-01 11:17:58 +02:00
21 lines
429 B
Zig
21 lines
429 B
Zig
.{
|
|
.name = .lua,
|
|
.version = "5.4.7",
|
|
.fingerprint = 0xd671372bcadcaace,
|
|
|
|
.minimum_zig_version = "0.14.0",
|
|
|
|
.dependencies = .{
|
|
.lua = .{
|
|
.url = "https://www.lua.org/ftp/lua-5.4.7.tar.gz",
|
|
.hash = "N-V-__8AAIMvFABt-Qcpk24RD10ldEN743D8Q2e19Er8x3dJ",
|
|
},
|
|
},
|
|
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"LICENSE",
|
|
"README.md",
|
|
},
|
|
}
|