package patdiff

  1. Overview
  2. Docs
File Diff using the Patience Diff algorithm

Install

Dune Dependency

Authors

Maintainers

Sources

patdiff-v0.13.0.tar.gz
md5=d19bf464dc5133c5b10ca8a1a0aca49e

Description

Published: 20 Nov 2019

README

Patdiff - colored patience diffs with word-level refinement

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

Dependencies (8)

  1. re >= "1.8.0"
  2. pcre
  3. dune >= "1.5.1"
  4. ppx_jane >= "v0.13" & < "v0.14"
  5. patience_diff >= "v0.13" & < "v0.14"
  6. core_kernel >= "v0.13" & < "v0.14"
  7. core >= "v0.13" & < "v0.14"
  8. ocaml >= "4.08.0"

Dev Dependencies

None

Used by

None

Conflicts

None