package patience_diff
Diff library using Bram Cohen's patience diff algorithm
Install
dune-project
Dependency
Authors
Maintainers
Sources
patience_diff-v0.16.0.tar.gz
sha256=53759c7458f137db9380a7a7c711bbde6a4655abaad67435083a0f016f42e85c
doc/CHANGES.html
Release v0.16.0
- Added
?max_slideand?scorearguments toget_matching_blocksandget_hunks.
Old pre-v0.15 changelogs (very likely stale and incomplete)
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_diffand 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_diffout ofCore_extendedinto its own library depending only onCore_kernel.