Revision 8441e6ca77e4e8cbac0d0d5f7a7af2ea38d28a4d authored by Andrea Cerone on 03 May 2023, 12:06:34 UTC, committed by Marge Bot on 15 May 2023, 19:21:01 UTC
1 parent ddc857b
Raw File
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(env (_ (env-vars (NODE_PRELOAD hacl-wasm,ocaml-bls12-381,secp256k1-wasm))))

(library
 (name tezos_crypto)
 (public_name tezos-crypto)
 (instrumentation (backend bisect_ppx))
 (libraries
  tezos-stdlib
  data-encoding
  tezos-lwt-result-stdlib
  lwt
  tezos-hacl
  secp256k1-internal
  tezos-error-monad
  tezos-rpc
  aches
  zarith
  zarith_stubs_js
  bls12-381
  octez-bls12-381-signature)
 (js_of_ocaml)
 (flags
  (:standard)
  -open Tezos_stdlib
  -open Data_encoding
  -open Tezos_error_monad
  -open Tezos_error_monad.TzLwtreslib))
back to top