https://gitlab.com/tezos/tezos
Raw File
Tip revision: 0436c9b65fed22f830943ac7f65e2781d08c51ba authored by Anne-Laure on 29 June 2023, 09:16:39 UTC
PlonK: change SRS input
Tip revision: 0436c9b
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_dal_node_lib_gossipsub)
 (public_name tezos-dal-node-lib.gossipsub)
 (instrumentation (backend bisect_ppx))
 (libraries
  tezos-base
  tezos-crypto-dal
  tezos-gossipsub
  tezos-p2p
  tezos-p2p-services
  tezos-crypto)
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_crypto_dal
  -open Tezos_gossipsub
  -open Tezos_p2p
  -open Tezos_p2p_services
  -open Tezos_crypto))
back to top