https://gitlab.com/tezos/tezos
Raw File
Tip revision: f37e7cb33ae10e1e3146b73397d2172c63e46ccd authored by Nicolas Ochem on 30 June 2022, 01:12:28 UTC
Proto: rename constant to testnet_dictator
Tip revision: f37e7cb
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