Revision a365c55931004630064261aed22e96c1910637a4 authored by Marge Bot on 05 February 2024, 08:58:04 UTC, committed by Marge Bot on 05 February 2024, 08:58:04 UTC
Co-authored-by: pecornilleau <pe.cornilleau@marigold.dev>

Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com>
Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com>

See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11815
2 parent s d7cd896 + 9a44cf7
Raw File
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_dac_node_lib)
 (package tezos-dac-node-lib)
 (instrumentation (backend bisect_ppx))
 (libraries
  octez-libs.base
  octez-libs.base.unix
  octez-shell-libs.client-base
  octez-shell-libs.client-base-unix
  octez-libs.stdlib-unix
  octez-l2-libs.layer2_store
  octez-libs.rpc-http-server
  tezos-dac-lib
  tezos-dac-client-lib)
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_client_base
  -open Tezos_client_base_unix
  -open Tezos_stdlib_unix
  -open Tezos_layer2_store
  -open Tezos_dac_lib
  -open Tezos_dac_client_lib))
back to top