nats.zig/build.zig.zon
torque a0557fda19
[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:20:01 -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/50f4105ca019bfcde951415e8e4ece808efcece9.tar.gz",
.hash = "1220c716910adebe04305bcb55ab4d3d1abd6c4416a5ec9978f1d4f8364457f9d441",
},
},
}