https://gitlab.com/tezos/tezos
Raw File
Tip revision: 2aec4af02ab4ea64c45c682b525f8a4173574a86 authored by Pierrick Couderc on 09 November 2022, 09:15:21 UTC
Env: update with `Wasm.get_outbox_size`
Tip revision: 2aec4af
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
  tezos-base
  compiler-libs.toplevel
  (select tztop.ml from (utop -> tztop.utop.ml) (-> tztop.vanilla.ml))))
back to top