https://gitlab.com/tezos/tezos
Raw File
Tip revision: 52c7d5ae9ccb8d89a5a34145790b1dcf476b158d authored by Arvid Jakobsson on 22 February 2024, 11:38:58 UTC
full pipeline again
Tip revision: 52c7d5a
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