https://gitlab.com/tezos/tezos
Raw File
Tip revision: 8db81f01b88929d73236a9d294b19afe09c85b0a authored by Albin Coquereau on 23 June 2022, 08:16:50 UTC
Docs/proto: add an entry for the fix of origination gas consumption
Tip revision: 8db81f0
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