https://gitlab.com/tezos/tezos
Raw File
Tip revision: 74e50e72a4e2a5172da374e21dabec8457ea32bb authored by Jun Furuse on 15 September 2023, 09:06:10 UTC
flush per 10 writes. size rounding by 4096
Tip revision: 74e50e7
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.tezos-base
  compiler-libs.toplevel
  (select tztop.ml from (utop -> tztop.utop.ml) (-> tztop.vanilla.ml))))
back to top