package unstrctrd

  1. Overview
  2. Docs
Unstructured parser

Install

Dune Dependency

Authors

Maintainers

Sources

unstrctrd-v0.3.tbz
sha256=7355b1e9a6b977608641c88f9f136fff309ef64e174818c7ccadc8a2a78ded5b
sha512=ea2289a331b08523ffcd135e03a4e9fbbc27b46496a1b7dbdd95a0dad57f83cc9b59393ff9a14e557952ad466a2608e60801365993cb22ec79c4650831b620ab

CHANGES.md.html

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