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.14.0.tar.gz
md5=e04e7e9da45352706498f380e66b9f5e

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.