Raw File
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_p2p)
 (public_name octez-shell-libs.p2p)
 (instrumentation (backend bisect_ppx))
 (libraries
  lwt-watcher
  lwt-canceler
  ringo
  aches
  octez-libs.base
  octez-libs.base.unix
  octez-libs.stdlib-unix
  octez-libs.stdlib
  octez-libs.tezos-p2p-services
  octez-libs.version
  prometheus
  octez-libs.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