https://gitlab.com/tezos/tezos
Raw File
Tip revision: 288645a23f62e125a885c50af0308310c17a1966 authored by Hans Hoglund on 10 June 2022, 08:42:01 UTC
tmp
Tip revision: 288645a
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_signer_services)
 (public_name tezos-signer-services)
 (instrumentation (backend bisect_ppx))
 (libraries
  tezos-base
  tezos-rpc
  tezos-client-base)
 (js_of_ocaml)
 (library_flags (:standard -linkall))
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_rpc
  -open Tezos_client_base))
back to top