ocamlPackages.fzf: init at 0.15.0

This commit is contained in:
Aaron L. Zeng 2022-10-27 01:25:54 -04:00 committed by Vincent Laporte
parent a55cbd74c9
commit f714fa5a75

View File

@ -362,6 +362,14 @@ with self;
propagatedBuildInputs = [ core ppx_jane ];
};
fzf = janePackage {
pname = "fzf";
minimumOCamlVersion = "4.08";
hash = "1ha0i6dx5bgwzbdi4rn98wjwi2imv5p2i7qs7hy0c6cmg88xbdry";
meta.description = "A library for running the fzf command line tool";
propagatedBuildInputs = [ async core_kernel ppx_jane ];
};
higher_kinded = janePackage {
pname = "higher_kinded";
minimumOCamlVersion = "4.09";