https://gitlab.com/tezos/tezos
Raw File
Tip revision: e4e5263960f4b54a65abe1950e5804cde55cf919 authored by Fedor Sheremetyev on 22 June 2022, 15:31:16 UTC
Doc: list remaining changes added in K
Tip revision: e4e5263
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