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




                   
                    

                                                                

                                                                

    
{ ocamlPackages }:

with ocamlPackages;

janePackage {
  pname = "patdiff";
  hash = "1yslj6xxyv8rx8y5s1civ1zq8y6vvxmkszdds958zdm1p1ign54r";
  buildInputs = [ core patience_diff ocaml_pcre ];
  meta = {
    description = "File Diff using the Patience Diff algorithm";
  };
}