https://gitlab.com/tezos/tezos
Raw File
Tip revision: 184d3d7468cd633d56954a1cb592758fbbac3312 authored by Jun Furuse on 23 August 2023, 22:45:44 UTC
Benchmark: introduces Ast module for code optimization
Tip revision: 184d3d7
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_store)
 (public_name tezos-store)
 (instrumentation (backend bisect_ppx))
 (libraries
  octez-libs.tezos-base
  octez-libs.tezos-crypto
  octez-libs.tezos-rpc
  lwt-watcher
  octez-libs.tezos-shell-services
  tezos-validation
  tezos-context-ops
  tezos-store.shared)
 (flags
  (:standard)
  -open Tezos_base
  -open Tezos_base.TzPervasives
  -open Tezos_crypto
  -open Tezos_shell_services
  -open Tezos_validation
  -open Tezos_context_ops
  -open Tezos_store_shared)
 (virtual_modules store)
 (default_implementation tezos-store.real))
back to top