https://gitlab.com/tezos/tezos
Raw File
Tip revision: fc1980aa7012d878af8e7fd216dde5ef1a6da812 authored by Emma Turner on 25 March 2024, 13:41:40 UTC
Etherlink/firehose: check in CI
Tip revision: fc1980a
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