https://gitlab.com/tezos/tezos
Raw File
Tip revision: 14a0cfbf894e1716e7c98a28f582af567ae628e5 authored by Raphael Toledo on 28 February 2023, 09:51:11 UTC
Lib_store: Updating test_consistency's demo_noops with latest environment
Tip revision: 14a0cfb
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