aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/tools/misc/patdiff/default.nix
blob: f67a8274443cc05ebf9389f692a7d5943e6aaf75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{ ocamlPackages }:

with ocamlPackages;

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