package patdiff

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

Install

Dune Dependency

Authors

Maintainers

Sources

patdiff-v0.12.0.tar.gz
sha256=718f30ca6e567266d2dec5c040e5e6b56657a2adcde1d2367d9dca38c814786a
md5=c7f69086b9b2c5a0fbb43b1ef89162b1

doc/patdiff.lib/Patdiff_lib/Compare_core/index.html

Module Patdiff_lib.Compare_core

val diff_files : Configuration.t -> prev_file:string -> next_file:string -> [ `Different | `Same ]
val diff_dirs : Configuration.t -> prev_file:string -> next_file:string -> file_filter:(Find_files.file_info -> bool) option -> [ `Different | `Same ]
val diff_strings : ?print_global_header:bool -> Configuration.t -> prev:Patdiff_core.diff_input -> next:Patdiff_core.diff_input -> [ `Different of string | `Same ]
OCaml

Innovation. Community. Security.