Revision 8bdd9b6795f6a78ffca1f4e0649531d71fa51f88 authored by Marge Bot on 13 September 2022, 10:56:47 UTC, committed by Marge Bot on 13 September 2022, 10:56:47 UTC
Co-authored-by: Ole Krüger <ole.kruger@trili.tech>

Approved-by: Swann Moreau <evertedsphere@gmail.com>
Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com>
Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com>
Approved-by: Andrea Cerone <andrea.cerone@trili.tech>

See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6285
2 parent s 67f2631 + 7f53a77
Raw File
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_shell)
 (public_name tezos-shell)
 (instrumentation (backend bisect_ppx))
 (libraries
  lwt-watcher
  lwt-canceler
  prometheus
  tezos-base
  tezos-base.unix
  tezos-context
  tezos-store
  tezos-store.shared
  tezos-protocol-environment
  tezos-context-ops
  tezos-shell-context
  tezos-p2p
  tezos-stdlib-unix
  tezos-shell-services
  tezos-p2p-services
  tezos-protocol-updater
  tezos-requester
  tezos-workers
  tezos-validation
  tezos-version
  lwt-exit)
 (inline_tests (flags -verbose) (modes native))
 (preprocess (pps ppx_expect))
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_base
  -open Tezos_base_unix
  -open Tezos_context
  -open Tezos_store
  -open Tezos_store_shared
  -open Tezos_protocol_environment
  -open Tezos_context_ops
  -open Tezos_shell_context
  -open Tezos_p2p
  -open Tezos_stdlib_unix
  -open Tezos_shell_services
  -open Tezos_p2p_services
  -open Tezos_protocol_updater
  -open Tezos_requester
  -open Tezos_workers
  -open Tezos_validation
  -open Tezos_version))

(documentation (package tezos-shell))
back to top