https://gitlab.com/tezos/tezos
Raw File
Tip revision: 91f89fc19515ba30ebec0a3961b1d30bfb98af27 authored by Andrea Cerone on 08 March 2023, 02:53:00 UTC
Dac/Node: support all operating modes
Tip revision: 91f89fc
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