- Project: zig-xml — A pure-Zig spec-compliant XML parser
- Homepage: https://github.com/nektro/zig-xml
- License: Mozilla Public License 2.0 (MPL-2.0). See
LICENSES/MPL-2.0.txt. - Author: Meghan Denny (alias: nektro), she/her
- Email: hello@nektro.net
- Website: https://mlog.nektro.net/
- Handles: GitHub
@nektro, Bluesky@nektro.bsky.social
- Use in this repository:
- The entire
src/xmlparse.zigfile is derived fromzig-xmlfor ease of building - Code merged into a single file; tracer dependency stubbed
- MPL-2.0 header present at the top of
src/xmlparse.zig
- The entire
- Compliance notes:
- MPL header and license text are preserved
- Modifications are documented here