ocamlPackages.tezos-plompiler 0.1.3 -> 1.0.1

This commit is contained in:
Laurent Canis 2023-04-28 14:56:17 -04:00 committed by Ulrik Strid
parent 87860969d4
commit 7609622aa2

View file

@ -2,7 +2,9 @@
, buildDunePackage , buildDunePackage
, hacl-star , hacl-star
, bls12-381 , bls12-381
, bls12-381-hash
, tezos-bls12-381-polynomial , tezos-bls12-381-polynomial
, polynomial
, data-encoding , data-encoding
, hex , hex
, stdint , stdint
@ -22,12 +24,14 @@ buildDunePackage rec {
propagatedBuildInputs = [ propagatedBuildInputs = [
hacl-star hacl-star
bls12-381 bls12-381
bls12-381-hash
tezos-bls12-381-polynomial tezos-bls12-381-polynomial
data-encoding data-encoding
hex hex
stdint stdint
ff ff
mec mec
polynomial
]; ];
checkInputs = [ alcotest qcheck-alcotest bisect_ppx ]; checkInputs = [ alcotest qcheck-alcotest bisect_ppx ];