swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
Raw File
Tip revision: 50aee0fc9c6f7fe46f553458bd45889281d40a87 authored by Valentin Chaboche on 26 January 2024, 14:51:16 UTC
EVM/Sequencer: all delayed inbox events are notice
Tip revision: 50aee0f
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(env (_ (env-vars (NODE_PRELOAD hacl-wasm,ocaml-bls12-381,secp256k1-wasm))))

(library
 (name tezos_version)
 (public_name octez-libs.version)
 (instrumentation (backend bisect_ppx))
 (libraries
  octez-libs.base
  octez-libs.version.parser)
 (js_of_ocaml)
 (flags
  (:standard)
  -open Tezos_base.TzPervasives))
back to top