https://gitlab.com/tezos/tezos
Raw File
Tip revision: 044b31726233e62b9822d501571304af3e20733f authored by Gauthier SEBILLE on 20 October 2023, 12:28:38 UTC
RBT: block section for merge profiler
Tip revision: 044b317
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_gossipsub)
 (public_name octez-libs.tezos-gossipsub)
 (instrumentation (backend bisect_ppx))
 (libraries
  ringo
  aches
  fmt
  octez-libs.error-monad
  octez-libs.base
  octez-libs.base.unix
  octez-libs.stdlib-unix
  octez-libs.stdlib
  octez-libs.version)
 (flags
  (:standard)
  -open Tezos_error_monad
  -open Tezos_error_monad.TzLwtreslib
  -open Tezos_base.TzPervasives
  -open Tezos_base_unix
  -open Tezos_stdlib_unix
  -open Tezos_stdlib))
back to top