https://gitlab.com/tezos/tezos
Raw File
Tip revision: 040af5c8affd25febc1cf77cd0b2673714b0019e authored by Ding Xiang Fei on 14 June 2022, 10:42:58 UTC
Proto: propose gas model
Tip revision: 040af5c
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
  tezos-shell-services
  tezos-base
  tezos-version
  index
  irmin-pack
  tezos-context
  tezos-shell-context
  tezos-validation
  tezos-protocol-updater
  tezos-stdlib-unix
  tezos-stdlib
  lwt-watcher
  ringo-lwt
  camlzip
  tar
  tar-unix
  prometheus)
 (flags
  (:standard)
  -open Tezos_shell_services
  -open Tezos_base
  -open Tezos_base.TzPervasives
  -open Tezos_context
  -open Tezos_validation
  -open Tezos_protocol_updater
  -open Tezos_stdlib_unix
  -open Tezos_stdlib))
back to top