https://gitlab.com/tezos/tezos
Raw File
Tip revision: 66b95a2f6fe1cf7e03a971d847c1a596f75b6305 authored by Emma Turner on 11 March 2024, 14:07:02 UTC
Kernel/EVM: carry minimum base fee in BlockFees
Tip revision: 66b95a2
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