Files
libuv/build.zig.zon
bfredl dd606c7686
Some checks are pending
CI / build (-Dbuild-tests -Dbuild-benchmarks, true, macos-latest, 0.15.2) (push) Waiting to run
CI / build (macos-latest, 0.14.1) (push) Waiting to run
CI / build (macos-latest, master) (push) Waiting to run
CI / build (ubuntu-latest, 0.14.1) (push) Waiting to run
CI / build (ubuntu-latest, 0.15.2) (push) Waiting to run
CI / build (ubuntu-latest, master) (push) Waiting to run
CI / build (windows-latest, 0.14.1) (push) Waiting to run
CI / build (windows-latest, 0.15.2) (push) Waiting to run
CI / build (windows-latest, master) (push) Waiting to run
version bump: libuv 1.52.0
2026-02-11 11:43:31 +01:00

20 lines
503 B
Zig

.{
.name = .libuv,
.fingerprint = 0x7CB3932CBFAADA86,
.version = "1.52.0",
.minimum_zig_version = "0.14.0",
.dependencies = .{
.libuv = .{
.url = "git+https://github.com/libuv/libuv?ref=v1.52.0#b556c0629d0fd250b5feefbc91b84c6f5e3dae48",
.hash = "N-V-__8AALHpRAD4RWLGxEOQL1GdKH2xwNlq0f51wZBIPIOV",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"LICENSE",
"LICENSE-LIBUV",
"readme.md",
},
}