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_shell_services)
 (public_name tezos-shell-services)
 (instrumentation (backend bisect_ppx))
 (libraries
  tezos-base
  tezos-rpc
  tezos-p2p-services
  tezos-version
  tezos-context.sigs
  tezos-context.merkle_proof_encoding)
 (js_of_ocaml)
 (library_flags (:standard -linkall))
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_base
  -open Tezos_p2p_services
  -open Tezos_version))
back to top