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

with ocamlPackages;

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