https://gitlab.com/tezos/tezos
Raw File
Tip revision: b2025653083d8b2ea6d7d03ff26dcb23209be256 authored by pecornilleau on 14 March 2024, 18:46:37 UTC
EVM/Bench: profiler output parsing uses regexp
Tip revision: b202565
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