summary refs log tree commit diff
path: root/pkgs/tools/misc/patdiff/default.nix
blob: 908da587d4b2cf8c22894e5e63db0b35dd1c9484 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{ ocamlPackages }:

with ocamlPackages;

janePackage {
  name = "patdiff";
  hash = "15b6nkmd2z07j4nnmkb2g6qn3daw2xmmz3lgswkj03v29ffib014";
  buildInputs = [ core_extended expect_test_helpers patience_diff ocaml_pcre ];
  meta = {
    description = "File Diff using the Patience Diff algorithm";
  };
}