-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.zig.zon
24 lines (24 loc) · 892 Bytes
/
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
.{
.name = "libjq.zig",
.version = "1.0.0",
.minimum_zig_version = "0.13.0",
.paths = .{
"build.zig",
"build.zig.zon",
"jq",
},
.dependencies = .{
.toolbox = .{
.url = "https://github.com/tiawl/toolbox/archive/refs/tags/1.11.2.tar.gz",
.hash = "122037046680450473adc3670f08c8695638d05f07c00be18e94ff3f7e21edf9ed9e",
},
.oniguruma = .{
.url = "https://github.com/tiawl/oniguruma.zig/archive/refs/tags/v6.9.10.tar.gz",
.hash = "1220196f0701302a66cd35da9b9072beeff59053fa11c591f564102475207014c596",
},
.winpthreads = .{
.url = "https://github.com/kassane/winpthreads-zigbuild/archive/cece22286c045e6280b182c73c15342376b9cb30.tar.gz",
.hash = "12200d56958ce15df8e3d6eee74cb5be7f57fa7ca2af19ef3925ff47be6a17c484d1",
},
},
}