https://gitlab.com/tezos/tezos
Raw File
Tip revision: 7e4b535402c7aae6867211d772357afda8cdb86d authored by pecornilleau on 16 August 2023, 23:23:23 UTC
failed attempt to use tezos/debug
Tip revision: 7e4b535
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.tezos-error-monad
  octez-libs.tezos-base
  octez-libs.tezos-base.unix
  octez-libs.tezos-stdlib-unix
  octez-libs.tezos-stdlib
  octez-libs.tezos-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