https://gitlab.com/tezos/tezos
Raw File
Tip revision: 184d3d7468cd633d56954a1cb592758fbbac3312 authored by Jun Furuse on 23 August 2023, 22:45:44 UTC
Benchmark: introduces Ast module for code optimization
Tip revision: 184d3d7
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.tezos-base
  compiler-libs.toplevel
  (select tztop.ml from (utop -> tztop.utop.ml) (-> tztop.vanilla.ml))))
back to top