Revision 4276e5a60bebce0af829fc9780f09962fd0cac8c authored by saroupille on 04 April 2024, 06:56:48 UTC, committed by saroupille on 04 April 2024, 11:59:57 UTC
1 parent 28c6da3
Raw File
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name octez_node_config)
 (public_name octez-node-config)
 (instrumentation (backend bisect_ppx))
 (libraries
  octez-libs.base
  octez-libs.base.unix
  octez-libs.stdlib-unix
  octez-shell-libs.shell-services
  octez-libs.rpc-http
  octez-libs.rpc-http-server
  octez-libs.tezos-context
  octez-shell-libs.store
  octez-shell-libs.validation)
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_base
  -open Tezos_base_unix
  -open Tezos_stdlib_unix
  -open Tezos_shell_services
  -open Tezos_rpc_http
  -open Tezos_rpc_http_server
  -open Tezos_context
  -open Tezos_store
  -open Tezos_validation))
back to top