10 buildDunePackage rec {
15 url = "https://github.com/abeaumont/ocaml-pbkdf/archive/${version}.tar.gz";
16 hash = "sha256-D2dXpf1D/wsJrcajU3If37tuLYjahoA/+QoXZKr1vQs=";
19 minimalOCamlVersion = "4.08";
20 propagatedBuildInputs = [ digestif mirage-crypto ];
21 checkInputs = [ alcotest ohex ];
25 description = "Password based key derivation functions (PBKDF) from PKCS#5";
26 maintainers = [ lib.maintainers.sternenseemann ];
27 license = lib.licenses.bsd2;
28 homepage = "https://github.com/abeaumont/ocaml-pbkdf";