Raw File
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
  aches
  tezos-base
  tezos-base.unix
  tezos-stdlib-unix
  tezos-stdlib
  tezos-p2p-services
  tezos-version
  prometheus
  tezos-base.p2p-identity-file)
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_base_unix
  -open Tezos_stdlib_unix
  -open Tezos_stdlib
  -open Tezos_p2p_services
  -open Tezos_base_p2p_identity_file))
back to top