https://gitlab.com/tezos/tezos
Raw File
Tip revision: 9a7136315a6b1e4f439a7f4cb62201781dcf0619 authored by Albin Coquereau on 05 April 2024, 07:47:10 UTC
wip test do not merge
Tip revision: 9a71363
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