mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-05 12:34:00 +00:00
4f6ddfdd23
- ocamlPackages.tls*: 0.15.2 -> 0.15.3 - ocamlPackages.bistro: unstable-2021-11-13 -> unstable-2022-05-07 - ocamlPackages.phylogenetics: 0.1.0 -> unstable-2022-05-06
13 lines
290 B
Nix
13 lines
290 B
Nix
{ ocamlPackages }:
|
|
|
|
with ocamlPackages;
|
|
|
|
janePackage {
|
|
pname = "patdiff";
|
|
hash = "0623a7n5r659rkxbp96g361mvxkcgc6x9lcbkm3glnppplk5kxr9";
|
|
propagatedBuildInputs = [ core_unix patience_diff ocaml_pcre ];
|
|
meta = {
|
|
description = "File Diff using the Patience Diff algorithm";
|
|
};
|
|
}
|