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 @@
11MPL-2.0:
22= https://spdx.org/licenses/MPL-2.0
33- This
4- git https://github.com/nektro/zig-net
5- git https://github.com/nektro/zig-nio
64- git https://github.com/nektro/zig-unicode-idna
75
86MIT:
97= https://spdx.org/licenses/MIT
108- git https://github.com/nektro/zig-expect
119- git https://github.com/nektro/zig-extras
12- git https://github.com/nektro/zig-sys-linux
1310- git https://github.com/nektro/zig-unicode-ucd
14
15Unspecified:
16- system_lib c
url.zig-1
......@@ -1,6 +1,5 @@
11const std = @import("std");
22const builtin = @import("builtin");
3const net = @import("net");
43const extras = @import("extras");
54const unicode_idna = @import("unicode-idna");
65
zigmod.yml-1
......@@ -4,7 +4,6 @@ main: url.zig
44license: MPL-2.0
55description: A WHATWG URL-compatible parser for Zig
66dependencies:
7 - src: git https://github.com/nektro/zig-net
87 - src: git https://github.com/nektro/zig-extras
98 - src: git https://github.com/nektro/zig-unicode-idna
109root_dependencies: