(library
 (name gossip_net)
 (public_name gossip_net)
 (library_flags -linkall)
 (inline_tests
  (flags -verbose -show-counts))
 (libraries
  ;; opam libraries
  uri
  async.async_rpc
  async_kernel
  base
  base.caml
  bin_prot.shape
  async_rpc_kernel
  async
  core
  core_kernel
  sexplib0
  cohttp-async
  async_unix
  base.base_internalhash_types
  ppx_hash.runtime-lib
  integers
  ;; local libraries
  ppx_version.runtime
  network_peer
  logger
  pipe_lib
  trust_system
  network_pool
  mina_net2
  mina_block
  mina_base
  mina_transaction
  perf_histograms
  o1trace
  node_addrs_and_ports
  mina_metrics
  child_processes
  error_json
  block_time
  genesis_constants
  mina_stdlib)
 (preprocess
  (pps
   ppx_mina
   ppx_version
   ppx_inline_test
   ppx_compare
   ppx_deriving.make
   ppx_deriving_yojson
   ppx_here
   ppx_bin_prot
   ppx_sexp_conv
   ppx_fields_conv
   ppx_let
   ppx_custom_printf
   ppx_pipebang))
 (instrumentation
  (backend bisect_ppx))
 (synopsis "Gossip Network"))
