Revision d8f4b9d21f954c3fa150d8ad8f715375e15ef532 authored by KOBAYASHI Kazuhiro on 20 April 2023, 08:01:02 UTC, committed by Marge Bot on 13 June 2023, 11:56:25 UTC
1 parent 98fbc20
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