https://gitlab.com/tezos/tezos
Raw File
Tip revision: 2eadc6f79c57b79eb48922096648a7be8204494e authored by Lucas Randazzo on 21 November 2022, 10:52:47 UTC
Snoop: allow less benchmarks than the size of the data for michelson
Tip revision: 2eadc6f
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
  tezos-base
  compiler-libs.toplevel
  (select tztop.ml from (utop -> tztop.utop.ml) (-> tztop.vanilla.ml))))
back to top