mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 10:16:44 +01:00
c82c6d3a12
patdiff: 0.11.0 → 0.12.0
13 lines
310 B
Nix
13 lines
310 B
Nix
{ 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";
|
|
};
|
|
}
|