https://gitlab.com/tezos/tezos
Raw File
Tip revision: 4c1b15389e5730d8687b2e063e537b80de47b521 authored by Yann Regis-Gianas on 18 November 2021, 08:32:00 UTC
SCORU: Initiate development of smart contract rollups
Tip revision: 4c1b153
dune
(library
 (name tezos_store)
 (public_name tezos-store)
 (instrumentation (backend bisect_ppx))
 (libraries
  tezos-base
  tezos-shell-services
  index
  irmin-pack
  tezos-stdlib-unix
  tezos-context
  tezos-legacy-store
  tezos-validation
  tezos-protocol-updater
  lwt-watcher
  ringo-lwt
  camlzip
  tar
  tar-unix)
 (flags
  (:standard
   -open Tezos_shell_services
   -open Tezos_base
   -open Tezos_base__TzPervasives
   -open Tezos_context
   -open Tezos_legacy_store
   -open Tezos_validation
   -open Tezos_protocol_updater
   -open Tezos_stdlib_unix
   -open Tezos_stdlib)))
back to top