https://gitlab.com/tezos/tezos
Raw File
Tip revision: cece1d3aff96092860474d66161d975092ca98ad authored by Diane Gallois-Wong on 19 March 2024, 15:18:27 UTC
Proto/test: print initial_frozen_deposits RPC at each cycle
Tip revision: cece1d3
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(executable
 (name tztop_main)
 (public_name tztop)
 (package internal-devtools)
 (modes byte)
 (libraries
  octez-protocol-compiler
  octez-libs.base
  compiler-libs.toplevel
  (select tztop.ml from (utop -> tztop.utop.ml) (-> tztop.vanilla.ml))))
back to top