https://gitlab.com/tezos/tezos
Raw File
Tip revision: 0af62ed9bee2dfb2e6265797f67b24ea0f01421d authored by Albin Coquereau on 12 October 2023, 10:04:59 UTC
mempool: add profiler information about mempool advertisement
Tip revision: 0af62ed
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