package pp

  1. Overview
  2. Docs
Pretty-printing library

Install

Dune Dependency

Authors

Maintainers

Sources

pp-1.2.0.tbz
sha256=a5e822573c55afb42db29ec56eacd1f2acd8f65cf2df2878e291de374ce6909c
sha512=912164c2aa7241d73f735dadfbefe8ed0138d241579d2e885440e068fac78eb9f0b3d782c2420e757e313168c1725daff6ab91800dd315b1e05288456998b40a

CHANGES.md.html

1.2.0

  • Add Pp.compare (#9, @Alizter)

1.1.2

  • Add of_fmt to compose with existing pretty printers written in Format (#1, @Drup).

  • Use a tail-recursive List.map to fix a stack overflow issue (#3, @emillon)

  • Add Pp.custom_break (#4, @gpetiot)

  • Add Ast sub-module to expose a stable representation for serialization, allowing to do the rendering in another process (#6, @rgrinberg)

1.1.1

Replaced by 1.1.2 because of wrong URLs in opam file.

1.1.0

Replaced by 1.1.1 because of missing changelog entries.

1.0.1

  • Fix compat with OCaml 4.04

1.0.0

  • Initial release