https://gitlab.com/tezos/tezos
Raw File
Tip revision: bb688ffbc18dbfbb922578d8a8f1085bd511b824 authored by Pierrick Couderc on 29 June 2023, 12:30:11 UTC
DO NOT MERGE: Profile does a kernel_run only
Tip revision: bb688ff
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
  tezos-base
  compiler-libs.toplevel
  (select tztop.ml from (utop -> tztop.utop.ml) (-> tztop.vanilla.ml))))
back to top