1 { buildDunePackage, ounit2, randomconv, mirage-crypto, mirage-crypto-rng
2 , cstruct, sexplib0, zarith, eqaf, gmp }:
5 pname = "mirage-crypto-pk";
7 inherit (mirage-crypto) version src;
10 propagatedBuildInputs = [ cstruct mirage-crypto mirage-crypto-rng
11 zarith eqaf sexplib0 ];
13 strictDeps = !doCheck;
16 checkInputs = [ ounit2 randomconv ];
18 meta = mirage-crypto.meta // {
19 description = "Simple public-key cryptography for the modern age";