summaryrefslogtreecommitdiffstatshomepage
path: root/deps/utf8proc/build.zig.zon
blob: 2ad44cddc2f71da16f3f50e9e929e56c327446b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.{
    .name = .utf8proc,
    .fingerprint = 0xdcddf08dbb8954c4,
    .version = "2.10.0",
    .paths = .{""},

    .dependencies = .{
        .utf8proc = .{
            .url = "git+https://github.com/juliastrings/utf8proc?ref=v2.11.3#e5e799221b45bbb90f5fdc5c69b6b8dfbf017e78",
            .hash = "N-V-__8AACywKABFCj0r_Y-jIWsk9ahy10zlk78hjn6S-39g",
            .lazy = true,
        },
    },
}