Raw File
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_shell_benchmarks)
 (public_name octez-shell-libs.shell-benchmarks)
 (instrumentation (backend bisect_ppx))
 (libraries
  octez-libs.stdlib
  octez-libs.base
  octez-libs.error-monad
  tezos-benchmark
  octez-libs.crypto
  octez-libs.tezos-context
  octez-shell-libs.shell-context
  octez-shell-libs.store
  octez-libs.micheline)
 (library_flags (:standard -linkall))
 (flags
  (:standard)
  -open Tezos_stdlib
  -open Tezos_base
  -open Tezos_base.TzPervasives
  -open Tezos_error_monad
  -open Tezos_benchmark)
 (foreign_stubs (language c) (names alloc_mmap)))
back to top