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

with ocamlPackages;

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