-
Notifications
You must be signed in to change notification settings - Fork 1
/
build.zig.zon
33 lines (33 loc) · 1.29 KB
/
build.zig.zon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
.{
.name = "nats_c",
.version = "3.9.1",
.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",
},
.libressl = .{
.url = "git+https://github.com/allyourcodebase/libressl.git?ref=4.0.0#7aa9871c8c9897228662e61d1355f13491857913",
.hash = "1220a9ccbd8d9ba60b665a19ebdc5b412ac48e0eeb588616f087f6dd739a23fed5d6",
.lazy = true,
},
.protobuf_c = .{
.url = "git+https://github.com/allyourcodebase/protobuf-c.git?ref=1.5.0#ae7587481485e615d3866861703d41d3efc22b82",
.hash = "1220f454bf9412333c5d21b8c21b323fc7e4e37b02341bf2fa49f110b8bc5d97c972",
.lazy = true,
},
.libsodium = .{
.url = "git+https://github.com/jedisct1/libsodium.git?ref=stable#8f36e67d8dcb7c8bd32b2ccf9891caa7825ead41",
.hash = "122082bb74ee448b76311bb229f3886628a5fdbf0d34ac9bbccec6f28471d82caa3b",
.lazy = true,
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"LICENSE",
"LICENSE-NATS_C",
"readme.md",
},
}