Revision e467e93f77e8f7ef78369861c66dd779bfc0487a authored by Marge Bot on 05 September 2022, 15:48:14 UTC, committed by Marge Bot on 05 September 2022, 15:48:14 UTC
Co-authored-by: Raphaƫl Proust <code@bnwr.net>

Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com>
Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com>

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

(executable
 (name main_snoop)
 (public_name tezos-snoop)
 (package tezos-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
  ocamlgraph
  pyml
  prbnmcn-stats)
 (link_flags
  (:standard -linkall)
  (:include %{workspace_root}/static-link-flags.sexp))
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_stdlib_unix
  -open Tezos_benchmark))

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