https://gitlab.com/tezos/tezos
Raw File
Tip revision: 6d193fe1a62dd11f28202d59c4d58beb336108b8 authored by Thomas Letan on 28 July 2022, 13:55:47 UTC
tmp
Tip revision: 6d193fe
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