https://gitlab.com/tezos/tezos
Raw File
Tip revision: 6ffaefe9ee01335738e06e677c4b59c3aa28ba92 authored by Alain Mebsout on 18 January 2023, 21:37:17 UTC
SCORU/Node/Mumbai: get reveal data by base 58 hash
Tip revision: 6ffaefe
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