https://gitlab.com/tezos/tezos
Raw File
Tip revision: b168a7e47f6dd00498b7a4daec6b189480d80ea2 authored by François Thiré on 10 July 2023, 11:37:26 UTC
Alpha: Integrate the DAL into WASM
Tip revision: b168a7e
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