-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
24 lines (24 loc) · 864 Bytes
/
build.zig.zon
File metadata and controls
24 lines (24 loc) · 864 Bytes
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 = .libbpf,
.version = "1.7.0",
.minimum_zig_version = "0.14.0",
.fingerprint = 0xb44e6e3ca68a158,
.dependencies = .{
.@"libbpf-upstream" = .{
.url = "https://github.com/libbpf/libbpf/archive/refs/tags/v1.7.0.tar.gz",
.hash = "N-V-__8AAJb6QwBAkBOVjg7v-0jgJT_ABV0UBSdxTjcmmEy4",
},
.libelf = .{
.url = "https://github.com/allyourcodebase/libelf/archive/83eb27558c7ef1279f3b2fe8ee68ec5e72d37d83.tar.gz",
.hash = "libelf-0.192.0-y7TJK2soAAB2vtFBwNUUUjkWMHveog_FNOPGsmkKSobq",
},
.zlib = .{
.url = "https://github.com/allyourcodebase/zlib/archive/refs/tags/1.3.2.tar.gz",
.hash = "zlib-1.3.2-ZZQ7lc8NAAAHm9MDfplvwoesXvk4tVm6VCsiI8KnIbT0",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
},
}