https://gitlab.com/tezos/tezos
Raw File
Tip revision: 70360bcada3b9a5221ed003a0df32455a616bc31 authored by Jamie @ Nomadic on 05 September 2021, 10:00:27 UTC
Apply 1 suggestion(s) to 1 file(s)
Tip revision: 70360bc
dune
(library
 (name tezos_store)
 (instrumentation (backend bisect_ppx))
 (public_name tezos-store)
 (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