-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathbuild.zig.zon
33 lines (32 loc) · 1.2 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
.{
.name = .koino,
.version = "0.1.0",
.minimum_zig_version = "0.14.0",
.fingerprint = 0x2af09c5b5aeed24b,
.dependencies = .{
.zunicode = .{
.url = "https://github.com/kivikakk/zunicode/archive/711afa05416d1d1512bccf798a332be494d08f5f.tar.gz",
.hash = "1220d530a8c14f65f6184e695bf04d14c97b8e341cd391c579f9e85990c6262d2fec",
},
.clap = .{
.url = "git+https://github.com/Hejsil/zig-clap#a4e784da8399c51d5eeb5783e6a485b960d5c1f9",
.hash = "clap-0.10.0-oBajB8fkAQB0JvsrWLar4YZrseSZ9irFxHB7Hvy_bvxb",
},
.libpcre_zig = .{
.url = "git+https://github.com/kivikakk/libpcre.zig#00b62bc8bea7da75ba61f56555ea6cbaf0dc4e26",
.hash = "libpcre_zig-0.1.0-Dtf6Cb04AACKHZO38w4gDrY6to4lWHxOmW6htSqrR-f9",
},
.htmlentities_zig = .{
.url = "git+https://github.com/kivikakk/htmlentities.zig#8bb5aad18f17724c5195f1e6f3a637e951bbcb07",
.hash = "htmlentities_zig-0.1.0-zV-DJKMfAwAfkPOa6meBGcQ5hHDjlPo8GxZAmI6wghPo",
},
},
.paths = .{
"build.zig",
"Makefile",
"build.zig.zon",
"src",
"LICENSE",
"README.md",
},
}