https://gitlab.com/tezos/tezos
Raw File
Tip revision: b813a5470a30791b454424f3dfaf0ce2cdcce992 authored by Andrea Cerone on 31 January 2023, 23:08:58 UTC
Dac/Node: generalize Dac_member module to handle multiple operating modes
Tip revision: b813a54
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