r/o

port to zig 0.14 cda05887 parent 3840f0e8

authored by Luna

1
.{
2
.name = .koino,
3
.version = "0.1.0",
4
.minimum_zig_version = "0.14.0",
5
.fingerprint = 0x2af09c5b5aeed24b,
6
.dependencies = .{
7
.zunicode = .{
8
.url = "https://github.com/kivikakk/zunicode/archive/711afa05416d1d1512bccf798a332be494d08f5f.tar.gz",
9
.hash = "1220d530a8c14f65f6184e695bf04d14c97b8e341cd391c579f9e85990c6262d2fec",
10
},
11
.clap = .{
12
.url = "git+https://github.com/Hejsil/zig-clap#a4e784da8399c51d5eeb5783e6a485b960d5c1f9",
13
.hash = "clap-0.10.0-oBajB8fkAQB0JvsrWLar4YZrseSZ9irFxHB7Hvy_bvxb",
14
},
15
.libpcre_zig = .{
16
.url = "git+https://github.com/kivikakk/libpcre.zig#00b62bc8bea7da75ba61f56555ea6cbaf0dc4e26",
17
.hash = "libpcre_zig-0.1.0-Dtf6Cb04AACKHZO38w4gDrY6to4lWHxOmW6htSqrR-f9",
18
},
19
.htmlentities_zig = .{
20
.url = "git+https://github.com/lun-4/htmlentities.zig?ref=zig-014#f6a69d6e5d332848425776f6264f601658138004",
21
.hash = "htmlentities_zig-0.1.0-zV-DJKMfAwAfkPOa6meBGcQ5hHDjlPo8GxZAmI6wghPo",
22
},
23
},
24
25
.paths = .{
26
"build.zig",
27
"Makefile",
28
"build.zig.zon",
29
"src",
30
"LICENSE",
31
"README.md",
32
},
33
}
34