https://gitlab.com/tezos/tezos
Raw File
Tip revision: 39080e379b5ea30b5e8c3b3728bdb4a21ea66876 authored by Pierrick Couderc on 13 April 2023, 12:26:24 UTC
WASM/PVM: update regression filenames
Tip revision: 39080e3
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