https://gitlab.com/tezos/tezos
Raw File
Tip revision: a1765f4f2c271a80fcb6d40bc03f352ca61b514e authored by Alain Mebsout on 21 June 2023, 07:31:22 UTC
SCORU/Node: move daemon components module outside proto dir
Tip revision: a1765f4
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