https://gitlab.com/tezos/tezos
Raw File
Tip revision: a7426c3d340dc5ab656fc752c13664cbb16361d6 authored by François Thiré on 25 July 2023, 08:51:28 UTC
Semgrep: Exclude the test scripts
Tip revision: a7426c3
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