neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

build.zig.zon (357B)


      1 .{
      2     .name = "utf8proc",
      3     .version = "2.10.0",
      4     .paths = .{""},
      5 
      6     .dependencies = .{
      7         .utf8proc = .{
      8             .url = "git+https://github.com/juliastrings/utf8proc?ref=v2.11.3#e5e799221b45bbb90f5fdc5c69b6b8dfbf017e78",
      9             .hash = "N-V-__8AACywKABFCj0r_Y-jIWsk9ahy10zlk78hjn6S-39g",
     10             .lazy = true,
     11         },
     12     },
     13 }