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

with ocamlPackages;

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