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
  tezos-base
  tezos-base.unix
  tezos-stdlib-unix
  tezos-clic
  tezos-benchmark
  tezos-benchmark-examples
  tezos-shell-benchmarks
  tezos-benchmarks-proto-alpha
  str
  pyml
  prbnmcn-stats)
 (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