https://gitlab.com/tezos/tezos
Raw File
Tip revision: 099fd9a5e73488ab3c33a0431f3461430cf5c9f2 authored by Arvid Jakobsson on 29 June 2023, 09:51:03 UTC
CI: Remove the need to set [build_deps_image_version]
Tip revision: 099fd9a
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