https://gitlab.com/tezos/tezos
Raw File
Tip revision: e6c9babe1f19400f367b1189277ffc789b93f626 authored by Pierrick Couderc on 07 September 2023, 10:26:43 UTC
EVM/Benchmarks: generate the list of benchmarks
Tip revision: e6c9bab
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