-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.zig.zon
41 lines (39 loc) · 1.69 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
34
35
36
37
38
39
40
41
.{
.name = "squashfuse-zig",
.version = "0.4.5",
.paths = [][]const u8{
"build.zig",
"build.zig.zon",
"lib",
"test",
},
.dependencies = .{
.clap = .{
.url = "https://github.com/Hejsil/zig-clap/archive/c0193e9247335a6c1688b946325060289405de2a.tar.gz",
.hash = "12207ee987ce045596cb992cfb15b0d6d9456e50d4721c3061c69dabc2962053644d",
},
.fuse = .{
.url = "https://github.com/mgord9518/libfuse-zig/archive/refs/tags/continuous.tar.gz",
.hash = "122080b505c126987851206c008bbdda57d6bab07c0eced8331cda2b95f34721d768",
},
// TODO: update libdeflate
.libdeflate = .{
.url = "https://github.com/ebiggers/libdeflate/archive/refs/tags/v1.19.tar.gz",
.hash = "12209f6d3313777edb090add7dcb02c2ee7c10b65c62b9c401ce90148c0f44387d99",
//.url = "https://github.com/ebiggers/libdeflate/archive/refs/tags/v1.21.tar.gz",
//.hash = "12203af6f4088f9fb213eb6880f96c61065f201953a90df4da9a875dfbee18adf8a9",
},
.libzstd = .{
.url = "https://github.com/facebook/zstd/archive/refs/tags/v1.5.6.tar.gz",
.hash = "1220cc97075e331a87cb201c03a018a1522325d6aa844619a461462fbfdaedb38c42",
},
.liblz4 = .{
.url = "https://github.com/lz4/lz4/archive/refs/tags/v1.10.0.tar.gz",
.hash = "1220fa6e67d18c0aef6009ec2fc0d8c5b5e2371544fc1e874695311739ccd8f8b0d3",
},
.libxz = .{
.url = "https://github.com/tukaani-project/xz/archive/refs/tags/v5.6.2.tar.gz",
.hash = "12200d749fc0f51ac0231f6ce241eccfce7383b581419ce90393d5ab765fbc42d637",
},
},
}