https://gitlab.com/tezos/tezos
Raw File
Tip revision: f5ad85cae3584e35fa746f18c56b7b840509da8e authored by François Thiré on 17 August 2022, 09:45:35 UTC
Protocol/SCORU: Add some comments for the rejection
Tip revision: f5ad85c
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
  tezos-protocol-compiler
  tezos-base
  compiler-libs.toplevel
  (select tztop.ml from (utop -> tztop.utop.ml) (-> tztop.vanilla.ml))))
back to top