package pecu

  1. Overview
  2. Docs
Encoder/Decoder of Quoted-Printable (RFC2045 & RFC2047)

Install

Dune Dependency

Authors

Maintainers

Sources

pecu-v0.6.tbz
sha256=a9d2b7da444c83b20f879f6c3b7fc911d08ac1e6245ad7105437504f9394e5c7
sha512=8cae31da1fcb8b684a949846b1668131de244fbb89faf7421761da208f87092523a9e184e91a04c26739e6793501307b30ed255d540dcb268b171b7a56b56e24

CHANGES.md.html

v0.6 2021-07-26 Paris (France)

  • Fix a bug when we decode contents (@dinosaure, #7)

  • Lint OPAM file (@dinosaure, #8)

  • Add missing dune constraint (@kit-ty-kate, @dinosaure, #9)

  • Add regression tests (@dinosaure, #10)

v0.5 2020-11-26 Paris (France)

  • breaking changes The encoder flush at any emission of \r\n. It can break some assumptions about the behavior of Pecu.encode.

  • Add empty .ocamlformat file

v0.4 2020-03-13 Paris (France)

  • Clean the distribution

  • Delete the useless binary

  • Better documentation

v0.3 2019-07-1 Paris (France)

  • Add Pecu.Inline

  • Add tests

  • Better documentation

v0.2 2018-11-8 Paris (France)

  • Clean interface

  • Dunify project

  • Add tests (materials come from fuzzer)

v0.1 2018-08-31 Paris (France)

  • First release