https://gitlab.com/tezos/tezos
Raw File
Tip revision: b67e5c4113454d40a2955350860079d065e8b1df authored by Marco Stronati on 14 June 2023, 08:37:07 UTC
run only sha256 on abc using:
Tip revision: b67e5c4
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