https://gitlab.com/tezos/tezos
Raw File
Tip revision: 2dfdfe28ab76714dbf977592f86f50b13c73103a authored by Arvid Jakobsson on 01 February 2024, 10:50:30 UTC
CI: bump opam images to images produces by Docker v24
Tip revision: 2dfdfe2
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