swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
Raw File
Tip revision: f60e4976b740df14df13bf74455019b574061127 authored by Hans Hoglund on 16 August 2022, 12:56:13 UTC
tmp Make compile
Tip revision: f60e497
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_benchmark_alpha)
 (public_name tezos-benchmark-alpha)
 (libraries
  tezos-stdlib
  tezos-base
  tezos-error-monad
  tezos-micheline
  tezos-micheline-rewriting
  tezos-benchmark
  tezos-benchmark-type-inference-alpha
  tezos-protocol-alpha
  tezos-crypto
  tezos-protocol-alpha.parameters
  hashcons
  tezos-alpha-test-helpers
  prbnmcn-stats)
 (library_flags (:standard -linkall))
 (flags
  (:standard)
  -open Tezos_stdlib
  -open Tezos_base
  -open Tezos_base.TzPervasives.Error_monad.Legacy_monad_globals
  -open Tezos_error_monad
  -open Tezos_micheline
  -open Tezos_micheline_rewriting
  -open Tezos_benchmark
  -open Tezos_benchmark_type_inference_alpha
  -open Tezos_protocol_alpha
  -open Tezos_crypto
  -open Tezos_alpha_test_helpers)
 (private_modules kernel rules state_space))
back to top