| ... | @@ -52,12 +52,12 @@ pub const dirs = struct { | ... | @@ -52,12 +52,12 @@ pub const dirs = struct { |
| 52 | pub const _root = ""; | 52 | pub const _root = ""; |
| 53 | pub const _89ujp8gq842x = cache ++ "/../.."; | 53 | pub const _89ujp8gq842x = cache ++ "/../.."; |
| 54 | pub const _8mdbh0zuneb0 = cache ++ "/v/git/github.com/yaml/libyaml/tag-0.2.5"; | 54 | pub const _8mdbh0zuneb0 = cache ++ "/v/git/github.com/yaml/libyaml/tag-0.2.5"; |
| 55 | pub const _csbnipaad8n7 = cache ++ "/git/github.com/nektro/iguanaTLS"; | | |
| 56 | pub const _s84v9o48ucb0 = cache ++ "/git/github.com/nektro/zig-ansi"; | 55 | pub const _s84v9o48ucb0 = cache ++ "/git/github.com/nektro/zig-ansi"; |
| 57 | pub const _2ta738wrqbaq = cache ++ "/git/github.com/ziglibs/known-folders"; | 56 | pub const _2ta738wrqbaq = cache ++ "/git/github.com/ziglibs/known-folders"; |
| 58 | pub const _0npcrzfdlrvk = cache ++ "/git/github.com/nektro/zig-licenses"; | 57 | pub const _0npcrzfdlrvk = cache ++ "/git/github.com/nektro/zig-licenses"; |
| 59 | pub const _ejw82j2ipa0e = cache ++ "/git/github.com/truemedian/zfetch"; | 58 | pub const _ejw82j2ipa0e = cache ++ "/git/github.com/truemedian/zfetch"; |
| 60 | pub const _9k24gimke1an = cache ++ "/git/github.com/truemedian/hzzp"; | 59 | pub const _9k24gimke1an = cache ++ "/git/github.com/truemedian/hzzp"; |
| | 60 | pub const _csbnipaad8n7 = cache ++ "/git/github.com/nektro/iguanaTLS"; |
| 61 | pub const _yyhw90zkzgmu = cache ++ "/git/github.com/MasterQ32/zig-network"; | 61 | pub const _yyhw90zkzgmu = cache ++ "/git/github.com/MasterQ32/zig-network"; |
| 62 | pub const _u9w9dpp6p804 = cache ++ "/git/github.com/MasterQ32/zig-uri"; | 62 | pub const _u9w9dpp6p804 = cache ++ "/git/github.com/MasterQ32/zig-uri"; |
| 63 | pub const _ocmr9rtohgcc = cache ++ "/git/github.com/nektro/zig-json"; | 63 | pub const _ocmr9rtohgcc = cache ++ "/git/github.com/nektro/zig-json"; |
| ... | @@ -79,10 +79,6 @@ pub const package_data = struct { | ... | @@ -79,10 +79,6 @@ pub const package_data = struct { |
| 79 | .c_source_files = &.{ "src/api.c", "src/dumper.c", "src/emitter.c", "src/loader.c", "src/parser.c", "src/reader.c", "src/scanner.c", "src/writer.c" }, | 79 | .c_source_files = &.{ "src/api.c", "src/dumper.c", "src/emitter.c", "src/loader.c", "src/parser.c", "src/reader.c", "src/scanner.c", "src/writer.c" }, |
| 80 | .c_source_flags = &.{ "-DYAML_VERSION_MAJOR=0", "-DYAML_VERSION_MINOR=2", "-DYAML_VERSION_PATCH=5", "-DYAML_VERSION_STRING=\"0.2.5\"", "-DYAML_DECLARE_STATIC=1" }, | 80 | .c_source_flags = &.{ "-DYAML_VERSION_MAJOR=0", "-DYAML_VERSION_MINOR=2", "-DYAML_VERSION_PATCH=5", "-DYAML_VERSION_STRING=\"0.2.5\"", "-DYAML_DECLARE_STATIC=1" }, |
| 81 | }; | 81 | }; |
| 82 | pub const _csbnipaad8n7 = Package{ | | |
| 83 | .directory = dirs._csbnipaad8n7, | | |
| 84 | .pkg = Pkg{ .name = "iguanaTLS", .path = .{ .path = dirs._csbnipaad8n7 ++ "/src/main.zig" }, .dependencies = null }, | | |
| 85 | }; | | |
| 86 | pub const _s84v9o48ucb0 = Package{ | 82 | pub const _s84v9o48ucb0 = Package{ |
| 87 | .directory = dirs._s84v9o48ucb0, | 83 | .directory = dirs._s84v9o48ucb0, |
| 88 | .pkg = Pkg{ .name = "ansi", .path = .{ .path = dirs._s84v9o48ucb0 ++ "/src/lib.zig" }, .dependencies = null }, | 84 | .pkg = Pkg{ .name = "ansi", .path = .{ .path = dirs._s84v9o48ucb0 ++ "/src/lib.zig" }, .dependencies = null }, |
| ... | @@ -99,6 +95,10 @@ pub const package_data = struct { | ... | @@ -99,6 +95,10 @@ pub const package_data = struct { |
| 99 | .directory = dirs._9k24gimke1an, | 95 | .directory = dirs._9k24gimke1an, |
| 100 | .pkg = Pkg{ .name = "hzzp", .path = .{ .path = dirs._9k24gimke1an ++ "/src/main.zig" }, .dependencies = null }, | 96 | .pkg = Pkg{ .name = "hzzp", .path = .{ .path = dirs._9k24gimke1an ++ "/src/main.zig" }, .dependencies = null }, |
| 101 | }; | 97 | }; |
| | 98 | pub const _csbnipaad8n7 = Package{ |
| | 99 | .directory = dirs._csbnipaad8n7, |
| | 100 | .pkg = Pkg{ .name = "iguanaTLS", .path = .{ .path = dirs._csbnipaad8n7 ++ "/src/main.zig" }, .dependencies = null }, |
| | 101 | }; |
| 102 | pub const _yyhw90zkzgmu = Package{ | 102 | pub const _yyhw90zkzgmu = Package{ |
| 103 | .directory = dirs._yyhw90zkzgmu, | 103 | .directory = dirs._yyhw90zkzgmu, |
| 104 | .pkg = Pkg{ .name = "network", .path = .{ .path = dirs._yyhw90zkzgmu ++ "/network.zig" }, .dependencies = null }, | 104 | .pkg = Pkg{ .name = "network", .path = .{ .path = dirs._yyhw90zkzgmu ++ "/network.zig" }, .dependencies = null }, |
| ... | @@ -145,11 +145,11 @@ pub const package_data = struct { | ... | @@ -145,11 +145,11 @@ pub const package_data = struct { |
| 145 | }; | 145 | }; |
| 146 | pub const _iecwp4b3bsfm = Package{ | 146 | pub const _iecwp4b3bsfm = Package{ |
| 147 | .directory = dirs._iecwp4b3bsfm, | 147 | .directory = dirs._iecwp4b3bsfm, |
| 148 | .pkg = Pkg{ .name = "time", .path = .{ .path = dirs._iecwp4b3bsfm ++ "/time.zig" }, .dependencies = &.{ _tnj3qf44tpeq.pkg.? } }, | 148 | .pkg = Pkg{ .name = "time", .path = .{ .path = dirs._iecwp4b3bsfm ++ "/time.zig" }, .dependencies = &.{ _tnj3qf44tpeq.pkg.?, _f7dubzb7cyqe.pkg.? } }, |
| 149 | }; | 149 | }; |
| 150 | pub const _89ujp8gq842x = Package{ | 150 | pub const _89ujp8gq842x = Package{ |
| 151 | .directory = dirs._89ujp8gq842x, | 151 | .directory = dirs._89ujp8gq842x, |
| 152 | .pkg = Pkg{ .name = "zigmod", .path = .{ .path = dirs._89ujp8gq842x ++ "/src/lib.zig" }, .dependencies = &.{ _csbnipaad8n7.pkg.?, _s84v9o48ucb0.pkg.?, _2ta738wrqbaq.pkg.?, _0npcrzfdlrvk.pkg.?, _ejw82j2ipa0e.pkg.?, _ocmr9rtohgcc.pkg.?, _tnj3qf44tpeq.pkg.?, _2ovav391ivak.pkg.?, _c1xirp1ota5p.pkg.?, _u7sysdckdymi.pkg.?, _iecwp4b3bsfm.pkg.? } }, | 152 | .pkg = Pkg{ .name = "zigmod", .path = .{ .path = dirs._89ujp8gq842x ++ "/src/lib.zig" }, .dependencies = &.{ _s84v9o48ucb0.pkg.?, _2ta738wrqbaq.pkg.?, _0npcrzfdlrvk.pkg.?, _ejw82j2ipa0e.pkg.?, _ocmr9rtohgcc.pkg.?, _tnj3qf44tpeq.pkg.?, _2ovav391ivak.pkg.?, _c1xirp1ota5p.pkg.?, _u7sysdckdymi.pkg.?, _iecwp4b3bsfm.pkg.? } }, |
| 153 | }; | 153 | }; |
| 154 | pub const _o6ogpor87xc2 = Package{ | 154 | pub const _o6ogpor87xc2 = Package{ |
| 155 | .directory = dirs._o6ogpor87xc2, | 155 | .directory = dirs._o6ogpor87xc2, |