https://gitlab.com/tezos/tezos
Raw File
Tip revision: dfd9b337b75b4b98dc12dc158da315921adc95f6 authored by Philippe Wang on 27 October 2023, 17:12:48 UTC
CI: Clean up: rm .gitlab/ci/jobs/publish/common.yml etc
Tip revision: dfd9b33
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