https://gitlab.com/tezos/tezos
Raw File
Tip revision: d4a54b55f098093cd8f18511b36501d8096b7817 authored by Antoine Lanco on 07 February 2024, 08:38:04 UTC
EVM/Eval: Skip gas price test
Tip revision: d4a54b5
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