package patience_diff

  1. Overview
  2. Docs
Diff library using Bram Cohen's patience diff algorithm

Install

Dune Dependency

Authors

Maintainers

Sources

patience_diff-v0.15.0.tar.gz
sha256=b8d25b650afb176e0ca21228d4c55d13e1fc431cec808f4e3c4673b44776ac6e

CHANGES.md.html

113.24.00

  • Switch to PPX.

112.24.00

Update references to Core.Std.Dequeue to refer to Core.Std.Deque

111.25.00

  • refactoring and more unit tests

111.21.00

  • Added plain differ Plain_diff and use it in some cases for improved results.

  • Move modules under Patience_diff_lib.Std.

111.17.00

  • Exposed Patience_diff.matches.

111.13.00

  • Moved Patience_diff out of Core_extended into its own library depending only on Core_kernel.