patdiff
File Diff using the Patience Diff algorithm
README
Patdiff is an OCaml implementation of Bram Cohen's patience diff algorithm,
with a few extra conveniences for comparing code and config files:
outputs plain ASCII, ANSI color codes, or HTML
optional semantic diffing of numbers
good word-level diffing out of the box
And of course all the usual features:
recursive diffing of directories
extensively configurable output (markers, colors, location format, context)
whitespace-aware diffing
Install
- Published
-
24 Oct 2019
- Authors
-
- Maintainers
-
Sources
Dependencies
re
>= "1.8.0"
dune
>= "1.5.1"
shell
>= "v0.12" & < "v0.13"
sexplib
>= "v0.12" & < "v0.13"
ppx_jane
>= "v0.12" & < "v0.13"
patience_diff
>= "v0.12" & < "v0.13"
expect_test_helpers
>= "v0.12" & < "v0.13"
core_extended
>= "v0.12" & < "v0.13"
core
>= "v0.12" & < "v0.13"
ocaml
>= "4.07.0"
Reverse Dependencies