nats.c/build.zig.zon

34 lines
1.3 KiB
Plaintext
Raw Normal View History

2024-09-14 20:18:27 -07:00
.{
.name = "nats_c",
.version = "3.9.1",
2024-09-14 20:18:27 -07:00
.minimum_zig_version = "0.12.0",
.dependencies = .{
.nats_c = .{
.url = "git+https://github.com/nats-io/nats.c?ref=v3.9.1#97056709d07fd83700f459e7ea9ea2e5c34ff6bb",
.hash = "12203347177845724e82819c0243caa502b054427c75f29e7f22988c67f5a91bd504",
2024-09-14 20:18:27 -07:00
},
.libressl = .{
.url = "git+https://github.com/allyourcodebase/libressl.git?ref=4.0.0#7aa9871c8c9897228662e61d1355f13491857913",
.hash = "1220a9ccbd8d9ba60b665a19ebdc5b412ac48e0eeb588616f087f6dd739a23fed5d6",
2024-09-14 20:18:27 -07:00
.lazy = true,
},
.protobuf_c = .{
.url = "git+https://github.com/allyourcodebase/protobuf-c.git?ref=1.5.0#ae7587481485e615d3866861703d41d3efc22b82",
.hash = "1220f454bf9412333c5d21b8c21b323fc7e4e37b02341bf2fa49f110b8bc5d97c972",
.lazy = true,
},
2024-09-15 20:06:51 -07:00
.libsodium = .{
.url = "git+https://github.com/jedisct1/libsodium.git?ref=stable#8f36e67d8dcb7c8bd32b2ccf9891caa7825ead41",
.hash = "122082bb74ee448b76311bb229f3886628a5fdbf0d34ac9bbccec6f28471d82caa3b",
2024-09-15 20:06:51 -07:00
.lazy = true,
},
2024-09-14 20:18:27 -07:00
},
.paths = .{
"build.zig",
"build.zig.zon",
"LICENSE",
"LICENSE-NATS_C",
"readme.md",
},
}