https://gitlab.com/tezos/tezos
Raw File
Tip revision: 3ed0085df7338dab002b37455b92a36d5d255837 authored by Lucas Randazzo on 12 October 2023, 14:01:18 UTC
Proto/test: unit test for precentage
Tip revision: 3ed0085
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