Revision 5fa6faa707c4eedc955a4f0562195703224a63fa authored by Thomas Letan on 14 August 2023, 09:49:56 UTC, committed by Thomas Letan on 14 August 2023, 09:55:15 UTC
Tztop was added at a time where the protocol couldn’t be loaded in utop.
This is no longer the case, and as a consequence, we can safely retire
tztop.
1 parent 5745a2e
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.tezos-base
  octez-libs.tezos-base.unix
  tezos-client-base
  tezos-client-base-unix
  octez-libs.tezos-stdlib-unix
  tezos_layer2_store
  octez-libs.tezos-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