2024-07-16 01:40:28 +00:00
|
|
|
{ buildDunePackage, hacl-star-raw, zarith, cppo, alcotest, secp256k1-internal, qcheck-core, cstruct }:
|
2023-04-28 14:52:49 +00:00
|
|
|
|
2021-07-19 10:01:44 +00:00
|
|
|
|
|
|
|
buildDunePackage {
|
|
|
|
pname = "hacl-star";
|
|
|
|
|
2023-10-25 06:00:42 +00:00
|
|
|
inherit (hacl-star-raw) version src meta doCheck;
|
2021-07-19 10:01:44 +00:00
|
|
|
|
2023-10-25 06:00:42 +00:00
|
|
|
minimalOCamlVersion = "4.08";
|
2021-07-19 10:01:44 +00:00
|
|
|
|
|
|
|
propagatedBuildInputs = [
|
|
|
|
hacl-star-raw
|
|
|
|
zarith
|
|
|
|
];
|
|
|
|
|
2022-02-22 09:59:04 +00:00
|
|
|
nativeBuildInputs = [
|
2021-07-19 10:01:44 +00:00
|
|
|
cppo
|
|
|
|
];
|
2022-02-22 09:59:04 +00:00
|
|
|
|
2023-04-28 14:52:49 +00:00
|
|
|
checkInputs = [
|
|
|
|
alcotest
|
|
|
|
secp256k1-internal
|
|
|
|
qcheck-core
|
|
|
|
cstruct
|
|
|
|
];
|
2021-07-19 10:01:44 +00:00
|
|
|
}
|