Revision 6d9c38010e4c24bd9f60fbb793a0fb8e7f0aca33 authored by Marge Bot on 14 June 2023, 08:53:03 UTC, committed by Marge Bot on 14 June 2023, 08:53:03 UTC
Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com>

Approved-by: Pierre Boutillier <pierre.boutillier@nomadic-labs.com>
Approved-by: Raphaƫl Proust <code@bnwr.net>

See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9045
2 parent s 6e64c09 + 539dbab
Raw File
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name octez_smart_rollup_sequencer)
 (package octez-smart-rollup-sequencer)
 (instrumentation (backend bisect_ppx))
 (libraries
  tezos-base
  tezos-smart-rollup-layer2-alpha
  tezos-protocol-alpha
  tezos-rpc
  tezos-rpc-http
  tezos-rpc-http-server)
 (flags
  (:standard)
  -open Tezos_base
  -open Tezos_base.TzPervasives
  -open Tezos_base.TzPervasives.Error_monad.Legacy_monad_globals
  -open Tezos_smart_rollup_layer2_alpha
  -open Tezos_protocol_alpha))
back to top