authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-02-20 21:09:04 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-02-20 21:09:04 -08:00
logb1cc8547ef30e330a9b4a4ed3b65ee961c542043
treeccf67e54b1f2f6d6e5e097ab912f1d7a7ccc077c
parent8c186c6734cae85182ef5906fb1e159e58a8375d

we don't need zig-net


3 files changed, 0 insertions(+), 8 deletions(-)

licenses.txt-6
...@@ -1,16 +1,10 @@...@@ -1,16 +1,10 @@
1MPL-2.0:1MPL-2.0:
2= https://spdx.org/licenses/MPL-2.02= https://spdx.org/licenses/MPL-2.0
3- This3- 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-idna4- git https://github.com/nektro/zig-unicode-idna
75
8MIT:6MIT:
9= https://spdx.org/licenses/MIT7= https://spdx.org/licenses/MIT
10- git https://github.com/nektro/zig-expect8- git https://github.com/nektro/zig-expect
11- git https://github.com/nektro/zig-extras9- git https://github.com/nektro/zig-extras
12- git https://github.com/nektro/zig-sys-linux
13- git https://github.com/nektro/zig-unicode-ucd10- git https://github.com/nektro/zig-unicode-ucd
14
15Unspecified:
16- system_lib c
url.zig-1
...@@ -1,6 +1,5 @@...@@ -1,6 +1,5 @@
1const std = @import("std");1const std = @import("std");
2const builtin = @import("builtin");2const builtin = @import("builtin");
3const net = @import("net");
4const extras = @import("extras");3const extras = @import("extras");
5const unicode_idna = @import("unicode-idna");4const unicode_idna = @import("unicode-idna");
65
zigmod.yml-1
...@@ -4,7 +4,6 @@ main: url.zig...@@ -4,7 +4,6 @@ main: url.zig
4license: MPL-2.04license: MPL-2.0
5description: A WHATWG URL-compatible parser for Zig5description: A WHATWG URL-compatible parser for Zig
6dependencies:6dependencies:
7 - src: git https://github.com/nektro/zig-net
8 - src: git https://github.com/nektro/zig-extras7 - src: git https://github.com/nektro/zig-extras
9 - src: git https://github.com/nektro/zig-unicode-idna8 - src: git https://github.com/nektro/zig-unicode-idna
10root_dependencies:9root_dependencies: