https://gitlab.com/tezos/tezos
Raw File
Tip revision: 5b282b00373f4efda31fec1c3fb6887a713ba6b9 authored by Antonio Locascio on 19 January 2024, 09:37:00 UTC
wip
Tip revision: 5b282b0
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