https://gitlab.com/tezos/tezos
Raw File
Tip revision: 99317f3d8ceb9cd6830f00dad1fc49c8811a2e0f authored by Jérémie Goldberg on 01 June 2023, 12:00:43 UTC
fake pipeline to test dedicated runners
Tip revision: 99317f3
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
  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