https://gitlab.com/tezos/tezos
Raw File
Tip revision: 1d8fd81a696b28505404735f9856db1ddfef5972 authored by François Thiré on 27 February 2024, 12:46:35 UTC
Protocol/Test: Load prover SRS lazily
Tip revision: 1d8fd81
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