https://gitlab.com/tezos/tezos
Raw File
Tip revision: 798de6818ba9346eb1dd24e9c187f245517a42a0 authored by Marina Polubelova on 17 November 2023, 13:06:04 UTC
benches
Tip revision: 798de68
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 octez-libs.tezos-p2p-services)
 (instrumentation (backend bisect_ppx))
 (libraries
  octez-libs.base
  octez-libs.rpc)
 (js_of_ocaml)
 (library_flags (:standard -linkall))
 (flags
  (:standard)
  -open Tezos_base.TzPervasives))
back to top