This repository was archived by the owner on Mar 23, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
40 lines (37 loc) · 1.4 KB
/
build.zig.zon
File metadata and controls
40 lines (37 loc) · 1.4 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
// See: https://github.com/ziglang/zig/blob/master/doc/build.zig.zon.md
.{
.name = .pexcz,
.version = "0.0.3",
.fingerprint = 0x97ea894d71a986ac,
.minimum_zig_version = "0.14.1",
.dependencies = .{
.known_folders = .{
.url = "git+https://github.com/ziglibs/known-folders.git#aa24df42183ad415d10bc0a33e6238c437fc0f59",
.hash = "known_folders-0.0.0-Fy-PJtLDAADGDOwYwMkVydMSTp_aN-nfjCZw6qPQ2ECL",
},
.libzip = .{
.url = "git+https://github.com/jsirois/libzip#173513102e270d65234c3613b16c67f901058052",
.hash = "N-V-__8AAGRUYABUylxlPgK8vgvvxVLufaQalXyPsIKYJRMw",
},
.zlib = .{
.url = "https://github.com/madler/zlib/archive/refs/tags/v1.3.1.tar.gz",
.hash = "N-V-__8AAB0eQwD-0MdOEBmz7intriBReIsIDNlukNVoNu6o",
},
.zstd = .{
.url = "git+https://github.com/allyourcodebase/zstd#01327d49cbc56dc24c20a167bb0055d7fc23de84",
.hash = "zstd-1.5.7-KEItkJ8vAAC5_rRlKmLflYQ-eKXbAIQBWZNmmJtS18q0",
},
.zeit = .{
.url = "git+https://github.com/rockorager/zeit#991f38266f86535e68431675e8feb84efa1f011b",
.hash = "zeit-0.6.0-5I6bk0t7AgCPM_cY1DoqJB2pnmG7MMtpdO5IxNpryJDy",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"tools",
"LICENSE",
"README.md",
},
}