mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +00:00
13 lines
348 B
Zig
13 lines
348 B
Zig
.{
|
|
.name = "libiconv",
|
|
.version = "107.0.0",
|
|
.paths = .{""},
|
|
|
|
.dependencies = .{
|
|
.libiconv = .{
|
|
.url = "git+https://github.com/apple-oss-distributions/libiconv?ref=libiconv-107#a3f3b2c76dbf8ba11881debc6bcb4e309958d252",
|
|
.hash = "N-V-__8AAKce8wQq3Mp26YIvUGtazS8KPihcFS4vSGgzQf1x",
|
|
},
|
|
},
|
|
}
|