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

with ocamlPackages;

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