https://gitlab.com/tezos/tezos
Raw File
Tip revision: b5984753d8b0f8e5ecdb938fe3c89b5135b4c3cd authored by Philippe Wang on 12 October 2023, 19:09:48 UTC
Contrib: rust-based codec: better CI rules
Tip revision: b598475
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