https://gitlab.com/tezos/tezos
Raw File
Tip revision: 65acc52f2d3c266d61f876f005005290a891f9a3 authored by Thomas Letan on 21 August 2023, 11:50:41 UTC
Octogram: Implement a proper `wait_for_ready' for the HTTP server
Tip revision: 65acc52
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