https://gitlab.com/tezos/tezos
Raw File
Tip revision: 41c80d8ca6aadc8cba7b66bb069783143efad1e3 authored by Alain Mebsout on 15 September 2022, 07:58:52 UTC
Backport Tx_rollup node changes to 014
Tip revision: 41c80d8
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
  tezos-protocol-compiler
  tezos-base
  compiler-libs.toplevel
  (select tztop.ml from (utop -> tztop.utop.ml) (-> tztop.vanilla.ml))))
back to top