https://gitlab.com/tezos/tezos
Raw File
Tip revision: 07dcff6e451b8c14e9b7307069d63f83cb3c1fae authored by Pietro Abate on 07 December 2023, 14:26:20 UTC
ci: use kaniko instead of docker for building images
Tip revision: 07dcff6
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_store)
 (public_name octez-shell-libs.store)
 (instrumentation (backend bisect_ppx))
 (libraries
  octez-libs.base
  octez-libs.crypto
  octez-libs.rpc
  lwt-watcher
  octez-shell-libs.shell-services
  octez-shell-libs.validation
  octez-shell-libs.context-ops
  octez-shell-libs.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 octez-shell-libs.store.real))
back to top