https://gitlab.com/tezos/tezos
Raw File
Tip revision: 56e587a09ed6fc108b4605d8c96ae3b6e5bbb218 authored by François Thiré on 08 December 2023, 10:42:21 UTC
Test/Key_value_store: remove debug leftovers
Tip revision: 56e587a
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