Revision e9e27cce8a171ce033cd42abad598c27b07df555 authored by Valentin Chaboche on 13 September 2023, 10:43:35 UTC, committed by Marge Bot on 22 September 2023, 07:41:44 UTC
1 parent 262d346
Raw File
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name octez_smart_rollup_node)
 (public_name octez-smart-rollup-node-lib)
 (instrumentation (backend bisect_ppx))
 (libraries
  octez-libs.base
  octez-libs.base.unix
  octez-libs.stdlib-unix
  octez-libs.crypto
  octez-shell-libs.client-base
  octez-shell-libs.client-base-unix
  cohttp-lwt-unix
  octez-node-config
  prometheus-app
  tezos-dal-node-lib
  tezos-dac-lib
  tezos-dac-client-lib
  octez-injector
  octez-version.value
  octez-l2-libs.layer2_store
  octez-crawler
  octez-libs.tezos-workers
  octez-l2-libs.smart-rollup)
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_base
  -open Tezos_stdlib_unix
  -open Tezos_crypto
  -open Tezos_client_base
  -open Tezos_client_base_unix
  -open Tezos_dal_node_lib
  -open Tezos_dac_lib
  -open Tezos_dac_client_lib
  -open Octez_injector
  -open Tezos_version_value
  -open Tezos_layer2_store
  -open Octez_crawler
  -open Tezos_workers
  -open Octez_smart_rollup))
back to top