patdiff: init at 0.9.0

This commit is contained in:
Théo Zimmermann
2017-05-30 20:50:36 +02:00
committed by Profpatsch
parent 5fd9b442f4
commit f8fd5531a3
2 changed files with 17 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{ ocamlPackages }:
with ocamlPackages;
janePackage {
name = "patdiff";
hash = "15b6nkmd2z07j4nnmkb2g6qn3daw2xmmz3lgswkj03v29ffib014";
buildInputs = [ core_extended expect_test_helpers patience_diff ocaml_pcre ];
meta = {
description = "File Diff using the Patience Diff algorithm";
inherit (core_extended.meta) platforms;
};
}