magdalena

interactive shell navigation and history
Log | Files | Refs | README | LICENSE

build.zig.zon (502B)


      1 .{
      2     .name = .magdalena,
      3     .version = "0.4.0",
      4     .fingerprint = 0xd065e535ca3c8b31,
      5     .minimum_zig_version = "0.16.0",
      6     .dependencies = .{
      7         .zul = .{
      8             .url = "https://github.com/karlseguin/zul/archive/146f9d5b2238c3a621b96345adf03490900c2fe2.tar.gz",
      9             .hash = "zul-0.0.0-1oDot2KwBwC9c43wC7V9y4-xxg0a_d9okFDcJPhqmije",
     10         },
     11     },
     12     .paths = .{
     13         "build.zig",
     14         "build.zig.zon",
     15         "src",
     16         "LICENSE",
     17         "README.md",
     18     },
     19 }