swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
Raw File
Tip revision: 34ef32b15aa0c7206db88008b10e1efba6fec733 authored by Alain Mebsout on 23 August 2022, 16:10:51 UTC
SCORU,Node: fix regression introduced by !5929
Tip revision: 34ef32b
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_p2p)
 (public_name tezos-p2p)
 (instrumentation (backend bisect_ppx))
 (libraries
  lwt-watcher
  lwt-canceler
  ringo
  tezos-base
  tezos-base.unix
  tezos-stdlib-unix
  tezos-stdlib
  tezos-p2p-services
  tezos-version
  prometheus)
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_base_unix
  -open Tezos_stdlib_unix
  -open Tezos_stdlib
  -open Tezos_p2p_services))
back to top