https://gitlab.com/tezos/tezos
Raw File
Tip revision: f2f86465eff6657205b4d78d0a27441e4be96dbd authored by pecornilleau on 05 October 2023, 11:24:17 UTC
EVM: Bench: column reordering
Tip revision: f2f8646
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