https://gitlab.com/tezos/tezos
Raw File
Tip revision: 5844c82e99bbd1e61a2a39f5afecc60344c0f17f authored by Thomas Letan on 29 August 2022, 07:15:29 UTC
Alternative proposal for lazy trees
Tip revision: 5844c82
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
  tezos-protocol-compiler
  tezos-base
  compiler-libs.toplevel
  (select tztop.ml from (utop -> tztop.utop.ml) (-> tztop.vanilla.ml))))
back to top