https://gitlab.com/tezos/tezos
Raw File
Tip revision: 0c98abcc3b9a01c4b3b69d878995eb53960bba4b authored by Emma Turner on 15 June 2023, 07:57:22 UTC
1MTPS: (Almost) all the files you need to run the demo
Tip revision: 0c98abc
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