mirage-crypto{,-rng,-pk}: init at 0.6.2
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{ buildDunePackage, mirage-crypto, ounit, randomconv, cstruct }:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "mirage-crypto-rng";
|
||||
|
||||
inherit (mirage-crypto) version src nativeBuildInputs useDune2 minimumOCamlVersion;
|
||||
|
||||
doCheck = true;
|
||||
checkInputs = [ ounit randomconv ];
|
||||
|
||||
propagatedBuildInputs = [ cstruct mirage-crypto ];
|
||||
|
||||
meta = mirage-crypto.meta // {
|
||||
description = "A cryptographically secure PRNG";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user