Revision a365c55931004630064261aed22e96c1910637a4 authored by Marge Bot on 05 February 2024, 08:58:04 UTC, committed by Marge Bot on 05 February 2024, 08:58:04 UTC
Co-authored-by: pecornilleau <pe.cornilleau@marigold.dev>

Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com>
Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com>

See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11815
2 parent s d7cd896 + 9a44cf7
Raw File
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_event_logging)
 (public_name octez-libs.event-logging)
 (instrumentation (backend bisect_ppx))
 (libraries
  octez-libs.stdlib
  data-encoding
  octez-libs.error-monad
  octez-libs.lwt-result-stdlib
  uri)
 (js_of_ocaml)
 (flags
  (:standard)
  -open Tezos_stdlib
  -open Data_encoding
  -open Tezos_error_monad
  -open Tezos_error_monad.TzLwtreslib))
back to top