https://gitlab.com/tezos/tezos
Raw File
Tip revision: a2fee354bb4ba631305fe8e21bb3617ccd6392a5 authored by Lucas Randazzo on 01 March 2024, 12:34:21 UTC
Proto/stake: unfreeze deactivated stake
Tip revision: a2fee35
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