https://gitlab.com/tezos/tezos
Raw File
Tip revision: 53ed65bb1d4040b68647c12d6159e9cd26376334 authored by Emma Turner on 03 April 2024, 09:13:06 UTC
RISC-V: F/D sqrt instructions
Tip revision: 53ed65b
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