ocamlPackages.tezos-plompiler 0.1.3 -> 1.0.1
This commit is contained in:
parent
87860969d4
commit
7609622aa2
@ -2,7 +2,9 @@
|
||||
, buildDunePackage
|
||||
, hacl-star
|
||||
, bls12-381
|
||||
, bls12-381-hash
|
||||
, tezos-bls12-381-polynomial
|
||||
, polynomial
|
||||
, data-encoding
|
||||
, hex
|
||||
, stdint
|
||||
@ -22,12 +24,14 @@ buildDunePackage rec {
|
||||
propagatedBuildInputs = [
|
||||
hacl-star
|
||||
bls12-381
|
||||
bls12-381-hash
|
||||
tezos-bls12-381-polynomial
|
||||
data-encoding
|
||||
hex
|
||||
stdint
|
||||
ff
|
||||
mec
|
||||
polynomial
|
||||
];
|
||||
|
||||
checkInputs = [ alcotest qcheck-alcotest bisect_ppx ];
|
||||
|
Loading…
Reference in New Issue
Block a user