nats.zig/build.zig.zon
torque 1dd1ebfe5d
[wip] build: update for zig-0.12.0
this doesn't actually work, apparently, due to the installed libressl
headers somehow not ending up in the right place during compilation? I
have no idea what is wrong, though.
2024-05-12 15:11:05 -07:00

21 lines
554 B
Zig

.{
.name = "nats.zig",
.version = "0.0.1",
.paths = .{
"src",
"deps/nats.c/src",
"deps/nats.c/LICENSE",
"deps/protobuf-c",
"build.zig",
"nats-c.build.zig",
"build.zig.zon",
"LICENSE",
},
.dependencies = .{
.libressl = .{
.url = "https://github.com/epicyclic-dev/LibreSSL-portable/archive/bde65fceb442ec033e13a271ccf1f7a1b9594974.tar.gz",
.hash = "1220ac2789cadee5700be832a9c69490893b6b7a5e36123272246acefa66777e1a79",
},
},
}