| author | |
| committer | |
| log | 4f702eb6c991e8b11262b3477f1462175d509633 |
| tree | 5f82273f1a053d7bc2b3bd527fea27b9702b97cb |
| parent | 8b359aa6f41898bb057ac12a2b7b441e4bb7d631 |
2 files changed, 0 insertions(+), 10 deletions(-)
licenses.txt-9| ... | @@ -1,16 +1,7 @@ | ... | @@ -1,16 +1,7 @@ |
| 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-intrusive-parser | ||
| 5 | - git https://github.com/nektro/zig-nio | ||
| 6 | 4 | ||
| 7 | MIT: | 5 | MIT: |
| 8 | = https://spdx.org/licenses/MIT | 6 | = https://spdx.org/licenses/MIT |
| 9 | - git https://github.com/nektro/zig-expect | 7 | - git https://github.com/nektro/zig-expect |
| 10 | - git https://github.com/nektro/zig-extras | ||
| 11 | - git https://github.com/nektro/zig-json | ||
| 12 | - git https://github.com/nektro/zig-sys-linux | ||
| 13 | - git https://github.com/nektro/zig-tracer | ||
| 14 | |||
| 15 | Unspecified: | ||
| 16 | - system_lib c |
zigmod.yml-1| ... | @@ -4,5 +4,4 @@ main: url.zig | ... | @@ -4,5 +4,4 @@ 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 | root_dependencies: | 6 | root_dependencies: |
| 7 | - src: git https://github.com/nektro/zig-json | ||
| 8 | - src: git https://github.com/nektro/zig-expect | 7 | - src: git https://github.com/nektro/zig-expect |