https://gitlab.com/tezos/tezos
Raw File
Tip revision: f71b2e189ec580f8f1d4e41a5a90839e575e2782 authored by Emma Turner on 05 March 2024, 15:53:07 UTC
DO NOT MERGE: lower constants for triggering gas prices
Tip revision: f71b2e1
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