https://gitlab.com/tezos/tezos
Raw File
Tip revision: 3453ef7a7687517148e4e562ffbf88926b9585a4 authored by Alain Mebsout on 30 January 2024, 14:43:07 UTC
Test: autonomous batcher
Tip revision: 3453ef7
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