| ... | ... | @@ -40,6 +40,7 @@ pub const Package = struct { |
| 40 | 40 | }; |
| 41 | 41 | |
| 42 | 42 | const dirs = struct { |
| 43 | pub const _root = ""; |
| 43 | 44 | pub const _89ujp8gq842x = cache ++ "/../.."; |
| 44 | 45 | pub const _8mdbh0zuneb0 = cache ++ "/v/git/github.com/yaml/libyaml/tag-0.2.5"; |
| 45 | 46 | pub const _s84v9o48ucb0 = cache ++ "/git/github.com/nektro/zig-ansi"; |
| ... | ... | @@ -117,6 +118,10 @@ pub const package_data = struct { |
| 117 | 118 | .pkg = Pkg{ .name = "zigmod", .path = .{ .path = dirs._89ujp8gq842x ++ "/src/lib.zig" }, .dependencies = &.{ _s84v9o48ucb0.pkg.?, _2ta738wrqbaq.pkg.?, _0npcrzfdlrvk.pkg.?, _ejw82j2ipa0e.pkg.?, _ocmr9rtohgcc.pkg.?, _tnj3qf44tpeq.pkg.? } }, |
| 118 | 119 | }; |
| 119 | 120 | |
| 121 | pub const _root = Package{ |
| 122 | .directory = dirs._root, |
| 123 | }; |
| 124 | |
| 120 | 125 | }; |
| 121 | 126 | |
| 122 | 127 | pub const packages = &[_]Package{ |