https://gitlab.com/tezos/tezos
Raw File
Tip revision: e84fc0e61c96f27a4ddc32cd70e61105dbbbd3a9 authored by Julien Tesson on 10 August 2023, 19:22:04 UTC
PROFILING: proto_018: profiling init storage
Tip revision: e84fc0e
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.tezos-base
  compiler-libs.toplevel
  (select tztop.ml from (utop -> tztop.utop.ml) (-> tztop.vanilla.ml))))
back to top