https://gitlab.com/tezos/tezos
Raw File
Tip revision: 110315b3fcaf8ff1dca7445b2e8275470a7227b0 authored by Felix Puscasu on 15 January 2024, 11:56:09 UTC
RISC-V: WARL checks for satp
Tip revision: 110315b
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
  octez-libs.base
  compiler-libs.toplevel
  (select tztop.ml from (utop -> tztop.utop.ml) (-> tztop.vanilla.ml))))
back to top