https://gitlab.com/tezos/tezos
Raw File
Tip revision: 68319508b873e282ebcc0d9713ff577ef98ec0fd authored by Julien Coolen on 26 April 2023, 07:38:11 UTC
SCORU: unit test partial reveal
Tip revision: 6831950
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