-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbuild.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+1#fd0fe777153a75217e97ba22cd8b32005bb90d08",
.hash = "1220c6521dd6d37f0426fbe6c3b3c3f4282f28495311abc08fb4cebf21ea2346ba2f",
.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#59a98bc7f9d507175f551a53bfc0b2081f06e3ba",
.hash = "1220297067945b08f44a20b3b20e5e0fd39e178a30d96d4a3531fed5999252f52eea",
.lazy = true,
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"LICENSE",
"LICENSE-NATS_C",
"readme.md",
},
}