SHA256
1
0
Fork
You've already forked yaml
0
LibYAML ported to the Zig build system and a YAML parser for some Zig types.
  • Zig 100%
Carter Snook 8e87c10a24
fix for alignment field breaking change
Type.Pointer.Alignment was changed to an optional value, but the
comparisons still compiled. We need to get the alignment manually if it
is not set for comparisons.
2026年04月15日 12:53:10 -05:00
src fix for alignment field breaking change 2026年04月15日 12:53:10 -05:00
.gitignore updates for zig 0.16 2026年04月15日 10:39:01 -05:00
build.zig update to zig 0.15 2025年08月20日 14:31:56 -05:00
build.zig.zon updates for zig 0.16 2026年04月15日 10:39:01 -05:00
LICENSE init 2025年08月14日 13:44:57 -05:00
README.md init 2025年08月14日 13:44:57 -05:00

yaml

LibYAML ported to the Zig build system and a YAML parser for some Zig types.

Usage

A yaml library artifact is provided. This is the LibYAML library.

A yaml module is provided. This is the YAML parser for some Zig types.

License

MIT