https://gitlab.com/tezos/tezos
Raw File
Tip revision: fd91abc3124f345190f1917f6c52035af662bb17 authored by Ding Xiang Fei on 05 September 2022, 06:39:40 UTC
Proto: adapt types to ensure zero tickets are impossible to parse
Tip revision: fd91abc
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)
 (js_of_ocaml)
 (library_flags (:standard -linkall))
 (flags
  (:standard)
  -open Tezos_base.TzPervasives))
back to top