-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
34 lines (33 loc) · 1.18 KB
/
build.zig.zon
File metadata and controls
34 lines (33 loc) · 1.18 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
.{
.name = .koino,
.version = "0.1.0",
.minimum_zig_version = "0.15.1",
.fingerprint = 0x2af09c5b5aeed24b,
.dependencies = .{
.clap = .{
.url = "https://github.com/Hejsil/zig-clap/archive/refs/tags/0.11.0.tar.gz",
.hash = "clap-0.11.0-oBajB-HnAQDPCKYzwF7rO3qDFwRcD39Q0DALlTSz5H7e",
},
.libpcre_zig = .{
.url = "git+https://github.com/kivikakk/libpcre.zig#3f61efd01ec45281c4bc6f8f6d0ae7b718e7056e",
.hash = "libpcre_zig-0.1.0-Dtf6CQ04AACiOaA107r6fJ9BpThKZCzDeqp-v5Xv0Ixr",
},
.htmlentities_zig = .{
.url = "git+https://nossa.ee/~talya/htmlentities.zig#50cb7d848e81389c71fc383534ece76a3fc36284",
.hash = "htmlentities_zig-0.1.0-zV-DJDYiAwAv5XJgsNlBPl79pWgiOkJ4-8OUgV95Ksb2",
},
.uucode = .{
.url = "git+https://github.com/jacobsandlund/uucode#57efdfb7eeb04636aa1069ecb8a65b9c2fcaf4cc",
.hash = "uucode-0.2.0-ZZjBPl1XVACasBRHQowdN6_UB_jkKpOMgKSkGNEB1vSk",
},
},
.paths = .{
"build.zig",
"Makefile",
"build.zig.zon",
"src",
"examples",
"LICENSE",
"README.md",
},
}