https://gitlab.com/tezos/tezos
Raw File
Tip revision: b01727a5c66ba32f0098c6bcf532c833af728018 authored by Mehdi Bouaziz on 24 June 2022, 15:39:17 UTC
Proto/Apply_results: remove consumed_gas field from block metadata for consistency
Tip revision: b01727a
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
  tezos-protocol-compiler
  tezos-base
  compiler-libs.toplevel
  (select tztop.ml from (utop -> tztop.utop.ml) (-> tztop.vanilla.ml))))
back to top