Revision d0a99151704ed9575dbe9d8422ed25f86972bbc3 authored by Marge Bot on 19 January 2024, 11:29:07 UTC, committed by Marge Bot on 19 January 2024, 11:29:07 UTC
Co-authored-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com>

Approved-by: Raphaƫl Cauderlier <raphael.cauderlier@nomadic-labs.com>
Approved-by: Mohamed IGUERNLALA <iguer@functori.com>

See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11544
2 parent s ca356f6 + 9073022
Raw File
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(executable
 (name main_snoop)
 (public_name octez-snoop)
 (package octez-snoop)
 (instrumentation (backend bisect_ppx))
 (libraries
  octez-libs.base
  octez-libs.base.unix
  octez-libs.stdlib-unix
  octez-libs.clic
  tezos-benchmark
  tezos-benchmark-examples
  octez-shell-libs.shell-benchmarks
  tezos-benchmarks-proto-alpha
  str
  pyml
  prbnmcn-stats
  octez-version.value)
 (link_flags
  (:standard)
  (:include %{workspace_root}/static-link-flags.sexp)
  (:include %{workspace_root}/macos-link-flags.sexp)
  (-linkall))
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_stdlib_unix
  -open Tezos_benchmark))

(cram (deps main_snoop.exe) (package octez-snoop))
back to top