https://gitlab.com/tezos/tezos
Raw File
Tip revision: f94e8c157550ce7c0669f223f04cd861f9750608 authored by Albin Coquereau on 17 May 2023, 09:21:31 UTC
lib_shell: fix default plugin encoding
Tip revision: f94e8c1
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