https://gitlab.com/tezos/tezos
Raw File
Tip revision: 125a221887f154a14bd6a7948675d30d2ba4ae5b authored by Thomas Letan on 10 October 2022, 15:01:33 UTC
SCORU: Remove the rollup node code of released protocols
Tip revision: 125a221
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