nixpkgs/pkgs/tools/misc/patdiff/default.nix
2018-03-07 14:26:12 +09:00

13 lines
303 B
Nix

{ 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";
};
}