https://gitlab.com/tezos/tezos
Raw File
Tip revision: d0e1fcde2c97315dda48e5608268833d972544fd authored by Ole Krüger on 04 April 2024, 13:36:56 UTC
Nix: Bring in libtool aliass to avoid using MacOS' global libtool
Tip revision: d0e1fcd
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_dal_node_lib)
 (public_name tezos-dal-node-lib)
 (instrumentation (backend bisect_ppx))
 (libraries
  octez-libs.base
  octez-libs.base.unix
  tezos-dal-node-services
  octez-shell-libs.client-base
  octez-shell-libs.protocol-updater
  octez-shell-libs.client-base-unix
  octez-libs.stdlib-unix
  octez-libs.crypto-dal
  octez-shell-libs.p2p
  octez-libs.tezos-p2p-services)
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_client_base
  -open Tezos_protocol_updater
  -open Tezos_client_base_unix
  -open Tezos_stdlib_unix
  -open Tezos_crypto_dal
  -open Tezos_p2p
  -open Tezos_p2p_services))
back to top