https://gitlab.com/tezos/tezos
Raw File
Tip revision: 9a116357e4e3910b7a35d6b98e88662600d1c904 authored by martoon on 23 November 2023, 13:43:23 UTC
MIR: Catch panics in tzt-runner
Tip revision: 9a11635
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