https://gitlab.com/tezos/tezos
Raw File
Tip revision: 7909e928da5edc2df245fc64e5661ed241c6d0f8 authored by lin on 25 October 2023, 18:44:31 UTC
wip (does not compile)
Tip revision: 7909e92
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