1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-17 09:32:50 +00:00

ocamlPackages.patience_diff: init at 0.12.0

This commit is contained in:
Vincent Laporte 2019-09-23 20:47:17 +00:00 committed by Vincent Laporte
parent 33c36dd2f4
commit dc6b299e09

View file

@ -451,6 +451,13 @@ rec {
propagatedBuildInputs = [ async expect_test_helpers_kernel ];
};
patience_diff = janePackage {
pname = "patience_diff";
hash = "055kd3piadjnplip8c8q99ssh79d4irmhg2wng7aida5pbqp2p9f";
meta.description = "Diff library using Bram Cohen's patience diff algorithm";
propagatedBuildInputs = [ core_kernel ];
};
### Packages at version 0.11, with dependencies at version 0.12
configurator = janePackage {