https://gitlab.com/tezos/tezos
Raw File
Tip revision: 12906dd979ba8f1ee6b26959cf8bcf46fe0b9cf4 authored by Arvid Jakobsson on 26 June 2023, 14:04:31 UTC
Revert "TMP set git clean flags"
Tip revision: 12906dd
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