https://gitlab.com/tezos/tezos
Raw File
Tip revision: 043517ad101e1e62c1609699fd508edf2c3eda6c authored by Valentin Chaboche on 12 December 2022, 11:55:17 UTC
Scoru,Proto: fix error description
Tip revision: 043517a
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