https://gitlab.com/tezos/tezos
Raw File
Tip revision: 72eed996f3c0211dd3c2852a5c987206c54c4959 authored by Nicolas Ayache on 27 October 2023, 22:20:48 UTC
Proto: update translator related gas cost functions.
Tip revision: 72eed99
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