https://gitlab.com/tezos/tezos
Raw File
Tip revision: b4d2f59bc4cc12f86362b8107caf3684cb070e64 authored by Corneliu Hoffman on 01 December 2022, 10:13:19 UTC
SCORU/Proto: exposing serialized
Tip revision: b4d2f59
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_p2p_services)
 (public_name tezos-p2p-services)
 (instrumentation (backend bisect_ppx))
 (libraries
  tezos-base
  tezos-rpc)
 (js_of_ocaml)
 (library_flags (:standard -linkall))
 (flags
  (:standard)
  -open Tezos_base.TzPervasives))
back to top