https://gitlab.com/tezos/tezos
Raw File
Tip revision: ad7c7943579a37fb5a953f1332d0ce90e5e6e015 authored by Danny Willems on 14 March 2023, 15:34:26 UTC
Manifest: add missing transitive deps
Tip revision: ad7c794
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