https://gitlab.com/tezos/tezos
Raw File
Tip revision: 5e985515c7d12d865d145768c0ccb829628fb604 authored by Arvid Jakobsson on 24 July 2023, 07:44:19 UTC
CI/Tezt: run tests with [-j 2]
Tip revision: 5e98551
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