| author | |
| committer | |
| log | b1cc8547ef30e330a9b4a4ed3b65ee961c542043 |
| tree | ccf67e54b1f2f6d6e5e097ab912f1d7a7ccc077c |
| parent | 8c186c6734cae85182ef5906fb1e159e58a8375d |
3 files changed, 0 insertions(+), 8 deletions(-)
licenses.txt-6| ... | @@ -1,16 +1,10 @@ | ... | @@ -1,16 +1,10 @@ |
| 1 | MPL-2.0: | 1 | MPL-2.0: |
| 2 | = https://spdx.org/licenses/MPL-2.0 | 2 | = https://spdx.org/licenses/MPL-2.0 |
| 3 | - This | 3 | - This |
| 4 | - git https://github.com/nektro/zig-net | ||
| 5 | - git https://github.com/nektro/zig-nio | ||
| 6 | - git https://github.com/nektro/zig-unicode-idna | 4 | - git https://github.com/nektro/zig-unicode-idna |
| 7 | 5 | ||
| 8 | MIT: | 6 | MIT: |
| 9 | = https://spdx.org/licenses/MIT | 7 | = https://spdx.org/licenses/MIT |
| 10 | - git https://github.com/nektro/zig-expect | 8 | - git https://github.com/nektro/zig-expect |
| 11 | - git https://github.com/nektro/zig-extras | 9 | - git https://github.com/nektro/zig-extras |
| 12 | - git https://github.com/nektro/zig-sys-linux | ||
| 13 | - git https://github.com/nektro/zig-unicode-ucd | 10 | - git https://github.com/nektro/zig-unicode-ucd |
| 14 | |||
| 15 | Unspecified: | ||
| 16 | - system_lib c |
url.zig-1| ... | @@ -1,6 +1,5 @@ | ... | @@ -1,6 +1,5 @@ |
| 1 | const std = @import("std"); | 1 | const std = @import("std"); |
| 2 | const builtin = @import("builtin"); | 2 | const builtin = @import("builtin"); |
| 3 | const net = @import("net"); | ||
| 4 | const extras = @import("extras"); | 3 | const extras = @import("extras"); |
| 5 | const unicode_idna = @import("unicode-idna"); | 4 | const unicode_idna = @import("unicode-idna"); |
| 6 | 5 |
zigmod.yml-1| ... | @@ -4,7 +4,6 @@ main: url.zig | ... | @@ -4,7 +4,6 @@ main: url.zig |
| 4 | license: MPL-2.0 | 4 | license: MPL-2.0 |
| 5 | description: A WHATWG URL-compatible parser for Zig | 5 | description: A WHATWG URL-compatible parser for Zig |
| 6 | dependencies: | 6 | dependencies: |
| 7 | - src: git https://github.com/nektro/zig-net | ||
| 8 | - src: git https://github.com/nektro/zig-extras | 7 | - src: git https://github.com/nektro/zig-extras |
| 9 | - src: git https://github.com/nektro/zig-unicode-idna | 8 | - src: git https://github.com/nektro/zig-unicode-idna |
| 10 | root_dependencies: | 9 | root_dependencies: |