https://gitlab.com/tezos/tezos
Raw File
Tip revision: 82b875c85e4cbde7f5a0501ec02179426ebb84df authored by François Thiré on 01 February 2023, 14:03:41 UTC
fix port in tezt
Tip revision: 82b875c
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
  tezos-base
  compiler-libs.toplevel
  (select tztop.ml from (utop -> tztop.utop.ml) (-> tztop.vanilla.ml))))
back to top