package unstrctrd

  1. Overview
  2. Docs
Fast and compliant Unstructured parser according RFC 822

Install

dune-project
 Dependency

Authors

Maintainers

Sources

unstrctrd-0.5.tbz
sha256=42e5c1ac8d260503511b0e9a05312eb2f85a086578d759eba659dece1acf0b34
sha512=54c2d6749f38eb4f89c29107200d17f31313b12590b664c8017b46624079d2c48f41f19cb6a4b0005a3742b85010e62e46d0362665ede501fbb50d87ee13f057

doc/CHANGES.html

v0.5 2026-09-26 (France)

  • Keep quoted-pair when they are inside a quoted-string (@dinosaure, #19)

v0.4 2024-04-04 (France)

  • Update tests to be compatible with OCaml 5.2 (@kit-ty-kate, #17)

v0.3 2021-10-14 (France)

  • Be resilient about invalid byte and replace them by Uchar.u_rep on to_utf_8_string (@dinosaure, #7)
  • Upgrade the distribution with ocamlformat and dune.2.0 (@dinosaure, #11)
  • Handle correctly quoted string (@lyrm, @dinosaure, #10)
  • Fix escaping characters (@dinosaure, #13)

v0.2 2020-05-12 (France)

  • Support angstrom.0.14.0 on tests
  • Add more tests
  • Add decode_safely and fuzz it
  • Remove fmt dependency

v0.1 2020-01-23 (France)

  • First release