https://gitlab.com/tezos/tezos
Raw File
Tip revision: af7c56412b938b81cfabe0c9ea577b0b77798d1a authored by Albin Coquereau on 15 May 2023, 16:33:01 UTC
changes: add entry for newly accepted kinds in forge rpc
Tip revision: af7c564
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