Files
neovim/deps/utf8proc/build.zig.zon
2025-11-13 22:07:15 +01:00

13 lines
331 B
Zig

.{
.name = "utf8proc",
.version = "2.10.0",
.paths = .{""},
.dependencies = .{
.utf8proc = .{
.url = "git+https://github.com/juliastrings/utf8proc?ref=v2.11.1#53f0bac76f5d5bd3ed69d1a06ee5b200c8940610",
.hash = "N-V-__8AAEmnKADrO-sasMEghlX7HQYra9O95u2w_4wdycuU",
},
},
}