Files
libuv/build.zig.zon

20 lines
503 B
Plaintext
Raw Normal View History

2025-02-04 00:04:54 -07:00
.{
.name = .libuv,
.fingerprint = 0x7CB3932CBFAADA86,
2026-02-11 11:28:21 +01:00
.version = "1.52.0",
.minimum_zig_version = "0.14.0",
2025-02-04 00:04:54 -07:00
.dependencies = .{
.libuv = .{
2026-03-07 11:20:48 -07:00
.url = "git+https://github.com/libuv/libuv?ref=v1.52.1#a19ceeb13a3689cfd20bf96b283136cff08a0dc6",
.hash = "N-V-__8AAF0TRQB7f11_kVHJXTkp9QLCD20udiPXEsoNg9cC",
2025-02-04 00:04:54 -07:00
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"LICENSE",
"LICENSE-LIBUV",
"readme.md",
},
}