https://gitlab.com/tezos/tezos
Raw File
Tip revision: 07dcff6e451b8c14e9b7307069d63f83cb3c1fae authored by Pietro Abate on 07 December 2023, 14:26:20 UTC
ci: use kaniko instead of docker for building images
Tip revision: 07dcff6
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