https://gitlab.com/tezos/tezos
Raw File
Tip revision: fe9f21a263ffff532306352c77937d6dc7a8653e authored by Nicolas Ayache on 28 September 2022, 12:05:32 UTC
Proto: refactor keys_unaccounted.
Tip revision: fe9f21a
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