https://gitlab.com/tezos/tezos
Raw File
Tip revision: ef5740c45cbdb44caec5e5ef734301241c39b94a authored by Hantang Sun on 01 February 2024, 17:19:10 UTC
EVM: skip evaluation tests for EIP-2930
Tip revision: ef5740c
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