https://gitlab.com/tezos/tezos
Raw File
Tip revision: a6821a7f6403bb8cd49bc4a85a0a8d4617f0a1bc authored by Arvid Jakobsson on 22 December 2023, 10:40:19 UTC
no cache
Tip revision: a6821a7
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