-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
43 lines (41 loc) · 1.61 KB
/
build.zig.zon
File metadata and controls
43 lines (41 loc) · 1.61 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
.{
.name = "squashfuse-zig",
.version = "0.5.0",
.paths = [][]const u8{
"build.zig",
"build.zig.zon",
"lib",
"test",
},
.dependencies = .{
.clap = .{
.url = "git+https://github.com/Hejsil/zig-clap#0.9.1",
.hash = "122062d301a203d003547b414237229b09a7980095061697349f8bef41be9c30266b",
},
.fuse = .{
.url = "git+https://github.com/mgord9518/libfuse-zig#067741f27b6ba46c3950eb0aeedac3f9ca2b3240",
.hash = "122080b505c126987851206c008bbdda57d6bab07c0eced8331cda2b95f34721d768",
},
.lz4 = .{
.url = "git+https://github.com/mgord9518/lz4-zig#bdf473d2ecfcc13719ad2946dc1b29cbff847f79",
.hash = "1220a63e23a02e514a8ca333662ff84d08e9f2233560c485d2d99e764a09508aa953",
},
// TODO: update libdeflate
.libdeflate = .{
.url = "git+https://github.com/ebiggers/libdeflate#v1.19",
.hash = "12209f6d3313777edb090add7dcb02c2ee7c10b65c62b9c401ce90148c0f44387d99",
},
.libzstd = .{
.url = "git+https://github.com/facebook/zstd#v1.5.7",
.hash = "1220001b05f0bec9e5fda3971462d94de602bb458186e117afdeaed3ea36cb5677ef",
},
.liblz4 = .{
.url = "git+https://github.com/lz4/lz4#v1.10.0",
.hash = "1220806155b365608bdfec2a076502c51a8127af1d800b5512d3ee93601a1aca7765",
},
.libxz = .{
.url = "git+https://github.com/tukaani-project/xz#v5.6.4",
.hash = "1220b110b8e7113ad2a41d0691bf2eb237d3aac2d174e6920ab2cfa940fce63b90e2",
},
},
}