https://gitlab.com/tezos/tezos
Raw File
Tip revision: f7be1fccf7cf1290af1552da4a90b4003c25902c authored by Gauthier SEBILLE on 28 September 2023, 14:13:41 UTC
RBT: use only block hash name for separation in block_validator_profiling.txt
Tip revision: f7be1fc
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