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.12.0.tar.gz
md5=bcd0b7c77b8a1ad8517b0659960c2744

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.