YAMLx 0.2.0 is out. It fixes a few minor issues (locations including trailing whitespace, document separator being printed weird, comment extraction and attachment)

YAMLx is a complete, pure-OCaml YAML library with a user interface designed by me.

https://github.com/mjambon/yamlx/releases/tag/0.2.0 #ocaml

Release 0.2.0 ยท mjambon/yamlx

CHANGES: Bug fixes Node loc fields now exclude trailing whitespace and line terminators (#27): Plain scalars (block and flow context): end_pos is now right after the last content character, not p...

GitHub