https://gitlab.com/tezos/tezos
Raw File
Tip revision: 6e0d170d0be8e5ae3faa19a1f98f9d0e53c37e5c authored by Thomas Letan on 04 January 2024, 08:43:47 UTC
DAL: Not being ready is a temporary error
Tip revision: 6e0d170
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