https://gitlab.com/tezos/tezos
Raw File
Tip revision: b6ac2cb58d131d978503a4394680a797bf1205fd authored by Arvid Jakobsson on 20 July 2023, 13:05:49 UTC
Revert "Merge tezos/tezos!8946: Minimal octez-rpc-server that redirects to the node"
Tip revision: b6ac2cb
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_gossipsub)
 (public_name tezos-gossipsub)
 (instrumentation (backend bisect_ppx))
 (libraries
  ringo
  aches
  fmt
  tezos-error-monad
  tezos-base
  tezos-base.unix
  tezos-stdlib-unix
  tezos-stdlib
  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