mirror of
https://github.com/neovim/neovim
synced 2025-07-15 08:41:47 +00:00
13 lines
331 B
Zig
13 lines
331 B
Zig
.{
|
|
.name = "utf8proc",
|
|
.version = "2.10.0",
|
|
.paths = .{""},
|
|
|
|
.dependencies = .{
|
|
.utf8proc = .{
|
|
.url = "git+https://github.com/JuliaStrings/utf8proc?ref=v2.10.0#a1b99daa2a3393884220264c927a48ba1251a9c6",
|
|
.hash = "N-V-__8AAPJfKADYDOC95xuKyudrlob6eFqgzfFl8NbpOoU9",
|
|
},
|
|
},
|
|
}
|