https://gitlab.com/tezos/tezos
Raw File
Tip revision: 5e6350272bda27e9d9fa32b88a2812dccda8b1b2 authored by Thomas Letan on 13 March 2023, 16:27:29 UTC
Scenario: Inject [Smart_rollup_recover_bond]
Tip revision: 5e63502
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
  tezos-base
  compiler-libs.toplevel
  (select tztop.ml from (utop -> tztop.utop.ml) (-> tztop.vanilla.ml))))
back to top