-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
29 lines (29 loc) · 1.04 KB
/
build.zig.zon
File metadata and controls
29 lines (29 loc) · 1.04 KB
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
.{
.name = .zhttp,
.version = "0.0.0",
.fingerprint = 0xc37cddddbdfecc23, // Changing this has security and trust implications.
.minimum_zig_version = "0.16.0-dev.2736+3b515fbed",
.dependencies = .{
.libzstd = .{
.url = "git+https://github.com/SmallThingz/libzstd.zig#90ec8cf58140b9eded0e49d7a62dbd67a7117631",
.hash = "libzstd-0.0.0-SsS5mr9WAAD1MndpcqQwsRpKp4YFzbeSDi6UjE-6U-xt",
},
.libbrotli = .{
.url = "git+https://github.com/SmallThingz/libbrotli.zig#20a318f2cafda41e6f848416de2bf8fd6a1acd5e",
.hash = "libbrotli-0.0.0-JbJ8NTpyAADhR_VOJA99Z-n5A3JP9swAyc7-d7X1KxVq",
},
.zws = .{
.url = "git+https://github.com/SmallThingz/zws#d2a9c4852242e55e21a31f96410a02ac3d6673a7",
.hash = "zws-0.0.0-ZE1ttns_BQAInsvMh4xMc1k9s2vnQ5cFELnk7QizXpVJ",
},
},
.paths = .{
"benchmark",
"build.zig",
"build.zig.zon",
"examples",
"src",
"test_root.zig",
"test_runner.zig",
},
}