https://gitlab.com/tezos/tezos
Raw File
Tip revision: 1569b164eb33f50cac4087b2817485411c83b801 authored by François Thiré on 01 March 2023, 08:50:52 UTC
Tezt: Allows to use [SO_REUSEPORT] to avoid port flakyness
Tip revision: 1569b16
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