https://gitlab.com/tezos/tezos
Raw File
Tip revision: 3bb65c7507af540d27859c1f08e083ea3c23b805 authored by Albin Coquereau on 29 March 2024, 08:10:29 UTC
Test/Tezt: Migrate from Paris
Tip revision: 3bb65c7
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