package unstrctrd

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

Install

Dune Dependency

Authors

Maintainers

Sources

unstrctrd-0.4.tbz
sha256=368a9b86acea988e952fe7bdf5db2c9eaf5345a6939e609351f15eeb25121824
sha512=94f68b5e1e9ae9c65ba3e4cb3e673d730a7fe9c4a2155f65373385d56a2eb0587657b73cea854f3cd44a020f67f391fe2cf0d6691f813b2fc093fd6ca64d1307

CHANGES.md.html

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