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 (screenshot)
good word-level diffing out of the box (screenshot)
And of course all the usual features:
recursive diffing of directories
extensively configurable output (markers, colors, location format, context)
whitespace-aware diffing
Install
- Authors
-
- Maintainers
-
Sources
Dependencies
ocaml-migrate-parsetree
>= "1.0" & < "2.0.0"
jbuilder
>= "1.0+beta18.1"
sexplib
>= "v0.11" & < "v0.12"
re2
>= "v0.11" & < "v0.12"
ppx_jane
>= "v0.11" & < "v0.12"
patience_diff
>= "v0.11" & < "v0.12"
expect_test_helpers
>= "v0.11" & < "v0.12"
core_extended
>= "v0.11" & < "v0.12"
core
>= "v0.11" & < "v0.12"
ocaml
>= "4.04.1"
Reverse Dependencies