https://gitlab.com/tezos/tezos
Raw File
Tip revision: bd0c14c9d256385b55e1c552288e8dab772dbd8f authored by Mathias Bourgoin on 18 March 2024, 11:30:28 UTC
Proto/Tests: update test with level of min_delegated
Tip revision: bd0c14c
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
  octez-libs.base
  compiler-libs.toplevel
  (select tztop.ml from (utop -> tztop.utop.ml) (-> tztop.vanilla.ml))))
back to top